oops, not an ICE, just a bogus error

From-SVN: r31071
This commit is contained in:
Alexandre Oliva 1999-12-22 09:25:27 +00:00
parent 1f7c23a7e7
commit 81b25f8042

View File

@ -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 *-*-*