* nameret1.C: New test.

From-SVN: r31064
This commit is contained in:
Alexandre Oliva 1999-12-22 08:41:27 +00:00 committed by Alexandre Oliva
parent 0ecba51fdb
commit 3be0e20212
2 changed files with 16 additions and 0 deletions

View File

@ -1,5 +1,7 @@
1999-12-22 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
* nameret1.C: New test.
* template10.C: New test.
1999-11-21 Alexandre Oliva <oliva@lsd.ic.unicamp.br>

View File

@ -0,0 +1,14 @@
// Copyright (C) 1999 Free Software Foundation
// by Alexandre Oliva <oliva@lsd.ic.unicamp.br>
// distilled from libg++'s Rational.cc
// Special g++ Options:
// crash test - XFAIL sparc64*-*-* sparcv9*-*-* alpha*-*-*
inline int bar () return r {}
int foo () {
return bar ();
}