summaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2007-09-05 18:56:55 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2007-09-05 18:56:55 +0000
commit7c08d8b69ae38139789b99123c6562a23d203343 (patch)
treeb119f5631cedd7fe75ebf4248f8dc2874a9d95a3 /gcc/cp
parent771e1e14f778bd272dc645d10d8405e8fbeb55e3 (diff)
downloadgcc-7c08d8b69ae38139789b99123c6562a23d203343.tar.gz
fix changelog entry
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128144 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index be44b69e0b5..bfe5a316cbf 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -468,7 +468,7 @@
2007-08-06 Paolo Carlini <pcarlini@suse.de>
PR c++/19532
- * pt.c (template_class_depth): Fix comment; change return type
+ * pt.c (inline_needs_template_parms): Fix comment; change return type
to bool.
2007-08-05 Volker Reichelt <v.reichelt@netcologne.de>