This is the mail archive of the gcc-prs@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


The following reply was made to PR optimization/9570; it has been noted by GNATS.

From: Wolfgang Bangerth <bangerth@ticam.utexas.edu>
To: Eric Botcazou <ebotcazou@libertysurf.fr>
Cc: gcc-bugs@gcc.gnu.org, <gcc-gnats@gcc.gnu.org>
Subject: Re: optimization/9570: [3.3/3.4 regression] Assember error with
 -finline-functions with g++-3.3
Date: Wed, 5 Feb 2003 08:57:00 -0600 (CST)

 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]