* gcc.target/i386/pr65753.c: Use -O2 instead of -O.

From-SVN: r223055
This commit is contained in:
Alexander Monakov 2015-05-12 13:36:42 +03:00 committed by Alexander Monakov
parent c7b38fd545
commit 570c6987d8
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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))