This is the mail archive of the gcc@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]

Re: [ANNOUNCE] Libgcj in gcc tree availability.



Robert Lipe writes:

> OK.  That does suppress the flagrant GCC-isms in the Makefile and,
> once combined with the trivial patch I just posted does allow
> compilation with the vendor compiler.

Here's a patch I'm going to commit shortly.

> If you're happy with that directory being compiled by the bootstrap
> compiler, I'm happy enough with it.

This will be changed. But conditionally building zlib and fastjar is
still subject to discussion. Once we have a plan, fastjar will most
likely be removed from the boostrap compiler build.

> Thanx!

Thanks a lot for your help.

./A

2000-12-10  Robert Lipe <robertlipe@usa.net>

	* jargrep.c (jargrep): Added null statement after case.

2000-12-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>

	* Makefile: Removed.
	* Makefile.in: Rebuilt with `-i' and `--enable-foreign'.

Index: jargrep.c
===================================================================
RCS file: /cvs/gcc/egcs/fastjar/jargrep.c,v
retrieving revision 1.1
diff -u -p -r1.1 jargrep.c
--- jargrep.c	2000/12/09 03:08:23	1.1
+++ jargrep.c	2000/12/11 02:54:03
@@ -566,6 +566,7 @@ void jargrep(regex_t *exp, regex_t *nl_e
 					break;
 				case 2:
 					/* fall through continue */
+					;
 				}
 			}
 		} while(floop);

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