Removed testcase that was failing on i386.

* testsuite/gcc.target/i386/max-stack-align.c. Removed testcase.

From-SVN: r167756
This commit is contained in:
Ahmad Sharif 2010-12-13 17:43:07 +00:00
parent 52bb43ceb5
commit 1643b12f56
2 changed files with 0 additions and 16 deletions

View File

@ -57,10 +57,6 @@
* objc.dg/gnu-api-2-resolve-method.m: New.
* obj-c++.dg/gnu-api-2-resolve-method.mm: New.
2010-12-10 Ahmad Sharif <asharif@google.com>
* gcc.target/i386/max-stack-align.c: New testcase.
2010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* gcc.dg/funcorder.c: Remove XFAIL for hppa*64*-*-*.

View File

@ -1,12 +0,0 @@
/* { dg-do compile } */
/* { dg-options "-fomit-frame-pointer" } */
void foo()
{
int a, b, c, e, f, g, h, i;
__asm__ volatile( " jb 1b \n\t"
: : "c" (a), "d" (a), "S" (a), "D" (a),
"r" (a), "a" (a) ,"r" (a), "r" (a)
: "%""rbp" );
}