]> git.ipfire.org Git - thirdparty/gcc.git/commit
decl.c (grokdeclarator): Tighten checks for invalid destructors.
authorMark Mitchell <mark@markmitchell.com>
Mon, 9 Nov 1998 09:32:06 +0000 (09:32 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 9 Nov 1998 09:32:06 +0000 (09:32 +0000)
commit31a053c85f8fef499a68c9a3ec1f9c51ca3acf6b
treec317e6b8a9c96d493953a9f14d04e98c61bc736d
parent9abeb1031adb5d55b6c95485669331eb6594db22
decl.c (grokdeclarator): Tighten checks for invalid destructors.

        * decl.c (grokdeclarator): Tighten checks for invalid
destructors.  Improve error-messages and error-recovery.
* decl2.c (check_classfn): Don't assume that mangled destructor
names contain type information.
 ----------------------------------------------------------------------

From-SVN: r23583
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/decl2.c