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

2002-12-27 Thread Antti-Juhani Kaijanaho
ems to have 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#324687: /usr/share/man/man1/c99.1.gz: c99(1) says false things

2005-08-23 Thread Antti-Juhani Kaijanaho
Package: gcc Version: 4:4.0.1-3 Severity: minor File: /usr/share/man/man1/c99.1.gz The manual page c99(1) describes the c99 command as an ANSI compiler, which disables the support for non-ANSI features such as inline. Now, c99 undoubtedly is a C99 compiler (not ANSI-C, which usually is taken to me

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 Te