------- 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

Reply via email to