re PR middle-end/86897 (gcc.dg/uninit-suppress_2.c FAILs)
PR middle-end/86897 * gcc.dg/uninit-suppress_2.c: Disable DOM. From-SVN: r263454
This commit is contained in:
parent
cdaa7e324a
commit
568f6ad572
@ -1,3 +1,8 @@
|
||||
2018-08-09 Jeff Law <law@redhat.com>
|
||||
|
||||
PR middle-end/86897
|
||||
* gcc.dg/uninit-suppress_2.c: Disable DOM.
|
||||
|
||||
2018-08-09 Richard Sandiford <richard.sandiford@arm.com>
|
||||
|
||||
* gcc.target/aarch64/sve/reduc_8.c: New test.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-fno-tree-ccp -fno-tree-vrp -fno-tree-fre -fno-tree-pre -fno-code-hoisting -O2 -Wuninitialized -Werror=uninitialized -Wno-error=maybe-uninitialized" } */
|
||||
/* { dg-options "-fno-tree-dominator-opts -fno-tree-ccp -fno-tree-vrp -fno-tree-fre -fno-tree-pre -fno-code-hoisting -O2 -Wuninitialized -Werror=uninitialized -Wno-error=maybe-uninitialized" } */
|
||||
void blah();
|
||||
void bar (int);
|
||||
int gflag;
|
||||
|
Loading…
Reference in New Issue
Block a user