public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* java/3732: ICE with exception on Linux
@ 2001-07-19  1:16 Martin Kahlert
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Kahlert @ 2001-07-19  1:16 UTC (permalink / raw)
  To: gcc-gnats

>Number:         3732
>Category:       java
>Synopsis:       ICE with exception on Linux
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Thu Jul 19 01:16:02 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Martin Kahlert
>Release:        3.1 20010718 (experimental)
>Organization:
Infineon AG
>Environment:
System: Linux keksy 2.2.20pre2 #2 SMP Thu Jun 7 16:37:06 CEST 2001 i686 unknown
Architecture: i686

	
host: i686-pc-linux-gnu
build: i686-pc-linux-gnu
target: i686-pc-linux-gnu
configured with: ../configure --prefix=/sw/gcc-3.1 --enable-languages=c++,f77,java --enable-threads=posix
>Description:
bug.java: In class `bug':
bug.java: In method `bug.buggy()':
bug.java:17: Internal compiler error in optimize_mode_switching, at lcm.c:1256
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL: http://www.gnu.org/software/gcc/bugs.html > for instructions.

>How-To-Repeat:
cat bug.java
class bug
{
 int  state;

 void buggy() throws Exception
    {
     try
        {
         state = state | 1;
         for (int i=0; i< getChildCount(); i++)
             ;
        }
     catch (Exception e)
        {
         throw e;
        }
    }

 int getChildCount()
    {
     return 1;
    }
}

gcj -c bug.java
>Fix:
	Unknown
>Release-Note:
>Audit-Trail:
>Unformatted:


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

* Re: java/3732: ICE with exception on Linux
@ 2001-08-28 18:19 apbianco
  0 siblings, 0 replies; 2+ messages in thread
From: apbianco @ 2001-08-28 18:19 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, hubicka, java-prs, martin.kahlert, nobody

Synopsis: ICE with exception on Linux

Responsible-Changed-From-To: unassigned->hubicka
Responsible-Changed-By: apbianco
Responsible-Changed-When: Tue Aug 28 18:19:53 2001
Responsible-Changed-Why:
    Jan fixed the bug.
State-Changed-From-To: open->closed
State-Changed-By: apbianco
State-Changed-When: Tue Aug 28 18:19:53 2001
State-Changed-Why:
    Something was checked in and fixed the bug. See here:
    
      http://gcc.gnu.org/ml/gcc-patches/2001-08/msg01291.html

http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view&pr=3732&database=gcc


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

end of thread, other threads:[~2001-08-28 18:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-19  1:16 java/3732: ICE with exception on Linux Martin Kahlert
2001-08-28 18:19 apbianco

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).