------- 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

Reply via email to