This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: reduced testcase for dwarf1 ICE
- To: Robert Lipe <robertl at sco dot com>
- Subject: Re: reduced testcase for dwarf1 ICE
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Wed, 03 May 2000 19:14:40 -0600
- cc: gcc at gcc dot gnu dot org
- Reply-To: law at cygnus dot com
In message <20000502224641.K3029@rjlhome.sco.com>you write:
> This tiny test is inspired by a longstanding bootstrap failure on
> OpenServer.
>
> Compile thusly
> to watch it fail on an Linux/IA32 target:
>
> $ ./xgcc -B./ -O2 -gdwarf -g2 ./d.c
> ./d.c: In function `expand_nl_goto_receiver':
> ./d.c:6: Internal compiler error in `dwarfout_file_scope_decl', at dwarfout
> .c:5307
You should probably put this into the testsuite, probably gcc.dg and make
it conditional on your target (if linux systems support dwarf1 debugging
output, then enabling the test on those systems would be good too).
jeff