Commit b378a566 by Jakub Jelinek Committed by Jakub Jelinek

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
parent bfee0724
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.
......
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.
......
/* { 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()); }
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