re PR c++/9459 (typeof in return type specification of template not supported)
authorKriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
Sun, 16 Feb 2003 17:04:27 +0000 (17:04 +0000)
committerKriang Lerdsuwanakij <lerdsuwa@gcc.gnu.org>
Sun, 16 Feb 2003 17:04:27 +0000 (17:04 +0000)
commit0df4ae9648bf9f28ddf74037a5ed7b83d355d7d6
tree29f16a530f24c639dbd419261060c2066efd3c51
parent99a7d107b661ad0cb1c24cdfc35a7a20bc6e4509
re PR c++/9459 (typeof in return type specification of template not supported)

PR c++/9459
* error.c (dump_type_prefix): Handle TYPEOF_TYPE.
(dump_type_suffix): Likewise.

* g++.dg/ext/typeof4.C: New test.

From-SVN: r62973
gcc/cp/ChangeLog
gcc/cp/error.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/typeof4.C [new file with mode: 0644]