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:
Richard Biener 2016-08-03 14:41:34 +00:00 committed by Richard Biener
parent cd75c9792a
commit 9ad1a1da40
4 changed files with 10 additions and 3 deletions

View File

@ -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>
* gcc.dg/tree-ssa/loadpre2.c: Disable LIM.

View File

@ -1,5 +1,5 @@
/* { dg-do run } */
/* { dg-options "-O3 -fsanitize=unreachable" } */
/* { dg-additional-options "-fsanitize=unreachable" } */
char a = -97;
int b, c, d, e;

View File

@ -1,5 +1,5 @@
/* { dg-do run } */
/* { dg-options "-O3 -fsanitize=unreachable" } */
/* { dg-additional-options "-fsanitize=unreachable" } */
char a, c;
short b;

View File

@ -1,5 +1,5 @@
/* { dg-do run } */
/* { dg-options "-O3 -fsanitize=unreachable" } */
/* { dg-additional-options "-fsanitize=unreachable" } */
int a, b, c, d;