This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Assembling pending decls before writing their debug info
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: nickc at redhat dot com (Nick Clifton)
- Cc: gcc at gcc dot gnu dot org, mark at codesourcery dot com
- Date: Tue, 23 Aug 2005 13:23:04 -0400 (EDT)
- Subject: Re: Assembling pending decls before writing their debug info
>
> Hi Guys,
>
> There is a problem with unit-at-a-time compilation and DWARF debug
> info generation. Consider this small test case which has been
> derived from GDB's observer.c source file:
There was even more issues with uninitialized variables a month ago.
This was all caused by Mark's patch to fix PR 18556.
This is a regression from 3.4.x.
Thanks,
Andrew Pinski