aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2006-01-24 08:52:56 +0000
committerMark Mitchell <mark@codesourcery.com>2006-01-24 08:52:56 +0000
commit3186dc195ef92e9ffa2a759a6ae7763b5cf89d59 (patch)
treef62af649cc1b995e6ef8683d532954e16c8933d9 /gcc
parentabca56497250f0f18b608f68631d3da8f079c00f (diff)
* semantics.c: Remove outdated comment.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@110164 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/ChangeLog4
-rw-r--r--gcc/cp/semantics.c6
2 files changed, 5 insertions, 5 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index ee481d7c1c9..f68f278500d 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,7 @@
+2006-01-24 Mark Mitchell <mark@codesourcery.com>
+
+ * semantics.c: Remove outdated comment.
+
2006-01-23 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
* cp-tree.h (do_poplevel): Remove prototype.
diff --git a/gcc/cp/semantics.c b/gcc/cp/semantics.c
index 47ff6ea0fed..4ff4e2610e0 100644
--- a/gcc/cp/semantics.c
+++ b/gcc/cp/semantics.c
@@ -51,11 +51,7 @@
/* There routines provide a modular interface to perform many parsing
operations. They may therefore be used during actual parsing, or
during template instantiation, which may be regarded as a
- degenerate form of parsing. Since the current g++ parser is
- lacking in several respects, and will be reimplemented, we are
- attempting to move most code that is not directly related to
- parsing into this file; that will make implementing the new parser
- much easier since it will be able to make use of these routines. */
+ degenerate form of parsing. */
static tree do_poplevel (tree);
static tree maybe_convert_cond (tree);