re PR tree-optimization/21655 (g++.dg/tree-ssa/pr14814.C scan-tree-dump-times &this 0 fails)
2005-11-30 Richard Guenther <rguenther@suse.de> PR tree-optimization/21655 * g++.dg/tree-ssa/pr14814.C: Remove XFAIL. From-SVN: r107739
This commit is contained in:
parent
5b009a9670
commit
4b860192e4
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-11-30 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
PR tree-optimization/21655
|
||||
* g++.dg/tree-ssa/pr14814.C: Remove XFAIL.
|
||||
|
||||
2005-11-30 Dale Johannesen <dalej@apple.com>
|
||||
|
||||
* gcc.c-torture/compile/pr24930.c: New.
|
||||
|
|
|
@ -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" { xfail *-*-* } } }*/
|
||||
/* { dg-final { scan-tree-dump-times "&this" 0 "forwprop2" } } */
|
||||
/* { dg-final { scan-tree-dump-times "&r" 0 "forwprop2" } } */
|
||||
/* { dg-final { cleanup-tree-dump "forwprop2" } } */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue