Skip to content
Snippets Groups Projects
Commit 000eef23 authored by Jan Hubicka's avatar Jan Hubicka
Browse files

Fix previous commit.

From-SVN: r163442
parent 75bc9e5e
No related branches found
No related tags found
No related merge requests found
// PR c++/45307
// { dg-options "-fdump-tree-gimple -fdump-tree-optimized" }
// { dg-options "-fdump-tree-gimple -fdump-tree-optimized -O" }
struct fallible_t { };
const fallible_t fallible = fallible_t();
void t(void)
{
}
// { dg-final { scan-tree-dump-not "fallible" "gimple" } }
// Whole constructor should be optimized away.
// { dg-final { scan-tree-dump-not "int" "optimized" } }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment