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
This commit is contained in:
parent
e52781dce0
commit
53d855e09d
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
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.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* { 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 } } } }*/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue