aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2003-12-04 05:02:20 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2003-12-04 05:02:20 +0000
commitb80cfdcd48a0e28ff78870197e693acd9b9d2ad2 (patch)
treecc4df039704a0dd82f749e5f8e24f6dc40074c24 /gcc/cp/ChangeLog
parent32da7865f907faa9bd4e49ce797e7f9c438a86a3 (diff)
downloadgcc-b80cfdcd48a0e28ff78870197e693acd9b9d2ad2.zip
gcc-b80cfdcd48a0e28ff78870197e693acd9b9d2ad2.tar.gz
gcc-b80cfdcd48a0e28ff78870197e693acd9b9d2ad2.tar.bz2
re PR c++/13179 (ICE w/template parameter in catch specification)
PR c++/13179 * semantics.c (finish_handler_parms): Do not call eh_type_info for types used in templates. PR c++/13179 * g++.dg/template/eh1.C: New test. From-SVN: r74269
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index de5c714..dbb0d00 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,5 +1,9 @@
2003-12-03 Mark Mitchell <mark@codesourcery.com>
+ PR c++/13179
+ * semantics.c (finish_handler_parms): Do not call eh_type_info for
+ types used in templates.
+
PR c++/10771
* parser.c (cp_parser_check_for_invalid_template_id): New
function.