* g++.old-deja/g++.other/decl4.C: New test.

From-SVN: r27558
This commit is contained in:
Alexandre Oliva 1999-06-16 22:38:16 +00:00 committed by Alexandre Oliva
parent 1b5f5f763a
commit 06c8baef3a
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,7 @@
1999-06-17 Alexandre Oliva <oliva@dcc.unicamp.br>
* g++.old-deja/g++.other/decl4.C: New test.
1999-06-14 Nathan Sidwell <nathan@acm.org>
* g++.old-deja/g++.other/bitfld3.C: New test.

View File

@ -0,0 +1,7 @@
// Build don't link:
// Reported by Harri Porten <porten@tu-harburg.de>
// Simplified for testsuite by Alexandre Oliva
struct foo { operator long double(); };
int bar(int __opr); // gets bogus error - XFAIL *-*-*