aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiovanni Bajo <giovannibajo@gcc.gnu.org>2004-02-02 01:09:22 +0000
committerGiovanni Bajo <giovannibajo@gcc.gnu.org>2004-02-02 01:09:22 +0000
commit84b683c166f31e621e522c7c300fd82585fd6df6 (patch)
treed82a2b149bbd338b63fb2d9b76e8638101ab22bf
parentb2693faff38d6735aea6aee5fab54c6b39f21444 (diff)
downloadgcc-84b683c166f31e621e522c7c300fd82585fd6df6.zip
gcc-84b683c166f31e621e522c7c300fd82585fd6df6.tar.gz
gcc-84b683c166f31e621e522c7c300fd82585fd6df6.tar.bz2
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
-rw-r--r--gcc/cp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index aafbcb0..ed2a83f 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2004-02-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
+
+ PR c++/13957
+ * pt.c (tsubst_qualified_id): Improved error message when a type
+ is expected but not found.
+
2004-01-31 Kazu Hirata <kazu@cs.umass.edu>
* class.c: Fix comment typos.