This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problems building on i686-pc-linux-gnulibc1
- To: Dave Brolley <brolley at cygnus dot com>
- Subject: Re: Problems building on i686-pc-linux-gnulibc1
- From: Bernd Schmidt <crux at pool dot informatik dot rwth-aachen dot de>
- Date: Fri, 16 Oct 1998 12:23:43 +0200 (MET DST)
- cc: egcs at cygnus dot com
>
> I'm seeing this when building the latest code on my Problems building on
> i686-pc-linux-gnulibc1system. Anyone know what the problem is?
Remove the ATTRIBUTE_NORETURN from the declaration of sets_cc0_p in rtl.h,
and it will work again.
Bernd