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-Tag: releases/gcc-4.0.0~10472 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=84b683c166f31e621e522c7c300fd82585fd6df6;p=thirdparty%2Fgcc.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 aafbcb04f7eb..ed2a83fe0201 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.