This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 3.0.4 cross build fails on i686-pc
- From: Richard Henderson <rth at redhat dot com>
- To: ackek <ackek at tiscali dot se>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 12 Apr 2002 11:42:32 -0700
- Subject: Re: 3.0.4 cross build fails on i686-pc
- References: <3C71582D000924D8@cpfe7.be.tisc.dk>
On Fri, Apr 12, 2002 at 12:17:24PM +0200, ackek wrote:
> printf_fp.c:1144: Internal compiler error in gen_subprogram_die, at
> dwarf2out.c:9512
Fixed in gcc 3.1. Work around in 3.0 with -fno-reorder-blocks
for this file.
r~