public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/11248] New: java.util.Date is incorrect on Solaris
@ 2003-06-19  4:14 hamano at hyper dot linc dot or dot jp
  2003-08-04  0:50 ` [Bug java/11248] " pinskia at physics dot uc dot edu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: hamano at hyper dot linc dot or dot jp @ 2003-06-19  4:14 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=11248

           Summary: java.util.Date is incorrect on Solaris
           Product: gcc
           Version: 3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hamano@hyper.linc.or.jp
                CC: gcc-bugs@gcc.gnu.org

gij and the native executable through gcj display incorrect "Date" on
Solaris(sparc, IA) systems.  It seems to invert the sign of offset from GMT.

----- Test program -----
import java.util.*;
public class Test {
    public static void main( String args[]) throws Exception {
        System.out.println(new Date());
    } 
}
----- End -----

----- Test -----
$ javac Test.java
$ java Test
Thu Jun 19 12:53:50 JST 2003
$ gij Test 
Wed Jun 18 19:54:02 AKDT 2003
$ gcj Test.class --main=Test -R/usr/local/lib -o Test
$ ./Test
Wed Jun 18 19:54:24 AKDT 2003
$ 
----- End -----


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

* [Bug java/11248] java.util.Date is incorrect on Solaris
  2003-06-19  4:14 [Bug java/11248] New: java.util.Date is incorrect on Solaris hamano at hyper dot linc dot or dot jp
@ 2003-08-04  0:50 ` pinskia at physics dot uc dot edu
  2003-08-11 13:04 ` rmathew at hotmail dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-08-04  0:50 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=11248


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4                         |---


------- Additional Comments From pinskia at physics dot uc dot edu  2003-08-04 00:50 -------
On the mainline (20030803), GCJ produces "Sun Aug 03 19:49:09 GMT-05:00 2003", at 
least on i686-pc-linux-gnu.


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

* [Bug java/11248] java.util.Date is incorrect on Solaris
  2003-06-19  4:14 [Bug java/11248] New: java.util.Date is incorrect on Solaris hamano at hyper dot linc dot or dot jp
  2003-08-04  0:50 ` [Bug java/11248] " pinskia at physics dot uc dot edu
@ 2003-08-11 13:04 ` rmathew at hotmail dot com
  2003-08-11 13:15 ` [Bug libgcj/11248] " pinskia at gcc dot gnu dot org
  2003-08-16 13:10 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rmathew at hotmail dot com @ 2003-08-11 13:04 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=11248



------- Additional Comments From rmathew at hotmail dot com  2003-08-11 13:04 -------
This belongs to the component "libgcj" - not "java".
Someone with the appropriate authority please 
change this.


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

* [Bug libgcj/11248] java.util.Date is incorrect on Solaris
  2003-06-19  4:14 [Bug java/11248] New: java.util.Date is incorrect on Solaris hamano at hyper dot linc dot or dot jp
  2003-08-04  0:50 ` [Bug java/11248] " pinskia at physics dot uc dot edu
  2003-08-11 13:04 ` rmathew at hotmail dot com
@ 2003-08-11 13:15 ` pinskia at gcc dot gnu dot org
  2003-08-16 13:10 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-08-11 13:15 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=11248


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|java                        |libgcj


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

* [Bug libgcj/11248] java.util.Date is incorrect on Solaris
  2003-06-19  4:14 [Bug java/11248] New: java.util.Date is incorrect on Solaris hamano at hyper dot linc dot or dot jp
                   ` (2 preceding siblings ...)
  2003-08-11 13:15 ` [Bug libgcj/11248] " pinskia at gcc dot gnu dot org
@ 2003-08-16 13:10 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-08-16 13:10 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=11248


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-16 13:10 -------
This is a dup of bug 11941.

*** This bug has been marked as a duplicate of 11941 ***


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

end of thread, other threads:[~2003-08-16 13:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-19  4:14 [Bug java/11248] New: java.util.Date is incorrect on Solaris hamano at hyper dot linc dot or dot jp
2003-08-04  0:50 ` [Bug java/11248] " pinskia at physics dot uc dot edu
2003-08-11 13:04 ` rmathew at hotmail dot com
2003-08-11 13:15 ` [Bug libgcj/11248] " pinskia at gcc dot gnu dot org
2003-08-16 13:10 ` 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).