Commit 570c6987 by Alexander Monakov Committed by Alexander Monakov

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

From-SVN: r223055
parent c7b38fd5
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> 2015-05-12 Tom de Vries <tom@codesourcery.com>
PR tree-optimization/66010 PR tree-optimization/66010
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-fPIC -O" } */ /* { dg-options "-fPIC -O2" } */
/* { dg-final { scan-assembler-not "call" } } */ /* { dg-final { scan-assembler-not "call" } } */
void foo(void (*bar)(void)) void foo(void (*bar)(void))
......
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