* gcc.target/i386/pr65753.c: Use -O2 instead of -O.
From-SVN: r223055
This commit is contained in:
parent
c7b38fd545
commit
570c6987d8
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2015-05-11 Alexander Monakov <amonakov@ispras.ru>
|
||||
|
||||
* gcc.target/i386/pr65753.c: Use -O2 instead of -O.
|
||||
|
||||
2015-05-12 Tom de Vries <tom@codesourcery.com>
|
||||
|
||||
PR tree-optimization/66010
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options "-fPIC -O" } */
|
||||
/* { dg-options "-fPIC -O2" } */
|
||||
/* { dg-final { scan-assembler-not "call" } } */
|
||||
|
||||
void foo(void (*bar)(void))
|
||||
|
|
Loading…
Add table
Reference in a new issue