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; 4+ 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] 4+ messages in thread

* [Bug java/20977] Invalid long to int promotion permitted in array initializer
  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 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-12 20:26 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-12 20:26 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-04-12 20:26:25
               date|                            |


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


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

* [Bug java/20977] Invalid long to int promotion permitted in array initializer
       [not found] <bug-20977-6651@http.gcc.gnu.org/bugzilla/>
  2005-11-13 11:32 ` m4341 at abc dot se
@ 2007-01-09 20:51 ` tromey at gcc dot gnu dot org
  1 sibling, 0 replies; 4+ messages in thread
From: tromey at gcc dot gnu dot org @ 2007-01-09 20:51 UTC (permalink / raw)
  To: java-prs



------- Comment #3 from tromey at gcc dot gnu dot org  2007-01-09 20:47 -------
All gcj front end bugs have been fixed by the gcj-eclipse branch merge.
I'm mass-closing the affected PRs.
If you believe one of these was closed in error, please reopen it
with a note explaining why.
Thanks.


-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.3.0


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


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

* [Bug java/20977] Invalid long to int promotion permitted in array initializer
       [not found] <bug-20977-6651@http.gcc.gnu.org/bugzilla/>
@ 2005-11-13 11:32 ` m4341 at abc dot se
  2007-01-09 20:51 ` tromey at gcc dot gnu dot org
  1 sibling, 0 replies; 4+ messages in thread
From: m4341 at abc dot se @ 2005-11-13 11:32 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from m4341 at abc dot se  2005-11-13 11:32 -------
This is actually in use in the class gnu.gcj.tools.gcj_dbtool.Main.java, line
382.


-- 


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


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

end of thread, other threads:[~2007-01-09 20:51 UTC | newest]

Thread overview: 4+ 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
     [not found] <bug-20977-6651@http.gcc.gnu.org/bugzilla/>
2005-11-13 11:32 ` m4341 at abc dot se
2007-01-09 20:51 ` 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).