summaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2006-12-04 18:08:11 +0000
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2006-12-04 18:08:11 +0000
commit729a26ca737cc04301584a808a09866752d192e3 (patch)
tree64d0f23d27b0b2b14eb52109511cf8201f0d3f7b /gcc/cp/ChangeLog
parentd3d4beab4467b0c73d70d537f5449753555422f2 (diff)
downloadgcc-729a26ca737cc04301584a808a09866752d192e3.tar.gz
PR c++/29733
* pt.c (tsubst_decl): Disallow variables of function type. PR c++/29733 * g++.dg/template/crash61.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119500 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index a4c1a113262..f0f93c0e40c 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,5 +1,8 @@
2006-12-04 Mark Mitchell <mark@codesourcery.com>
+ PR c++/29733
+ * pt.c (tsubst_decl): Disallow variables of function type.
+
PR c++/29632
* call.c (add_builtin_candidate): Do not permit NULL pointer
constants to be compared with template parameters.