Commit 81b25f80 by Alexandre Oliva

oops, not an ICE, just a bogus error

From-SVN: r31071
parent 1f7c23a7
......@@ -5,11 +5,10 @@
// distilled from libg++'s Integer.cc
// Special g++ Options: -O1
// crash test - XFAIL *-*-*
inline int bar () return r {}
int& foo (int& x) {
bar ();
return x;
}
} // gets bogus error - XFAIL *-*-*
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