+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);
/* { 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 } } } }*/