[Bug java/25283] New: gcj generates invalid signature

tromey at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Dec 6 19:01:00 GMT 2005


gcj generates an invalid signature for the anonymous constructor
in this test case:

public class t {
  public t(char[][] args) { }

  public Object m() {
    return new t(new char[][] { "hi".toCharArray(),
                                "bob".toCharArray(),
                                "and joe".toCharArray() }) {
      };
  }
}


-- 
           Summary: gcj generates invalid signature
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: java
        AssignedTo: tromey at gcc dot gnu dot org
        ReportedBy: tromey at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25283



More information about the Gcc-bugs mailing list