[Bug c/46902] [4.6 Regression] gcc.dg/plugin/plugindir*.c gives ICEs on powerpc-apple-darwin9
iains at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Dec 14 12:58:00 GMT 2010
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46902
--- Comment #14 from Iain Sandoe <iains at gcc dot gnu.org> 2010-12-14 12:58:20 UTC ---
the stage3 compiler is the same.
it appears that plugin.c thinks there are [5] more options than there are...
at the moment, dunno if this is a code-gen or a config issue.
.. so it's picking up x_TARGET_ALWAYS_HINT instead of x_plugindir_string.
x_plugindir_string = 0x0,
x_aix_struct_return = 0,
x_TARGET_ALIGN_BRANCH_TARGETS = -1,
x_TARGET_ALLOW_DF_PERMUTE = 0,
x_TARGET_ALLOW_MOVMISALIGN = -1,
x_TARGET_ALWAYS_HINT = -1,
More information about the Gcc-bugs
mailing list