re PR tree-optimization/56273 (Bogus -Warray-bounds warning)
2013-02-11 Richard Biener <rguenther@suse.de> PR tree-optimization/56273 * gcc.dg/tree-ssa/vrp17.c: Disable tail-merging. From-SVN: r195942
This commit is contained in:
parent
8e89b5b5fb
commit
e77439af64
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-02-11 Richard Biener <rguenther@suse.de>
|
||||
|
||||
PR tree-optimization/56273
|
||||
* gcc.dg/tree-ssa/vrp17.c: Disable tail-merging.
|
||||
|
||||
2013-02-11 Richard Biener <rguenther@suse.de>
|
||||
|
||||
PR tree-optimization/56264
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options "-O2 -fdump-tree-vrp2" } */
|
||||
/* { dg-options "-O2 -fno-tree-tail-merge -fdump-tree-vrp2" } */
|
||||
|
||||
extern void abort (void) __attribute__ ((__noreturn__));
|
||||
union tree_node;
|
||||
|
|
Loading…
Add table
Reference in a new issue