This is the mail archive of the gcc-regression@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC build failed for native with your patch on 2003-12-25T18:09:31Z.


On Dec 25, 2003, at 14:23, GCC regression checker wrote:

With your recent patch, GCC does not compile on:
 native
Attached is build output for those targets.

The build failures are new.

For more information, see http://gcc.gnu.org/regtest/.
<ChangeLog.diff><native-log.txt>--
Geoffrey Keating <geoffk@apple.com>
(via an automated GCC regression-testing script.)

This was totally my fault. Fixed thusly:

2003-12-25 Andrew Pinski <pinskia@physics.uc.edu>

* parse.y (catch_clause_parameter): Fix typo.

Index: parse.y
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/parse.y,v
retrieving revision 1.462
diff -u -p -r1.462 parse.y
--- parse.y	25 Dec 2003 16:08:25 -0000	1.462
+++ parse.y	25 Dec 2003 21:00:50 -0000
@@ -1909,7 +1909,7 @@ catch_clause_parameter:
                   tree init;
                   if ($3)
                     {
-                      cppb = enter_block ();
+                      ccpb = enter_block ();
                       init = build_assignment
                         (ASSIGN_TK, $2.location, TREE_PURPOSE ($3),
                          build (JAVA_EXC_OBJ_EXPR, ptr_type_node));


Thanks, Andrew Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]