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


>     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.


-- 
Eric Botcazou


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