This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Patch for PR 16676
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Ulrich Weigand <uweigand at de dot ibm dot com>
- Cc: Ben Elliston <bje at au1 dot ibm dot com>, gcc-patches at gcc dot gnu dot org, mark at codesourcery dot com
- Date: Wed, 11 May 2005 01:28:07 -0400
- Subject: Re: Patch for PR 16676
- References: <427EFADF.2030105@au.ibm.com> <200505110011.j4B0B2I5011703@53v30g15.boeblingen.de.ibm.com>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Wed, May 11, 2005 at 02:11:02AM +0200, Ulrich Weigand wrote:
> Ben Elliston wrote:
>
> > 2005-05-09 Ben Elliston <bje@au.ibm.com>
> >
> > * dwarf2out.c (dwarf2out_decl): Always set context_die to NULL,
> > even when debug_info_level is DINFO_LEVEL_TERSE.
>
> This causes two testsuite regressions on s390(x)-ibm-linux:
> FAIL: g++.dg/debug/minimal1.C -gdwarf-21 (test for excess errors)
> FAIL: g++.dg/debug/typedef3.C -gdwarf-21 (test for excess errors)
>
> The symptom is an ICE in dwarf2out_finish, at dwarf2out.c:13108.
I see this too on all 7 arches I have tried.
Jakub