public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/7789] java.util.TimeZone.getDefault() finds wrong time zone
       [not found] <20020831010600.7789.jmr@ugcs.caltech.edu>
@ 2003-05-25 22:19 ` pinskia@physics.uc.edu
  2003-09-28  9:25 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia@physics.uc.edu @ 2003-05-25 22:19 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-05-25 22:03:48
               date|                            |


------- Additional Comments From pinskia@physics.uc.edu  2003-05-25 22:03 -------
still exist in the mainline (20030525).

tin:~/src/gnu/gcctest>javac TimeZoneTest.java
tin:~/src/gnu/gcctest>java TimeZoneTest
America/New_York
3600000
-18000000
true
true
tin:~/src/gnu/gcctest>gij TimeZoneTest
America/Jamaica
3600000
-18000000
false
false



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libgcj/7789] java.util.TimeZone.getDefault() finds wrong time zone
       [not found] <20020831010600.7789.jmr@ugcs.caltech.edu>
  2003-05-25 22:19 ` [Bug libgcj/7789] java.util.TimeZone.getDefault() finds wrong time zone pinskia@physics.uc.edu
@ 2003-09-28  9:25 ` pinskia at gcc dot gnu dot org
  2003-09-28 20:19 ` debian-gcc at lists dot debian dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-28  9:25 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-28 04:04 -------
Most likely fixed by <http://gcc.gnu.org/ml/java-patches/2003-q3/msg00882.html>.


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

* [Bug libgcj/7789] java.util.TimeZone.getDefault() finds wrong time zone
       [not found] <20020831010600.7789.jmr@ugcs.caltech.edu>
  2003-05-25 22:19 ` [Bug libgcj/7789] java.util.TimeZone.getDefault() finds wrong time zone pinskia@physics.uc.edu
  2003-09-28  9:25 ` pinskia at gcc dot gnu dot org
@ 2003-09-28 20:19 ` debian-gcc at lists dot debian dot org
  2004-01-01  1:14 ` pinskia at gcc dot gnu dot org
  2004-01-01  1:15 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 5+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2003-09-28 20:19 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From debian-gcc at lists dot debian dot org  2003-09-28 18:50 -------
not yet:

$ /usr/lib/j2se/1.4/bin/java TimeZoneTest 
Europe/Berlin
3600000
3600000
true
true

$ /usr/lib/gcc-snapshot/bin/gij TimeZoneTest   
Atlantic/Cape_Verde
3600000
-3600000
false
false


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

* [Bug libgcj/7789] java.util.TimeZone.getDefault() finds wrong time zone
       [not found] <20020831010600.7789.jmr@ugcs.caltech.edu>
                   ` (2 preceding siblings ...)
  2003-09-28 20:19 ` debian-gcc at lists dot debian dot org
@ 2004-01-01  1:14 ` pinskia at gcc dot gnu dot org
  2004-01-01  1:15 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-01  1:14 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-01 01:14 -------
Fixed for 3.4:
gij TimeZoneTest
EST5
3600000
-18000000
false
false

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.4.0


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


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

* [Bug libgcj/7789] java.util.TimeZone.getDefault() finds wrong time zone
       [not found] <20020831010600.7789.jmr@ugcs.caltech.edu>
                   ` (3 preceding siblings ...)
  2004-01-01  1:14 ` pinskia at gcc dot gnu dot org
@ 2004-01-01  1:15 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-01  1:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-01 01:15 -------
Forgot to close it.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2004-01-01  1:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20020831010600.7789.jmr@ugcs.caltech.edu>
2003-05-25 22:19 ` [Bug libgcj/7789] java.util.TimeZone.getDefault() finds wrong time zone pinskia@physics.uc.edu
2003-09-28  9:25 ` pinskia at gcc dot gnu dot org
2003-09-28 20:19 ` debian-gcc at lists dot debian dot org
2004-01-01  1:14 ` pinskia at gcc dot gnu dot org
2004-01-01  1:15 ` 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).