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:
parent
3e69b919de
commit
b1ae209ca9
4 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options "-O2" } */
|
||||
|
||||
struct Vector
|
||||
{
|
|
@ -1,5 +1,4 @@
|
|||
/* { 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 ();
|
Loading…
Add table
Reference in a new issue