[Bug target/47333] [4.8 regression] g++.dg/lto/20091219 FAILs on Solaris 2 with SUN as
ro at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jun 4 09:53:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47333
Rainer Orth <ro at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|[4.8/4.9 regression] |[4.8 regression]
|g++.dg/lto/20091219 FAILs |g++.dg/lto/20091219 FAILs
|on Solaris 2 with SUN as |on Solaris 2 with SUN as
--- Comment #37 from Rainer Orth <ro at gcc dot gnu.org> ---
No longer a 4.9 regression, fixed by the patch for PR middle-end/57366.
Unfortunately, that doesn't easily backport to the 4.8 branch since that lacks
alias and alias_target in struct symtab_node_base:
/vol/gcc/src/hg/gcc-4.8-branch/local/gcc/cgraphunit.c: In function 'void
compile
()':
/vol/gcc/src/hg/gcc-4.8-branch/local/gcc/cgraphunit.c:2050:22: error: 'struct
sy
mtab_node_base' has no member named 'alias'
/vol/gcc/src/hg/gcc-4.8-branch/local/gcc/cgraphunit.c:2056:21: error: 'struct
sy
mtab_node_base' has no member named 'alias_target'
/vol/gcc/src/hg/gcc-4.8-branch/local/gcc/cgraphunit.c:2056:49: error: 'struct
sy
mtab_node_base' has no member named 'alias_target'
/vol/gcc/src/hg/gcc-4.8-branch/local/gcc/cgraphunit.c:2057:10: error:
'symtab_al
ias_target' was not declared in this scope
make[3]: *** [cgraphunit.o] Error 1
Rainer
More information about the Gcc-bugs
mailing list