From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: Weiwen Liu Cc: egcs@cygnus.com Subject: Re: insn-emit.c problem on alpha-dec-osf4.0 Date: Tue, 31 Mar 1998 00:46:00 -0000 Message-id: <3015.891241305@hurl.cygnus.com> References: X-SW-Source: 1998-03/msg01051.html In message < Pine.OSF.3.96.980328222359.2040A-100000@ylws34 >you write: > Hi, > > On alpha-dec-osf4.0, the generated insn-emit.c from the current CVS > tree can not be compiled. > DONE and FAIL are changed from egcs-980321 to be > > #define FAIL {end_sequence (); return _val;} > #define DONE {_val = gen_sequence (); end_sequence (); return _val;} > > insn-emit.c has the following function: What compiler is this happening with? I'l see what I can do.. jeff