Bug#167569: where's the bug in gij-3.x

2002-12-27 Thread Antti-Juhani Kaijanaho
fixed this. (Please Bcc control@, don't CC; this makes replying much nicer.) -- Antti-Juhani Kaijanaho, FM (MSc) * http://www.iki.fi/gaia/ * [EMAIL PROTECTED]

Bug#94974: gcj-3.0 does not know that interface members are public by default

2001-04-23 Thread Antti-Juhani Kaijanaho
Package: gcj-3.0 Version: 1:3.0-0pre010403 Severity: normal Observe: [EMAIL PROTECTED]:~/test$ cat Interface.java package foo1; public interface Interface { interface Inner { void foo(); } } [EMAIL PROTECTED]:~/test$ cat Test.java package foo2; import foo1.*; public class