This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/12971] New: Resolution of DR 328 [WP] still unimplemented
- From: "paolo at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Nov 2003 23:12:18 -0000
- Subject: [Bug libstdc++/12971] New: Resolution of DR 328 [WP] still unimplemented
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Basically, money_put<>::do_put(..., long double) must use "%.0Lf" not "%.01f" (as
written in the standard) nor "%.01Lf" as currently in v3: passing a long double
with fractional part >= .5 constitutes a good testcase.
--
Summary: Resolution of DR 328 [WP] still unimplemented
Product: gcc
Version: 3.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: libstdc++
AssignedTo: paolo at gcc dot gnu dot org
ReportedBy: paolo at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC host triplet: Any
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12971