This is the mail archive of the
gcc-regression@gcc.gnu.org
mailing list for the GCC project.
Re: GCC build of HEAD failed for native with your patch on 2004-10-18T04:03:25Z.
- From: Steven Bosscher <stevenb at suse dot de>
- To: gcc-regression at gcc dot gnu dot org, "GCC regression checker" <geoffk at apple dot com>
- Cc: bje at au dot ibm dot com, bkoz at redhat dot com, dannysmith at users dot sourceforge dot net, dhruvbird at gmx dot net, dvorakz at suse dot cz, hp at bitrange dot com, jsm at polyomino dot org dot uk, kazu at cs dot umass dot edu, pinskia at physics dot uc dot edu
- Date: Mon, 18 Oct 2004 08:33:34 +0200
- Subject: Re: GCC build of HEAD failed for native with your patch on 2004-10-18T04:03:25Z.
- Organization: SUSE Labs
- References: <20041018055233.13D2A123B4F06@gcc-regress.apple.com>
On Monday 18 October 2004 07:52, GCC regression checker wrote:
> With your recent patch, GCC HEAD does not compile on:
> native
Grrrrrr.
We probably need this:
Index: Make-lang.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/Make-lang.in,v
retrieving revision 1.146
diff -c -3 -p -r1.146 Make-lang.in
*** Make-lang.in 17 Oct 2004 22:51:35 -0000 1.146
--- Make-lang.in 18 Oct 2004 06:31:43 -0000
*************** java-warn = $(STRICT_WARN)
*** 124,129 ****
--- 124,133 ----
# String length warnings
jvspec.o-warn = -Wno-error
+ # Bison-1.75 output often yields (harmless) -Wtraditional warnings
+ java/parse-scan.o-warn = -Wno-error
+ java/parse.o-warn = -Wno-error
+
# Use of non-standardized scandir
java/jcf-io.o-warn = -Wno-error