mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-14 20:30:26 +08:00
oops, not an ICE, just a bogus error
From-SVN: r31071
This commit is contained in:
parent
1f7c23a7e7
commit
81b25f8042
@ -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 *-*-*
|
||||
|
Loading…
Reference in New Issue
Block a user