Package: gcj-3.0
Version: 1:3.0.4-6
Severity: normal
Hi. I have the following piece of code that compiles correctly but then
gives an error when run. It involves calling a default constructor for
an inner class.
If gcj won't accept this default constructor, it should give a compile
error. If g
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())
Package: gcj-3.0
Version: 1:3.0.4-6
Severity: normal
Hi. I have a java file that causes gcj to lock up when it tries to
compile it to java bytecode. The specific example is in the jython
sources; I believe you can reproduce the problem as follows:
[EMAIL PROTECTED]:~/source/debian/made> apt-get
Package: gcc-2.95
Version: 1:2.95.4-5
pts/3:gcc-bug,0$ gcc x.cpp
x.cpp:11: Internal compiler error.
x.cpp:11: Please submit a full bug report.
x.cpp:11: Internal compiler error:
x.cpp:11: See http://www.gnu.org/software/gcc/bugs.html> for instructions.
x.cpp follows
namespace N
{
template stru
4 matches
Mail list logo