------- Comment #2 from pinskia at gcc dot gnu dot org  2008-12-23 23:32 -------
So the question comes what target has a mode where STRICT_ALIGNMENT is going to
be true and the alignment of the stack is going to be less than the alignment
of that mode?

I think this is invalid.  Now x86 has a mode who's alignment is less than
PARM_BOUNDARY but that is because the ABI was set in stone before those
registers was added.

Do you have a target which this effects?  Is there a reason why the stack
alignment is less than the largest required alignment of the modes?


-- 


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

Reply via email to