str_empty.C: Move...

2007-05-31  Richard Guenther  <rguenther@suse.de>

	* g++.dg/other/str_empty.C: Move...
	* g++.dg/other/pr30567.C: Move...
	* g++.dg/tree-ssa/pr27218.C: Move...
	* g++.dg/torture: ...here and remove dg-options.

From-SVN: r125220
This commit is contained in:
Richard Guenther 2007-05-31 09:37:40 +00:00 committed by Richard Biener
parent 3e69b919de
commit b1ae209ca9
4 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,10 @@
2007-05-31 Richard Guenther <rguenther@suse.de>
* g++.dg/other/str_empty.C: Move...
* g++.dg/other/pr30567.C: Move...
* g++.dg/tree-ssa/pr27218.C: Move...
* g++.dg/torture: ...here and remove dg-options.
2007-05-31 Paolo Carlini <pcarlini@suse.de>
PR c++/32158

View File

@ -1,5 +1,4 @@
/* { dg-do compile } */
/* { dg-options "-O2" } */
struct Vector
{

View File

@ -1,5 +1,4 @@
/* { dg-do run } */
/* { dg-options "-O -finline-functions -fstrict-aliasing" } */
template <typename T>
struct const_ref

View File

@ -2,7 +2,6 @@
// Segfault in integer_zerop
// Origin: Andrew Pinski <andrew_pinski@playstation.sony.com>
// { dg-do compile }
// { dg-options "-O2" }
struct polynomial {
~polynomial ();