mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-25 09:05:29 +08:00
* g++.old-deja/g++.other/conv5.C: New test.
From-SVN: r24320
This commit is contained in:
parent
5f2f160cab
commit
68b048138c
@ -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.
|
||||
|
6
gcc/testsuite/g++.old-deja/g++.other/conv5.C
Normal file
6
gcc/testsuite/g++.old-deja/g++.other/conv5.C
Normal 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 *-*-*
|
Loading…
Reference in New Issue
Block a user