diff options
author | Giovanni Bajo <giovannibajo@gcc.gnu.org> | 2004-02-02 01:09:22 +0000 |
---|---|---|
committer | Giovanni Bajo <giovannibajo@gcc.gnu.org> | 2004-02-02 01:09:22 +0000 |
commit | 84b683c166f31e621e522c7c300fd82585fd6df6 (patch) | |
tree | d82a2b149bbd338b63fb2d9b76e8638101ab22bf /gcc | |
parent | b2693faff38d6735aea6aee5fab54c6b39f21444 (diff) | |
download | gcc-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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/ChangeLog | 6 |
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. |