This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/17623] URL does not retain userInfo across context constructor.
- From: "daney at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Sep 2004 21:48:39 -0000
- Subject: [Bug libgcj/17623] URL does not retain userInfo across context constructor.
- References: <20040922214603.17623.daney@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From daney at gcc dot gnu dot org 2004-09-22 21:48 -------
Created an attachment (id=7198)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7198&action=view)
Testcase
Compile with:
gcj -g -o URLTest --main=URLTest URLTest.java
Run as:
$ ./URLTest
bad
It should print "ok" as it does with Sun's 1.4.2_03 runtime.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17623