public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/4485] DecimalFormat not spec compliant
       [not found] <20011005135600.4485.tromey@gcc.gnu.org>
@ 2003-07-24 23:05 ` pinskia at physics dot uc dot edu
  2003-08-18  1:00 ` gccbugz at k1k2 dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-24 23:05 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=4485


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-07-24 23:05:19
               date|                            |


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-24 23:05 -------
Trust Tom on this one.


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

* [Bug libgcj/4485] DecimalFormat not spec compliant
       [not found] <20011005135600.4485.tromey@gcc.gnu.org>
  2003-07-24 23:05 ` [Bug libgcj/4485] DecimalFormat not spec compliant pinskia at physics dot uc dot edu
@ 2003-08-18  1:00 ` gccbugz at k1k2 dot com
  2003-08-18  1:08 ` gccbugz at k1k2 dot com
  2003-12-03  6:18 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: gccbugz at k1k2 dot com @ 2003-08-18  1:00 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=4485



------- Additional Comments From gccbugz at k1k2 dot com  2003-08-18 01:00 -------
The following throws an exception coz it doesn't like the '%'
But, of course, it is valid

import java.text.*;
class fail {
public static void main(String[] args) {
DecimalFormat df = new DecimalFormat("##0.00%"); } }


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

* [Bug libgcj/4485] DecimalFormat not spec compliant
       [not found] <20011005135600.4485.tromey@gcc.gnu.org>
  2003-07-24 23:05 ` [Bug libgcj/4485] DecimalFormat not spec compliant pinskia at physics dot uc dot edu
  2003-08-18  1:00 ` gccbugz at k1k2 dot com
@ 2003-08-18  1:08 ` gccbugz at k1k2 dot com
  2003-12-03  6:18 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: gccbugz at k1k2 dot com @ 2003-08-18  1:08 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=4485



------- Additional Comments From gccbugz at k1k2 dot com  2003-08-18 01:08 -------
Forgot to add:
I'm using the RedHat current rawhide version of gcc 3.3.1
(not the latest CVS)

Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.3.1/specs
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.3.1/libgcj.spec
rename spec lib to liborig
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux
Thread model: posix
gcc version 3.3.1 20030811 (Red Hat Linux 3.3.1-1)


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

* [Bug libgcj/4485] DecimalFormat not spec compliant
       [not found] <20011005135600.4485.tromey@gcc.gnu.org>
                   ` (2 preceding siblings ...)
  2003-08-18  1:08 ` gccbugz at k1k2 dot com
@ 2003-12-03  6:18 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-03  6:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-03 06:18 -------
Fixed for 3.4 (do not know what was the patch which fixed this).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.4
            Version|unknown                     |3.3.1


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


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

* [Bug libgcj/4485] DecimalFormat not spec compliant
       [not found] <20011005135600.4485.tromey@redhat.com>
@ 2003-06-08  7:05 ` dhazeghi@yahoo.com
  0 siblings, 0 replies; 5+ messages in thread
From: dhazeghi@yahoo.com @ 2003-06-08  7:05 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=4485


dhazeghi@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


------- Additional Comments From dhazeghi@yahoo.com  2003-06-08 07:05 -------
Tom,

in current mauve cvs, there are tests in the following directory: gnu/testlet/java/text/
DecimalFormat . Do they correspond to what you're speaking of in this bug report? Thanks,

Dara


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

end of thread, other threads:[~2003-12-03  6:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20011005135600.4485.tromey@gcc.gnu.org>
2003-07-24 23:05 ` [Bug libgcj/4485] DecimalFormat not spec compliant pinskia at physics dot uc dot edu
2003-08-18  1:00 ` gccbugz at k1k2 dot com
2003-08-18  1:08 ` gccbugz at k1k2 dot com
2003-12-03  6:18 ` pinskia at gcc dot gnu dot org
     [not found] <20011005135600.4485.tromey@redhat.com>
2003-06-08  7:05 ` dhazeghi@yahoo.com

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