Commit 5625e6a6 by Martin Jambor Committed by Martin Jambor

pr45605.C: Scan fre1 dump and unxfail.

2011-10-27  Martin Jambor  <mjambor@suse.cz>

	* g++.dg/tree-ssa/pr45605.C: Scan fre1 dump and unxfail.

From-SVN: r180577
parent a92aa31d
2011-10-27 Martin Jambor <mjambor@suse.cz>
* g++.dg/tree-ssa/pr45605.C: Scan fre1 dump and unxfail.
2011-10-27 Uros Bizjak <ubizjak@gmail.com> 2011-10-27 Uros Bizjak <ubizjak@gmail.com>
Steven G. Kargl <kargl@gcc.gnu.org> Steven G. Kargl <kargl@gcc.gnu.org>
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-ssa" } */ /* { dg-options "-O1 -fdump-tree-fre1" } */
extern "C" void abort(); extern "C" void abort();
bool destructor_called = false; bool destructor_called = false;
...@@ -33,5 +33,5 @@ int main() { ...@@ -33,5 +33,5 @@ int main() {
/* We should devirtualize call to D::Run */ /* We should devirtualize call to D::Run */
/* { dg-final { scan-tree-dump-times "D::Run \\(" 1 "ssa" { xfail *-*-* } } } */ /* { dg-final { scan-tree-dump-times "D::Run \\(" 1 "fre1" } } */
/* { dg-final { cleanup-tree-dump "ssa" } } */ /* { dg-final { cleanup-tree-dump "fre1" } } */
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