* g++.old-deja/g++.other/decl4.C: New test.
From-SVN: r27558
This commit is contained in:
parent
1b5f5f763a
commit
06c8baef3a
@ -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>
|
1999-06-14 Nathan Sidwell <nathan@acm.org>
|
||||||
|
|
||||||
* g++.old-deja/g++.other/bitfld3.C: New test.
|
* g++.old-deja/g++.other/bitfld3.C: New test.
|
||||||
|
7
gcc/testsuite/g++.old-deja/g++.other/decl4.C
Normal file
7
gcc/testsuite/g++.old-deja/g++.other/decl4.C
Normal 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 *-*-*
|
Loading…
Reference in New Issue
Block a user