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 middle-end/56443] [4.8 Regression] internal compiler error: verify_gimple failed at -O[1-2] -ftree-vectorize


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56443

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-02-25 13:11:08 UTC ---
Created attachment 29535
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29535
gcc48-pr56443.patch

Untested fix.  Going forward, you want to avoid using the overaligned types for
these purposes, better use __builtin_assume_aligned.


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