Commit 83bfaab7 by Mike Stump Committed by Mike Stump

builtin-unreachable.c: Don't expect stack adjustments to not be present on…

builtin-unreachable.c: Don't expect stack adjustments to not be present on machines that align the...

	* gcc.target/i386/builtin-unreachable.c: Don't expect stack
	adjustments to not be present on machines that align the stack to
	more than 4 bytes and don't have a red zone yet as that is an
	unimplemented optimization.

From-SVN: r157197
parent d1039125
2010-03-03 Mike Stump <mikestump@comcast.net>
* gcc.target/i386/builtin-unreachable.c: Don't expect stack
adjustments to not be present on machines that align the stack to
more than 4 bytes and don't have a red zone yet as that is an
unimplemented optimization.
2010-03-03 Janus Weil <janus@gcc.gnu.org>
PR fortran/43169
......
......@@ -9,5 +9,5 @@ int h (char *p)
__builtin_unreachable ();
return p ? 1 : 0;
}
/* { dg-final { scan-assembler-not "%e\[bs\]p" } } */
/* { dg-final { scan-assembler-not "%e\[bs\]p" { target { ! *-*-darwin* } } } } */
/* { dg-final { scan-assembler-not "\[\\t \]+j" } } */
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