public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/1259] string constants not handled properly
       [not found] <20001220121823.1259.tromey@gcc.gnu.org>
@ 2004-11-07 23:27 ` pinskia at gcc dot gnu dot org
  2004-11-07 23:42 ` pinskia at gcc dot gnu dot org
  2005-06-01 21:12 ` tromey at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-07 23:27 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-07 23:27 -------
I am looking into fixing this one.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org


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


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

* [Bug java/1259] string constants not handled properly
       [not found] <20001220121823.1259.tromey@gcc.gnu.org>
  2004-11-07 23:27 ` [Bug java/1259] string constants not handled properly pinskia at gcc dot gnu dot org
@ 2004-11-07 23:42 ` pinskia at gcc dot gnu dot org
  2005-06-01 21:12 ` tromey at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-07 23:42 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-07 23:42 -------
The problem is that the DECL_INITIAL of the final static has been nulled.

-- 


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


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

* [Bug java/1259] string constants not handled properly
       [not found] <20001220121823.1259.tromey@gcc.gnu.org>
  2004-11-07 23:27 ` [Bug java/1259] string constants not handled properly pinskia at gcc dot gnu dot org
  2004-11-07 23:42 ` pinskia at gcc dot gnu dot org
@ 2005-06-01 21:12 ` tromey at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: tromey at gcc dot gnu dot org @ 2005-06-01 21:12 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From tromey at gcc dot gnu dot org  2005-06-01 21:12 -------
One example of a failure is the test case in PR 21722.
In this PR we generate this bytecode in A.class:

  0: ldc #9=<String "foo">
  2: astore_1
  3: getstatic #15=<Field b.B.FOO java.lang.String>
  6: aload_1
  7: invokevirtual #21=<Method java.lang.String.equals (java.lang.Object)boolean>

However, as B.FOO is a compile-time constant, we should not have
a 'getstatic' here.


-- 


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


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

* [Bug java/1259] string constants not handled properly
       [not found] <bug-1259-360@http.gcc.gnu.org/bugzilla/>
@ 2007-01-09 20:43 ` tromey at gcc dot gnu dot org
  0 siblings, 0 replies; 4+ messages in thread
From: tromey at gcc dot gnu dot org @ 2007-01-09 20:43 UTC (permalink / raw)
  To: java-prs



------- Comment #6 from tromey at gcc dot gnu dot org  2007-01-09 20:43 -------
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=1259


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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20001220121823.1259.tromey@gcc.gnu.org>
2004-11-07 23:27 ` [Bug java/1259] string constants not handled properly pinskia at gcc dot gnu dot org
2004-11-07 23:42 ` pinskia at gcc dot gnu dot org
2005-06-01 21:12 ` tromey at gcc dot gnu dot org
     [not found] <bug-1259-360@http.gcc.gnu.org/bugzilla/>
2007-01-09 20:43 ` 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).