http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46057
John David Anglin <danglin at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |RESOLVED
Resolution| |WONTFIX
--- Comment #5 from John David Anglin <danglin at gcc dot gnu.org> 2012-01-30
17:10:32 UTC ---
It is fairly easy for a user to write an asm to align the
stack to 64 bytes where necessary. GCC preseves this
alignment and the alignment tests pass with this alignment.
HP-UX only provides 16 byte alignmentand there are no PARISC
instructions that require a larger alignment. So, closing
as WONTFIX.