public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/20977] New: Invalid long to int promotion permitted in array initializer
@ 2005-04-12 20:17 mckinlay at redhat dot com
  2005-04-12 20:26 ` [Bug java/20977] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: mckinlay at redhat dot com @ 2005-04-12 20:17 UTC (permalink / raw)
  To: java-prs

The following code is invalid as implicitly converting a long to int could
result in the value being truncated. However, GCJ accepts this code.

public class Arraybound
{
  public byte[] x(long l)
  {
    return new byte[l];
  }
}

-- 
           Summary: Invalid long to int promotion permitted in array
                    initializer
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: accepts-invalid
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mckinlay at redhat dot com
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org


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


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

end of thread, other threads:[~2005-04-12 20:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-12 20:17 [Bug java/20977] New: Invalid long to int promotion permitted in array initializer mckinlay at redhat dot com
2005-04-12 20:26 ` [Bug java/20977] " pinskia 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).