This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: insn-emit.c problem on alpha-dec-osf4.0
- To: Weiwen Liu <weiwen dot liu at yale dot edu>
- Subject: Re: insn-emit.c problem on alpha-dec-osf4.0
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Mon, 30 Mar 1998 00:22:53 -0700
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
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:
I believe I've fixed this. If you're CVS capable, update genemit.c
and rebuild.
jeff