This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
C++ PATCH: Remove outdated comment
- From: Mark Mitchell <mark at codesourcery dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Tue, 24 Jan 2006 00:53:56 -0800
- Subject: C++ PATCH: Remove outdated comment
- Reply-to: mark at codesourcery dot com
Volker asked me to remove this comment, which refers to the old
parser.
Committed as obvious.
--
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713
2006-01-24 Mark Mitchell <mark@codesourcery.com>
* semantics.c: Remove outdated comment.
Index: semantics.c
===================================================================
--- semantics.c (revision 110162)
+++ semantics.c (working copy)
@@ -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);