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 target/26721] [4.2 Regression]: Gcc generates unaligned access



------- Comment #20 from rguenth at gcc dot gnu dot org  2006-03-17 11:03 -------
For the testcase in comment #6 we fall into the

#ifdef CONSTANT_ALIGNMENT
          else if (CONSTANT_CLASS_P (exp))
            align = CONSTANT_ALIGNMENT (exp, align);
#endif

path and conclude the alignment is 128.

I have yet another patch.


-- 


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


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