typeck.c (build_const_cast): Disallow use of const_cast to anything but a pointer...
authorMark Mitchell <mark@codesourcery.com>
Fri, 30 Apr 1999 12:17:10 +0000 (12:17 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 30 Apr 1999 12:17:10 +0000 (12:17 +0000)
commitb2ef49c88b09762a9bb560fec6ea0ce0d3ab879f
treec267bce8a1fac13a13e5ce133239393393d81911
parenta0e894a8cc0344dbbefc57523ff53e990854fcfb
typeck.c (build_const_cast): Disallow use of const_cast to anything but a pointer or reference type.

* typeck.c (build_const_cast): Disallow use of const_cast to
anything but a pointer or reference type.

From-SVN: r26708
gcc/cp/ChangeLog
gcc/cp/typeck.c
gcc/testsuite/g++.old-deja/g++.other/cast2.C [new file with mode: 0644]