------- Comment #35 from ubizjak at gmail dot com 2008-02-15 08:01 ------- (In reply to comment #34) > With the patch in http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00507.html, the > PR is fixed without regression on intel(32/64 bit) and ppc(32 bit) darwin9. > I'll post the test results ASAP.
Great! OTOH, the test for STACK_BOUNDARY can simply be removed, because PARM_BOUNDARY is always equal or smaller than STACK_BOUNDARY. I have checked all targets, and this is true everywhere. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34621