mirror of git://gcc.gnu.org/git/gcc.git
pr49309.C: Skip for -flto.
2012-01-05 Richard Guenther <rguenther@suse.de> * g++.dg/torture/pr49309.C: Skip for -flto. From-SVN: r182915
This commit is contained in:
parent
32be32afef
commit
c4207e25d3
|
|
@ -1,3 +1,7 @@
|
||||||
|
2012-01-05 Richard Guenther <rguenther@suse.de>
|
||||||
|
|
||||||
|
* g++.dg/torture/pr49309.C: Skip for -flto.
|
||||||
|
|
||||||
2012-01-05 Jakub Jelinek <jakub@redhat.com>
|
2012-01-05 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
PR middle-end/51761
|
PR middle-end/51761
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
// PR tree-optimization/49309
|
// PR tree-optimization/49309
|
||||||
// { dg-do compile }
|
// { dg-do compile }
|
||||||
|
// { dg-skip-if "" { *-*-* } { "-flto" } { "" } }
|
||||||
// { dg-options "-fpreprocessed -fmudflap" }
|
// { dg-options "-fpreprocessed -fmudflap" }
|
||||||
|
|
||||||
struct A
|
struct A
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue