bootstrap failure current CVS in Ada

Daniel Berlin dberlin@dberlin.org
Tue Jan 4 16:21:00 GMT 2005


On Tue, 2005-01-04 at 13:09 +0100, Andreas Jaeger wrote:
> On Linux/AMD64 I get the following bootstrap error:
> 
> stage1/xgcc -Bstage1/ -B/opt/gcc/4.0-devel/x86_64-suse-linux-gnu/bin/ -c -g -O2     -gnatpg -gnata -I- -I. -Iada -I/cvs/gcc/gcc/ada /cvs/gcc/gcc/ada/atree.adb-o ada/atree.o
> +===========================GNAT BUG DETECTED==============================+
> | 4.0.0 20050104 (experimental) (x86_64-suse-linux-gnu) GCC error:         |
> | in gen_subprogram_die, at dwarf2out.c:11207                              |
> | Error detected at atree.adb:6579:1                                       |
> | Please submit a bug report; see http://gcc.gnu.org/bugs.html.            |
> | Include the entire contents of this bug box in the report.               |
> | Include the exact gcc or gnatmake command that you entered.              |
> | Also include sources listed below in gnatchop format                     |
> | (concatenated together with no headers between files).                   |
> +==========================================================================+
> 

The equivalent failure (there is a bug report about it) in C is that we
are assigning the same DECL_UID to two different decls.

I don't know if this is what is happening in Ada.

If not, we may hvae to just remove the assert.




More information about the Gcc mailing list