This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++ PATCH] Fix 21681
- From: Mark Mitchell <mark at codesourcery dot com>
- To: Nathan Sidwell <nathan at codesourcery dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 27 May 2005 16:35:58 -0700
- Subject: Re: [C++ PATCH] Fix 21681
- References: <429729C4.3090001@codesourcery.com>
Nathan Sidwell wrote:
Index: cp/parser.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/cp/parser.c,v
retrieving revision 1.330
diff -c -3 -p -r1.330 parser.c
*** cp/parser.c 17 May 2005 20:05:13 -0000 1.330
--- cp/parser.c 27 May 2005 13:51:18 -0000
*************** cp_parser_late_parsing_for_member (cp_pa
*** 15484,15489 ****
--- 15484,15490 ----
if (function_scope)
push_function_context_to (function_scope);
+
Stray blank line?
--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com
(916) 791-8304