From-SVN: r162720
This commit is contained in:
Xinliang David Li 2010-07-30 16:44:24 +00:00 committed by Xinliang David Li
parent 3cb595ac0b
commit 95b038dd43
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O2 -Wuninitialized" } */
/* { dg-options "-O2 -Wuninitialized -fno-ivopts" } */
inline int foo(int x)
{