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 tree-optimization/49444] IV-OPTs changes an unaligned loads into aligned loads incorrectly


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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-06-16 20:16:09 UTC ---
(In reply to comment #1)
> Well, I'm 100% sure this is just the age-old bug that GCC can't expand
> misaligned indirect-refs (or nowadays mem-refs and target-mem-refs) on
> strict-align targets properly.

This has nothing to do with the misalgined indirect-ref issue as it works when
IV-opts is disabled.


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