This is the mail archive of the java-discuss@sources.redhat.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

another internal error


This program fails to compile with gcj 20001106:

  $ cat Drawable.java
  class Drawable {
    static String foo = "bar";
  }
  $ gcj -c Drawable.java
  Drawable.java:1: Internal error: Segmentation fault.
     Please submit a full bug report.
     See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
  $ 

Strange error... should I submit a PR?

Oskar Liljeblad (osk@hem.passagen.se)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]