From: Giovanni Bajo Date: Mon, 2 Feb 2004 01:09:22 +0000 (+0000) Subject: re PR c++/13957 (Insufficient diagnostic for dependent expression parsed as non-type... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=84b683c166f31e621e522c7c300fd82585fd6df6;p=gcc.git re PR c++/13957 (Insufficient diagnostic for dependent expression parsed as non-type but instantiated as type) PR c++/13957 * pt.c (tsubst_qualified_id): Improved error message when a type is expected but not found. From-SVN: r77090 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index aafbcb04f7e..ed2a83fe020 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,9 @@ +2004-02-01 Giovanni Bajo + + PR c++/13957 + * pt.c (tsubst_qualified_id): Improved error message when a type + is expected but not found. + 2004-01-31 Kazu Hirata * class.c: Fix comment typos.