From 84b683c166f31e621e522c7c300fd82585fd6df6 Mon Sep 17 00:00:00 2001 From: Giovanni Bajo Date: Mon, 2 Feb 2004 01:09:22 +0000 Subject: [PATCH] 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 --- gcc/cp/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- 2.30.2