pr32912-1.c: Add -w to options.

* gcc.dg/pr32912-1.c: Add -w to options.
	* gcc.dg/pr32912-2.c: Likewise.
	* gcc.dg/pr32912-3.c: Scan for ~{ rather than just ~.

From-SVN: r127687
This commit is contained in:
Jakub Jelinek 2007-08-22 09:53:57 +02:00 committed by Jakub Jelinek
parent 4251e89928
commit fab75691f3
4 changed files with 10 additions and 3 deletions

View file

@ -1,3 +1,10 @@
2007-08-22 Jakub Jelinek <jakub@redhat.com>
PR middle-end/32912
* gcc.dg/pr32912-1.c: Add -w to options.
* gcc.dg/pr32912-2.c: Likewise.
* gcc.dg/pr32912-3.c: Scan for ~{ rather than just ~.
2007-08-21 Ian Lance Taylor <iant@google.com>
* g++.dg/torture/pr33134.C: Moved from g++.dg/tree-ssa.

View file

@ -1,6 +1,6 @@
/* PR middle-end/32912 */
/* { dg-do run } */
/* { dg-options "-O2" } */
/* { dg-options "-O2 -w" } */
extern void abort (void);

View file

@ -1,5 +1,5 @@
/* { dg-do run } */
/* { dg-options "-O2" } */
/* { dg-options "-O2 -w" } */
extern void abort (void);

View file

@ -10,5 +10,5 @@ bar (void)
return ~x;
}
/* { dg-final { scan-tree-dump-not "~" "optimized" } } */
/* { dg-final { scan-tree-dump-not "~\{" "optimized" } } */
/* { dg-final { cleanup-tree-dump "optimized" } } */