Commit 74841464 by Ahmad Sharif Committed by Ahmad Sharif

max-stack-align.c: New testcase.

2010-12-17  Ahmad Sharif  <asharif@google.com>

	* gcc.target/i386/max-stack-align.c: New testcase.

From-SVN: r168011
parent a4714d14
2010-12-17 Ahmad Sharif <asharif@google.com>
* gcc.target/i386/max-stack-align.c: New testcase.
2010-12-17 Nicola Pero <nicola.pero@meta-innovation.com> 2010-12-17 Nicola Pero <nicola.pero@meta-innovation.com>
* objc.dg/exceptions-4.m: Adjust for change in error message. * objc.dg/exceptions-4.m: Adjust for change in error message.
......
/* { dg-do compile } */
/* { dg-options "-fomit-frame-pointer" } */
/* { dg-require-effective-target lp64 } */
void foo()
{
int a=0, b=0, c=0, e=0, f=0, g=0, h=0, i=0;
__asm__ __volatile__ (""
:
:
: "bp"
);
}
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