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

[Bug java/12174] New: /java/util/Map.java:88: internal compiler error


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: /java/util/Map.java:88: internal compiler error
           Product: gcc
           Version: 3.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: asoleyma at lightspeed dot com
                CC: gcc-bugs at gcc dot gnu dot org

This error was under:
Welcome to SuSE Linux 8.0 (i386) - Kernel \r (\l).

gcc --version
gcc (GCC) 3.2
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

make bootstrap
...
make[2]: Entering directory
`/lss/sw/users/asoleyma/toolchain/gcc/i686-pc-linux-gnu/libjava'
Makefile:5014: target `java/lang/Object.h' given more than once in the same rule.
Makefile:5014: target `java/lang/Class.h' given more than once in the same rule.
Compiling Java sourcefiles...
/lss/sw/users/asoleyma/toolchain/gcc/gcc/gcj
-B/lss/sw/users/asoleyma/toolchain/gcc/i686-pc-linux-gnu/libjava/
-B/lss/sw/users/asoleyma/toolchain/gcc/gcc/ --encoding=UTF-8 -Wno-deprecated -C
-g -classpath '' -bootclasspath
/lss/sw/users/asoleyma/toolchain/gcc/i686-pc-linux-gnu/libjava:. -d
/lss/sw/users/asoleyma/toolchain/gcc/i686-pc-linux-gnu/libjava @libgcj.sourcelist
./java/util/Map.java:81: error: Interface `java.util.Map' already defined in
java/util/Map.java:81.
   public interface Map
                    ^
./java/util/Map.java:88: internal compiler error: in get_access_flags_from_decl,
at java/class.c:1042
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [libgcj-3.4.jar] Error 1
make[2]: Leaving directory
`/lss/sw/users/asoleyma/toolchain/gcc/i686-pc-linux-gnu/libjava'
make[1]: *** [all-target-libjava] Error 2
make[1]: Leaving directory `/lss/sw/users/asoleyma/toolchain/gcc'
make: *** [bootstrap] Error 2


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