mirror of git://gcc.gnu.org/git/gcc.git
pr71403-1.c: Use dg-additional-options and remove -O3.
2016-08-03 Richard Biener <rguenther@suse.de> * c-c++-common/ubsan/pr71403-1.c: Use dg-additional-options and remove -O3. * c-c++-common/ubsan/pr71403-2.c: Likewise. * c-c++-common/ubsan/pr71403-3.c: Likewise. From-SVN: r239077
This commit is contained in:
parent
cd75c9792a
commit
9ad1a1da40
|
|
@ -1,3 +1,10 @@
|
||||||
|
2016-08-03 Richard Biener <rguenther@suse.de>
|
||||||
|
|
||||||
|
* c-c++-common/ubsan/pr71403-1.c: Use dg-additional-options
|
||||||
|
and remove -O3.
|
||||||
|
* c-c++-common/ubsan/pr71403-2.c: Likewise.
|
||||||
|
* c-c++-common/ubsan/pr71403-3.c: Likewise.
|
||||||
|
|
||||||
2016-08-03 Richard Biener <rguenther@suse.de>
|
2016-08-03 Richard Biener <rguenther@suse.de>
|
||||||
|
|
||||||
* gcc.dg/tree-ssa/loadpre2.c: Disable LIM.
|
* gcc.dg/tree-ssa/loadpre2.c: Disable LIM.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/* { dg-do run } */
|
/* { dg-do run } */
|
||||||
/* { dg-options "-O3 -fsanitize=unreachable" } */
|
/* { dg-additional-options "-fsanitize=unreachable" } */
|
||||||
|
|
||||||
char a = -97;
|
char a = -97;
|
||||||
int b, c, d, e;
|
int b, c, d, e;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/* { dg-do run } */
|
/* { dg-do run } */
|
||||||
/* { dg-options "-O3 -fsanitize=unreachable" } */
|
/* { dg-additional-options "-fsanitize=unreachable" } */
|
||||||
|
|
||||||
char a, c;
|
char a, c;
|
||||||
short b;
|
short b;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/* { dg-do run } */
|
/* { dg-do run } */
|
||||||
/* { dg-options "-O3 -fsanitize=unreachable" } */
|
/* { dg-additional-options "-fsanitize=unreachable" } */
|
||||||
|
|
||||||
|
|
||||||
int a, b, c, d;
|
int a, b, c, d;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue