public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/25283]  New: gcj generates invalid signature
@ 2005-12-06 19:01 tromey at gcc dot gnu dot org
  2005-12-07  0:32 ` [Bug java/25283] " tromey at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: tromey at gcc dot gnu dot org @ 2005-12-06 19:01 UTC (permalink / raw)
  To: java-prs

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-12-07  0:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-06 19:01 [Bug java/25283] New: gcj generates invalid signature tromey at gcc dot gnu dot org
2005-12-07  0:32 ` [Bug java/25283] " tromey at gcc dot gnu dot org
2005-12-07  0:34 ` tromey at gcc dot gnu dot org
2005-12-07  0:35 ` tromey at gcc dot gnu dot org
2005-12-07  0:38 ` tromey at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).