This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/46902] [4.6 Regression] gcc.dg/plugin/plugindir*.c gives ICEs on powerpc-apple-darwin9


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46902

--- Comment #12 from joseph at codesourcery dot com <joseph at codesourcery dot com> 2010-12-13 21:32:15 UTC ---
On Mon, 13 Dec 2010, iains at gcc dot gnu.org wrote:

> > > (gdb) print plugindir_string
> > > $1 = 0xffffffff <Address 0xffffffff out of bounds>
> > > 
> > > which is the origin of the current fail (there will be other issues related to
> > > the FIXME, I'm sure).
> > 
> > independent of whether -iplugindir is given on the c/l.
> 
> in fact, the whole of global_options looks suspiciously un-initialized.

It's supposed to be runtime-initialized from global_options_init; see 
init_options_struct.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]