public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: libgcj/3144: java.lang.Date.compareTo() not supported
@ 2001-06-13 15:18 tromey
  0 siblings, 0 replies; 3+ messages in thread
From: tromey @ 2001-06-13 15:18 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, java-prs, nobody, p.thio, tromey

Synopsis: java.lang.Date.compareTo() not supported

Responsible-Changed-From-To: unassigned->tromey
Responsible-Changed-By: tromey
Responsible-Changed-When: Wed Jun 13 15:18:25 2001
Responsible-Changed-Why:
    I'm handling it.
State-Changed-From-To: open->analyzed
State-Changed-By: tromey
State-Changed-When: Wed Jun 13 15:18:25 2001
State-Changed-Why:
    I agree this is a bug.
    I am working on a fix; I am merging the Classpath
    and libgcj implementations of java.util.Date.
    Thanks for pointing this out.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3144&database=gcc


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

* Re: libgcj/3144: java.lang.Date.compareTo() not supported
@ 2001-06-14  8:42 tromey
  0 siblings, 0 replies; 3+ messages in thread
From: tromey @ 2001-06-14  8:42 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, java-prs, p.thio, tromey

Synopsis: java.lang.Date.compareTo() not supported

State-Changed-From-To: analyzed->closed
State-Changed-By: tromey
State-Changed-When: Thu Jun 14 08:42:24 2001
State-Changed-Why:
    I fixed this.  It won't be fixed in gcc 3.0, but it will
    show up in the next release.  Thanks.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3144&database=gcc


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

* libgcj/3144: java.lang.Date.compareTo() not supported
@ 2001-06-12 14:06 p.thio
  0 siblings, 0 replies; 3+ messages in thread
From: p.thio @ 2001-06-12 14:06 UTC (permalink / raw)
  To: gcc-gnats

>Number:         3144
>Category:       libgcj
>Synopsis:       java.lang.Date.compareTo() not supported
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Jun 12 14:06:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     p.thio@valescom.com
>Release:        unknown-1.0
>Organization:
>Environment:
linux; gcc_ss_20010611
>Description:
java.lang.Date.compareTo() not supported. This 1.2 functionality.
>How-To-Repeat:
The following code results in a compiler error:
import java.util.Date;

public
class Template
{
    public static
    void main(String argv[])
    {
        Date myDate1 = new Date();
        Date myDate2 = new Date();
        System.out.println(myDate1.compareTo(myDate2));
    }
}

Compiler output:
gcj --main=Template Template.java 
Template.java: In class `Template':
Template.java: In method `Template.main(java.lang.String[])':
Template.java:11: Can't find method `compareTo(Ljava/util/Date;)' in type `java.util.Date'.
           System.out.println(myDate1.compareTo(myDate2));
                                     ^
1 error
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2001-06-14  8:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-13 15:18 libgcj/3144: java.lang.Date.compareTo() not supported tromey
  -- strict thread matches above, loose matches on Subject: below --
2001-06-14  8:42 tromey
2001-06-12 14:06 p.thio

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).