Commit 0667b040 by Jeff Law Committed by Jeff Law

* g++.dg/tree-ssa/pr14814.C: xfail test for &this count.

From-SVN: r102712
parent e81d37df
2005-08-03 Jeff Law <law@redhat.com>
* g++.dg/tree-ssa/pr14814.C: xfail test for &this count.
2005-08-03 J"orn Rennecke <joern.rennecke@st.com>
* gcc.c-torture/execute/pr23135.c: New test.
......@@ -2275,8 +2279,8 @@
2005-05-17 Jeff Law <law@redhat.com>
* g++.dg/tree-ssa/pr18414.C: New test.
* gcc.dg/tree-ssa/pr18414.C: New test.
* g++.dg/tree-ssa/pr14814.C: New test.
* gcc.dg/tree-ssa/pr14814.C: New test.
* gcc.dg/tree-ssa/pr17141-1.C: New test.
* gcc.dg/tree-ssa/pr17141-2.C: New test.
......
......@@ -14,7 +14,7 @@ int foo(XX& r) {
if (r.direction().y() < 0.000001) return 0;
return 1; }
/* { dg-final { scan-tree-dump-times "&this" 0 "forwprop2" } } */
/* { dg-final { scan-tree-dump-times "&this" 0 "forwprop2" { xfail *-*-* } } }*/
/* { dg-final { scan-tree-dump-times "&r" 0 "forwprop2" } } */
/* { dg-final { cleanup-tree-dump "forwprop2" } } */
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