Commit 53d855e0 by Jeff Law Committed by Jeff Law

stack-check-12.c: Revert to initial version.

	* gcc.target/i386/stack-check-12.c: Revert to initial version.  Then..
	Add -fomit-frame-pointer.

From-SVN: r254479
parent e52781dc
2017-11-06 Jeff Law <law@redhat.com>
* gcc.target/i386/stack-check-12.c: Revert to initial version. Then..
Add -fomit-frame-pointer.
2017-11-06 Carl Love <cel@us.ibm.com>
* gcc.target/powerpc/builtins-revb-runnable.c: New runnable test file.
......
/* { dg-do compile } */
/* { dg-options "-O2 -fstack-clash-protection -mtune=generic" } */
/* { dg-options "-O2 -fstack-clash-protection -mtune=generic -fomit-frame-pointer" } */
/* { dg-require-effective-target supports_stack_clash_protection } */
__attribute__ ((noreturn)) void exit (int);
......@@ -14,6 +14,6 @@ f (void)
/* { dg-final { scan-assembler-not "or\[ql\]" } } */
/* { dg-final { scan-assembler "pushl %esi" { target ia32 } } } */
/* { dg-final { scan-assembler "popl %esi" { target ia32 } } }*/
/* { dg-final { scan-assembler "pushq %rax" { target ! { ia32 } } } } */
/* { dg-final { scan-assembler "popq %rax" { target ! { ia32 } } } }*/
/* { dg-final { scan-assembler "pushq %rax" { target { ! ia32 } } } } */
/* { dg-final { scan-assembler "popq %rax" { target { ! ia32 } } } }*/
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