Processed: Re: Bug#141900: gcj-3.0: compile breaks using temporary inner class instance

2002-05-27 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > retitle 141900 [fixed in gcj-3.1] compile breaks using temporary inner class > instance Bug#141900: gcj-3.0: compile breaks using temporary inner class instance Changed Bug title. > reassign 141900 gcj-3.0 Bug#141900: [fixed in gcj-3.1

Bug#141900: gcj-3.0: compile breaks using temporary inner class instance

2002-05-27 Thread Matthias Klose
retitle 141900 [fixed in gcj-3.1] compile breaks using temporary inner class instance reassign 141900 gcj-3.0 tags 141900 + fixed thanks Ben Burton writes: > Package: gcj > Version: 2:3.0.4-5 > Severity: normal > > Hi. I'm getting a gcj compile error when calling a member function of a > newly

Bug#141900: gcj-3.0: compile breaks using temporary inner class instance

2002-04-08 Thread Ben Burton
Package: gcj Version: 2:3.0.4-5 Severity: normal Hi. I'm getting a gcj compile error when calling a member function of a newly created instance of an inner class. Try compiling the following chunk of code: class Test { public static void main(String[] args) { (new InnerTest())