java/1283: jc1 fatal signal when compiling jikes-compiled class

osk@hem.passagen.se osk@hem.passagen.se
Wed Dec 20 12:23:00 GMT 2000


>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:



More information about the Gcc-prs mailing list