libstdc++/5708: Problems with money_put

paolo@gcc.gnu.org paolo@gcc.gnu.org
Sat Feb 16 17:26:00 GMT 2002


Synopsis: Problems with money_put

Responsible-Changed-From-To: unassigned->paolo
Responsible-Changed-By: paolo
Responsible-Changed-When: Sat Feb 16 16:15:42 2002
Responsible-Changed-Why:
    Analyzed.
State-Changed-From-To: open->analyzed
State-Changed-By: paolo
State-Changed-When: Sat Feb 16 16:15:42 2002
State-Changed-Why:
    The symbol is correctly missing in the formatted output
    because, by default, showbase is false.
    Similarly, the asterix does not show up because, by default,
    width is 0 (see 22.2.6.2.2 for details)
    However, your testcase shows a bug in the current code:
    val: -123456 fmt:  (1,234.56)
                      ^
        a spurious space here!
    
    Patch in progress.
    
    Thanks, Paolo.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5708



More information about the Gcc-bugs mailing list