re PR c++/13957 (Insufficient diagnostic for dependent expression parsed as non-type...
authorGiovanni Bajo <giovannibajo@gcc.gnu.org>
Mon, 2 Feb 2004 01:09:22 +0000 (01:09 +0000)
committerGiovanni Bajo <giovannibajo@gcc.gnu.org>
Mon, 2 Feb 2004 01:09:22 +0000 (01:09 +0000)
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

index aafbcb0..ed2a83f 100644 (file)
@@ -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.