[Bug ipa/64192] [5 Regression] r218369 causes some regressions with -m32.
schwab@linux-m68k.org
gcc-bugzilla@gcc.gnu.org
Fri Dec 5 16:58:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64192
--- Comment #3 from Andreas Schwab <schwab@linux-m68k.org> ---
This is also causing unaligned accesses in the compiler on ia64, for example in
function ipa-inline-analysis.c:account_size_time:
new_entry.predicate = *pred;
struct predicate has only 4 byte alignment, but the copy is using ld8.
More information about the Gcc-bugs
mailing list