This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/26970] -O3 -Wformat=2 complains about floats written to ostream



------- Comment #8 from paolo at gcc dot gnu dot org  2006-06-12 23:24 -------
Subject: Bug 26970

Author: paolo
Date: Mon Jun 12 23:24:22 2006
New Revision: 114591

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114591
Log:
2006-06-12  Paolo Carlini  <pcarlini@suse.de>

        PR libstdc++/26970
        * config/locale/gnu/c_locale.h (__convert_from_v<>): Change to
        variadic function, instead of template function.
        * config/locale/generic/c_locale.h (__convert_from_v<>): Likewise.
        * include/bits/locale_facets.tcc (num_put<>::_M_insert_float):
        Adjust.
        (money_put<>::do_put(long double)): Likewise.
        * src/locale-misc-inst.cc: Remove.
        * src/Makefile.am: Adjust.
        * src/Makefile.in: Regenerate.

Removed:
    trunk/libstdc++-v3/src/locale-misc-inst.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/config/locale/generic/c_locale.h
    trunk/libstdc++-v3/config/locale/gnu/c_locale.h
    trunk/libstdc++-v3/include/bits/locale_facets.tcc
    trunk/libstdc++-v3/src/Makefile.am
    trunk/libstdc++-v3/src/Makefile.in


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]