[Bug rtl-optimization/65064] [5.0 regression] FAIL: gcc.dg/torture/pr60115.c -O1 (test for excess errors)
hjl.tools at gmail dot com
gcc-bugzilla@gcc.gnu.org
Sun Feb 15 02:03:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65064
--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> ---
Does -fno-common fix the problem? If it is the case, we need to
treat common symbol differently for ia64 since
.common b#,8,4
.common a#,4,4
won't be placed in small data section reachable via GP reloc. The
problem for ia64 is even if a data symbol is defined locally, we
can't use GP reloc if it isn't placed in small data section.
More information about the Gcc-bugs
mailing list