Commit 1643b12f by Ahmad Sharif

Removed testcase that was failing on i386.

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

From-SVN: r167756
parent 52bb43ce
......@@ -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*-*-*.
......
/* { 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" );
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment