This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Problems with inline assembler in gcc-3.2
- From: "Benjamin K." <bkausbk at web dot de>
- To: "Jaimon Jose" <jjaimon at yahoo dot com>,<gcc-bugs at gcc dot gnu dot org>
- Date: Fri, 25 Oct 2002 15:31:38 +0200
- Subject: Re: Problems with inline assembler in gcc-3.2
- References: <1035537054.21920.31.camel@jjaimon.blr.novell.com>
> I see that the generated code is
> also different with gcc-3.2. This code is not inlined with gcc-3.2.
If compiler optimation is not enabled, gcc will not really inline "inlined"
code. Thx to the gcc developer.
Benjamin Kalytta