return-4.c: Scan andl/andq instead of andl.
2009-03-02 H.J. Lu <hongjiu.lu@intel.com> * gcc.target/i386/stackalign/return-4.c: Scan andl/andq instead of andl. * gcc.target/i386/stackalign/return-5.c: Likewise. * gcc.target/i386/stackalign/return-6.c: Likewise. From-SVN: r144544
This commit is contained in:
parent
962aae340f
commit
0f07d5761a
4 changed files with 11 additions and 4 deletions
|
@ -1,5 +1,12 @@
|
|||
2009-03-02 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* gcc.target/i386/stackalign/return-4.c: Scan andl/andq instead
|
||||
of andl.
|
||||
* gcc.target/i386/stackalign/return-5.c: Likewise.
|
||||
* gcc.target/i386/stackalign/return-6.c: Likewise.
|
||||
|
||||
2009-03-02 Richard Guenther <rguenther@suse.de>
|
||||
Ira Rosen <irar@il.ibm.com>
|
||||
Ira Rosen <irar@il.ibm.com>
|
||||
|
||||
PR tree-optimization/39318
|
||||
* gfortran.dg/vect/pr39318.f90: New test.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options "-mpreferred-stack-boundary=4" } */
|
||||
/* { dg-final { scan-assembler-not "andl\[^\\n\]*-64,\[^\\n\]*sp" } } */
|
||||
/* { dg-final { scan-assembler-not "and\[lq\]?\[^\\n\]*-64,\[^\\n\]*sp" } } */
|
||||
|
||||
/* This compile only test is to detect an assertion failure in stack branch
|
||||
development. */
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options "-mpreferred-stack-boundary=4" } */
|
||||
/* { dg-final { scan-assembler-not "andl\[^\\n\]*-64,\[^\\n\]*sp" } } */
|
||||
/* { dg-final { scan-assembler-not "and\[lq\]?\[^\\n\]*-64,\[^\\n\]*sp" } } */
|
||||
|
||||
/* This compile only test is to detect an assertion failure in stack branch
|
||||
development. */
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options "-mpreferred-stack-boundary=4" } */
|
||||
/* { dg-final { scan-assembler-not "andl\[^\\n\]*-64,\[^\\n\]*sp" } } */
|
||||
/* { dg-final { scan-assembler-not "and\[lq\]?\[^\\n\]*-64,\[^\\n\]*sp" } } */
|
||||
|
||||
/* This compile only test is to detect an assertion failure in stack branch
|
||||
development. */
|
||||
|
|
Loading…
Add table
Reference in a new issue