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

Re: error message egcs



  In message <orww0zumrm.fsf@araguaia.dcc.unicamp.br>you write:
  > 
  > --=-=-=
  > Content-Type: text/plain; charset=iso-8859-1
  > Content-Transfer-Encoding: 8bit
  > 
  > On Mar  2, 1999, Hermann Rochholz <Hermann.Rochholz@faidor.de> wrote:
  > 
  > > In file included from
  > > /opt_prog/local/lib/gcc-lib/alphaev56-dec-osf4.0d/egcs-2.91.60/include/pt
  > hread.h:333,
  > >                  from gthread-posix.c:34,
  > >                  from gthread.c:42:
  > > /usr/include/c_asm.h:193: parse error before `asm'
  > 
  > >         float  fasm( const char *,... );
  > >         long   asm( const char *,...);
  > >         double dasm( const char *,... );
  > 
  > > #pragma intrinsic( fasm )
  > > #pragma intrinsic( asm )
  > > #pragma intrinsic( dasm )
  > 
  > This problem is fixed in the current development snapshots, but not in 
  > upcoming egcs 1.1.2 :-(
  > 
  > Thu Dec 17 18:21:49 1998  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
  > [snip]
  > 	* fixincludes (c_asm.h): Wrap Digital UNIX V4.0B DEC C specific
  > 	asm() etc. function declarations in __DECC.
  > 
  > Maybe we should consider including this in egcs 1.1.2.  This is the
  > second report about this problem I reply to this week, and the patch
  > (attached) seems safe enough for 1.1.2.  Jeff, what do you think?
Thanks.  I went ahead and included this.

jeff


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