public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* java/1283: jc1 fatal signal when compiling jikes-compiled class
@ 2000-12-20 12:23 osk
  0 siblings, 0 replies; only message in thread
From: osk @ 2000-12-20 12:23 UTC (permalink / raw)
  To: java-gnats

>Number:         1283
>Category:       java
>Synopsis:       jc1 fatal signal when compiling jikes-compiled class
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    apbianco
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Dec 20 12:18:39 PST 2000
>Closed-Date:    
>Last-Modified:  
>Originator:     Oskar Liljeblad
>Release:        gcj 2.96 20000612
>Organization:
>Environment:
Debian GNU/Linux potato
>Description:
Compiling the code below with jikes, then
with gcj -c, gives the following error:

Test1.java: In class `Test1':
Test1.java: In method `foo()':
Test1.java:5: warning: Unreachable bytecode from 14 to before 19.
gcj: Internal compiler error: program jc1 got fatal signal 11
>How-To-Repeat:
public class Test1 {
	public void foo() {
		synchronized(this) {
			int dummy = 0;
		}
	}
}
>Fix:

>Release-Note:
>Audit-Trail:

Formerly PR gcj/263

>Unformatted:


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-12-20 12:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-20 12:23 java/1283: jc1 fatal signal when compiling jikes-compiled class osk

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