This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: optimization/9570: [3.3/3.4 regression] Assember error with-finline-functions with g++-3.3


On Wed, 5 Feb 2003, Eric Botcazou wrote:

> >     Confirmed. Here's a minimal testcase:
> >     -------------------------------
> >     int i = 0;
> >
> >     void foo() {
> >       static bool b;
> >       if (! i)
> >         asm("movl %%esp, %0" : "=r" (i));
> >     }
> >
> >     asm(".p2align " "2" "; .globl mcount; mcount:"
> >         "call " "foo"              "\n\t"
> >         "ret");
> >     -------------------------------
> 
> I get:
> 
> pr9570.c: In function `foo':
> pr9570.c:5: error: syntax error before "b"
> 
> with this testcase.


Try again with the C++ front-end? ;-)

W.

-------------------------------------------------------------------------
Wolfgang Bangerth             email:            bangerth@ticam.utexas.edu
                              www: http://www.ticam.utexas.edu/~bangerth/




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]