This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/30510] Gcc failed to bootstrap
- From: "andreast at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Jan 2007 23:07:51 -0000
- Subject: [Bug bootstrap/30510] Gcc failed to bootstrap
- References: <bug-30510-682@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from andreast at gcc dot gnu dot org 2007-01-19 23:07 -------
This works here:
Index: parser.c
===================================================================
--- parser.c (revision 120949)
+++ parser.c (working copy)
@@ -13203,7 +13203,7 @@
bool saved_in_function_body;
tree old_scope = NULL_TREE;
tree scope = NULL_TREE;
- tree bases;
+ tree bases = NULL_TREE;
push_deferring_access_checks (dk_no_deferred);
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30510