This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Mainline failed to bootstrap on Linux/x86
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: guerby at acm dot org
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 30 Apr 03 15:22:50 EDT
- Subject: Re: Mainline failed to bootstrap on Linux/x86
> +===========================GNAT BUG DETECTED==============================+
> | 3.4 20030430 (experimental) (i686-pc-linux-gnu) GCC error: |
> | in tree_low_cst, at tree.c:3274 |
> | Error detected at /net/gnu/export/gnu/src/gcc/gcc/gcc/ada/types.ads:183:59|
which is something like char[INT_MAX+1] which looks not obvious to
handle, can't say which patch or combining of patches cause the
problem yet.
Probably my recent stor-layout.c patch. I'm trying to create an
environment to look at this. The fix to this sort of thing is
usually trivial.