public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/26204]  New: Problem compiling gcc 4.0.2
@ 2006-02-10  0:02 pierre42d at 9online dot fr
  2006-02-10  0:05 ` [Bug other/26204] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: pierre42d at 9online dot fr @ 2006-02-10  0:02 UTC (permalink / raw)
  To: gcc-bugs

[...]
make[2]: Leaving directory `/tmp/gcc-4.0.2/build'
make[2]: Entering directory `/tmp/gcc-4.0.2/build/stage2-gcc'
/tmp/gcc-4.0.2/build/prev-gcc/xgcc -B/tmp/gcc-4.0.2/build/prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c   -O2 -g -fomit-frame-pointer -DIN_GCC  
-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic
-Wno-long-long -Wno-variadic-macros -Wold-style-definition -Werror   
-DHAVE_CONFIG_H -I. -Ijava -I../../gcc -I../../gcc/java -I../../gcc/../include
-I../../gcc/../libcpp/include     ../../gcc/java/jcf-write.c -o
java/jcf-write.o
cc1: warnings being treated as errors
../../gcc/java/jcf-write.c: In function 'generate_bytecode_insns':
../../gcc/java/jcf-write.c:2236: warning: unused variable 'type'
make[2]: *** [java/jcf-write.o] Error 1
make[2]: Leaving directory `/tmp/gcc-4.0.2/build/stage2-gcc'
make[1]: *** [all-stage2-gcc] Error 2
make[1]: Leaving directory `/tmp/gcc-4.0.2/build'
make: *** [stage2-bubble] Error 2


-- 
           Summary: Problem compiling gcc 4.0.2
           Product: gcc
           Version: 4.0.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pierre42d at 9online dot fr


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26204


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug other/26204] Problem compiling gcc 4.0.2
  2006-02-10  0:02 [Bug other/26204] New: Problem compiling gcc 4.0.2 pierre42d at 9online dot fr
@ 2006-02-10  0:05 ` pinskia at gcc dot gnu dot org
  2006-02-10 23:04 ` pierre42d at 9online dot fr
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-02-10  0:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-02-10 00:05 -------
What options did you pass to configure?

And yes this is a bug but it should not effect compiling with the default
options.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26204


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug other/26204] Problem compiling gcc 4.0.2
  2006-02-10  0:02 [Bug other/26204] New: Problem compiling gcc 4.0.2 pierre42d at 9online dot fr
  2006-02-10  0:05 ` [Bug other/26204] " pinskia at gcc dot gnu dot org
@ 2006-02-10 23:04 ` pierre42d at 9online dot fr
  2006-02-10 23:06 ` [Bug java/26204] [4.0 only] warnings in java front-end sources pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pierre42d at 9online dot fr @ 2006-02-10 23:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pierre42d at 9online dot fr  2006-02-10 23:04 -------
../configure --enable-libada --enable-bootstrap --enable-shared
--enable-threads --enable-tls --enable-nls --with-x --enable-java-awt=gtk,xlib
--enable-gtk-cairo --enable-java-gc


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26204


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/26204] warnings in libgcj
  2006-02-10  0:02 [Bug other/26204] New: Problem compiling gcc 4.0.2 pierre42d at 9online dot fr
                   ` (2 preceding siblings ...)
  2006-02-10 23:06 ` [Bug java/26204] [4.0 only] warnings in java front-end sources pinskia at gcc dot gnu dot org
@ 2006-02-10 23:06 ` pinskia at gcc dot gnu dot org
  2006-02-11  0:41 ` [Bug java/26204] [4.0 only] warnings in java front-end sources tromey at gcc dot gnu dot org
  2006-02-11  0:42 ` tromey at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-02-10 23:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-02-10 23:06 -------
--enable-bootstrap is not supported on 4.0.x or 4.1.x.

Can you try without that flag?

Anyways without that flag this is still an issue.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|other                       |libgcj
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-02-10 23:06:05
               date|                            |
            Summary|Problem compiling gcc 4.0.2 |warnings in libgcj


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26204


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug java/26204] [4.0 only] warnings in java front-end sources
  2006-02-10  0:02 [Bug other/26204] New: Problem compiling gcc 4.0.2 pierre42d at 9online dot fr
  2006-02-10  0:05 ` [Bug other/26204] " pinskia at gcc dot gnu dot org
  2006-02-10 23:04 ` pierre42d at 9online dot fr
@ 2006-02-10 23:06 ` pinskia at gcc dot gnu dot org
  2006-02-10 23:06 ` [Bug libgcj/26204] warnings in libgcj pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-02-10 23:06 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|libgcj                      |java
            Summary|warnings in libgcj          |[4.0 only] warnings in java
                   |                            |front-end sources
   Target Milestone|---                         |4.0.3


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26204


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug java/26204] [4.0 only] warnings in java front-end sources
  2006-02-10  0:02 [Bug other/26204] New: Problem compiling gcc 4.0.2 pierre42d at 9online dot fr
                   ` (3 preceding siblings ...)
  2006-02-10 23:06 ` [Bug libgcj/26204] warnings in libgcj pinskia at gcc dot gnu dot org
@ 2006-02-11  0:41 ` tromey at gcc dot gnu dot org
  2006-02-11  0:42 ` tromey at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: tromey at gcc dot gnu dot org @ 2006-02-11  0:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from tromey at gcc dot gnu dot org  2006-02-11 00:41 -------
Subject: Bug 26204

Author: tromey
Date: Sat Feb 11 00:41:08 2006
New Revision: 110866

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110866
Log:
        PR java/26204:
        * jcf-write.c (generate_bytecode_insns): Removed unused variable.

Modified:
    branches/gcc-4_0-branch/gcc/java/ChangeLog
    branches/gcc-4_0-branch/gcc/java/jcf-write.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26204


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug java/26204] [4.0 only] warnings in java front-end sources
  2006-02-10  0:02 [Bug other/26204] New: Problem compiling gcc 4.0.2 pierre42d at 9online dot fr
                   ` (4 preceding siblings ...)
  2006-02-11  0:41 ` [Bug java/26204] [4.0 only] warnings in java front-end sources tromey at gcc dot gnu dot org
@ 2006-02-11  0:42 ` tromey at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: tromey at gcc dot gnu dot org @ 2006-02-11  0:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from tromey at gcc dot gnu dot org  2006-02-11 00:42 -------
Fix checked in.


-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26204


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-02-11  0:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-10  0:02 [Bug other/26204] New: Problem compiling gcc 4.0.2 pierre42d at 9online dot fr
2006-02-10  0:05 ` [Bug other/26204] " pinskia at gcc dot gnu dot org
2006-02-10 23:04 ` pierre42d at 9online dot fr
2006-02-10 23:06 ` [Bug java/26204] [4.0 only] warnings in java front-end sources pinskia at gcc dot gnu dot org
2006-02-10 23:06 ` [Bug libgcj/26204] warnings in libgcj pinskia at gcc dot gnu dot org
2006-02-11  0:41 ` [Bug java/26204] [4.0 only] warnings in java front-end sources tromey at gcc dot gnu dot org
2006-02-11  0:42 ` tromey at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).