Commit 95b038dd by Xinliang David Li Committed by Xinliang David Li

fix test

From-SVN: r162720
parent 3cb595ac
2010-07-30 Xinliang David Li <davidxl@google.com>
PR tree-optimization/45121
* c-c++-common/uninit-17.c: Add -fno-ivops option.
2010-07-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
PR c++/45112
......
/* { dg-do compile } */
/* { dg-options "-O2 -Wuninitialized" } */
/* { dg-options "-O2 -Wuninitialized -fno-ivopts" } */
inline int foo(int x)
{
......
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