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

From-SVN: r24320
This commit is contained in:
Alexandre Oliva 1998-12-15 06:47:22 +00:00 committed by Alexandre Oliva
parent 5f2f160cab
commit 68b048138c
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,7 @@
1998-12-15 Alexandre Oliva <oliva@dcc.unicamp.br>
* g++.old-deja/g++.other/conv5.C: New test.
Fri Dec 11 10:25:57 1998 Jeffrey A Law (law@cygnus.com)
* g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.

View File

@ -0,0 +1,6 @@
// Build don't link:
// Based on bug report by Thomas Kunert <kunert@physik.tu-dresden.de>
const int foo();
int (*bar)() = foo; // ERROR - discarding const - XFAIL *-*-*