public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/12174] New: /java/util/Map.java:88: internal compiler error
@ 2003-09-04 23:14 asoleyma at lightspeed dot com
  2003-09-07  3:13 ` [Bug java/12174] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: asoleyma at lightspeed dot com @ 2003-09-04 23:14 UTC (permalink / raw)
  To: gcc-bugs

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


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

* [Bug java/12174] /java/util/Map.java:88: internal compiler error
  2003-09-04 23:14 [Bug java/12174] New: /java/util/Map.java:88: internal compiler error asoleyma at lightspeed dot com
@ 2003-09-07  3:13 ` pinskia at gcc dot gnu dot org
  2003-09-09 21:53 ` asoleyma at lightspeed dot com
  2003-09-09 22:30 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-07  3:13 UTC (permalink / raw)
  To: gcc-bugs

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-07 03:13 -------
What version of make are you using?
Also how did you configure GCC?
Also what happens if you try again, does it stop in a different place?
People build GCC all the time on i686-pc-linux-gnu so most likely this is a memory 
problem.


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

* [Bug java/12174] /java/util/Map.java:88: internal compiler error
  2003-09-04 23:14 [Bug java/12174] New: /java/util/Map.java:88: internal compiler error asoleyma at lightspeed dot com
  2003-09-07  3:13 ` [Bug java/12174] " pinskia at gcc dot gnu dot org
@ 2003-09-09 21:53 ` asoleyma at lightspeed dot com
  2003-09-09 22:30 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: asoleyma at lightspeed dot com @ 2003-09-09 21:53 UTC (permalink / raw)
  To: gcc-bugs

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



------- Additional Comments From asoleyma at lightspeed dot com  2003-09-09 21:53 -------
Subject: Re:  /java/util/Map.java:88: internal compiler error


pinskia at gcc dot gnu dot org wrote:
> 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
> 
> 
> pinskia at gcc dot gnu dot org changed:
> 
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>              Status|UNCONFIRMED                 |WAITING
> 
> 
> ------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-07 03:13 -------
> What version of make are you using?
> Also how did you configure GCC?
> Also what happens if you try again, does it stop in a different place?
> People build GCC all the time on i686-pc-linux-gnu so most likely this is a memory 
> problem.
> 
> 
> 
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
> 

I've cleaned up and rerun configure and "make bootstrap", then I'd the
following error:
...
WARNING: `bison' is missing on your system.  You should only need it if
          you modified a `.y' file.  You may need the `Bison' package
          in order for those modifications to take effect.  You can get
          `Bison' from any GNU archive site.
mv: cannot stat `c-p20863.c': No such file or directory
make[2]: *** [c-parse.c] Error 1
make[2]: Leaving directory `/lss/sw/users/asoleyma/toolchain/gcc/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/lss/sw/users/asoleyma/toolchain/gcc/gcc'
make: *** [bootstrap] Error 2

After installing `bison', it was successful and my GCC works.

I don't know why this error, "internal compiler error," happened and
I've no more info about that. It depends on you to close this bug.

Thanks,
-Ali


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

* [Bug java/12174] /java/util/Map.java:88: internal compiler error
  2003-09-04 23:14 [Bug java/12174] New: /java/util/Map.java:88: internal compiler error asoleyma at lightspeed dot com
  2003-09-07  3:13 ` [Bug java/12174] " pinskia at gcc dot gnu dot org
  2003-09-09 21:53 ` asoleyma at lightspeed dot com
@ 2003-09-09 22:30 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-09 22:30 UTC (permalink / raw)
  To: gcc-bugs

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-09 22:30 -------
The internal error is most likely from your memory being bad.


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

end of thread, other threads:[~2003-09-09 22:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-04 23:14 [Bug java/12174] New: /java/util/Map.java:88: internal compiler error asoleyma at lightspeed dot com
2003-09-07  3:13 ` [Bug java/12174] " pinskia at gcc dot gnu dot org
2003-09-09 21:53 ` asoleyma at lightspeed dot com
2003-09-09 22:30 ` pinskia 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).