[Bug java/1259] string constants not handled properly

2007-01-09 Thread tromey at gcc dot gnu dot org
--- 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. -- t

[Bug java/1259] string constants not handled properly

2005-06-01 Thread tromey at gcc dot gnu dot org
--- 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= 2: astore_1 3: getstatic #15= 6: aload_1 7: invokevirtual #21= However, as B.FOO

[Bug java/1259] string constants not handled properly

2004-11-07 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug java/1259] string constants not handled properly

2004-11-07 Thread pinskia at gcc dot gnu dot org
--- 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|