re PR testsuite/49753 (FAIL: g++.dg/torture/pr49309.C)
PR testsuite/49753 PR tree-optimization/49309 * testsuite/libmudflap.c++/pass68-frag.cxx: New test. * g++.dg/torture/pr49309.C: Remove. From-SVN: r176327
This commit is contained in:
parent
bfee0724e0
commit
b378a5669d
3 changed files with 15 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-07-15 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR testsuite/49753
|
||||
* g++.dg/torture/pr49309.C: Remove.
|
||||
|
||||
2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
|
||||
|
||||
* gcc.target/tic6x/weak-call.c: New test.
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
2011-07-15 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR testsuite/49753
|
||||
PR tree-optimization/49309
|
||||
* testsuite/libmudflap.c++/pass68-frag.cxx: New test.
|
||||
|
||||
2011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
|
||||
* configure.ac: Don't create pth.
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options "-fmudflap" } */
|
||||
// PR tree-optimization/49309
|
||||
// { dg-do compile }
|
||||
// { dg-options "-fmudflap" }
|
||||
|
||||
struct A
|
||||
{
|
||||
int i;
|
||||
|
@ -11,4 +13,3 @@ struct A
|
|||
inline void foo(A a) { a = A(); }
|
||||
|
||||
void bar() { foo(A()); }
|
||||
|
Loading…
Add table
Reference in a new issue