------- Additional Comments From mark at codesourcery dot com 2005-07-22 06:52 ------- Subject: Re: [4.0/4.1 Regression] debug info omitted for uninitialized variables
mark at codesourcery dot com wrote: > Unfortunately, it failed -- gcc.dg/pch/global-1.c fails at -O3. > > I have not yet figured out why... This has to do with the fact that first_global_object_name and weak_global_object_name are not preserved across PCH; this looks to be a bug latent since the introduction of PCH. Working on fixing that now... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21828