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 ipa/64192] [5 Regression] r218369 causes some regressions with -m32.


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.


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