Commit fb294125 by Gabriel Dos Reis

BOGUS

From-SVN: r44830
parent 542d5f94
...@@ -7,7 +7,7 @@ foo1() ...@@ -7,7 +7,7 @@ foo1()
{ {
static int empty; static int empty;
const int* x = bar(); const int* x = bar();
return (x ? *x : empty); return (x ? *x : empty); // { dg-bogus ".*" "" }
} }
const int& const int&
......
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