Commit b1ae209c by Richard Guenther Committed by Richard Biener

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
parent 3e69b919
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
/* { dg-do compile } */
/* { dg-options "-O2" } */
struct Vector
{
......
/* { dg-do run } */
/* { dg-options "-O -finline-functions -fstrict-aliasing" } */
template <typename T>
struct const_ref
......
......@@ -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 ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment