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++/37455] [4.4 Regression] Code bloat for ostream.widen('\n')



------- Comment #10 from paolo at gcc dot gnu dot org  2008-09-10 16:49 -------
Subject: Bug 37455

Author: paolo
Date: Wed Sep 10 16:48:47 2008
New Revision: 140238

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140238
Log:
2008-09-10  Paolo Carlini  <paolo.carlini@oracle.com>

        PR libstdc++/37455
        * include/bits/locale_facets.h (ctype<char>::_M_narrow_init,
        ctype<char>::_M_widen_init): Don't define inline.
        * config/locale/darwin/ctype_members.cc: ... define here.
        * config/locale/gnu/ctype_members.cc: ... likewise.
        * config/locale/generic/ctype_members.cc: ... likewise.
        * config/abi/pre/gnu.ver: Export.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/config/abi/pre/gnu.ver
    trunk/libstdc++-v3/config/locale/darwin/ctype_members.cc
    trunk/libstdc++-v3/config/locale/generic/ctype_members.cc
    trunk/libstdc++-v3/config/locale/gnu/ctype_members.cc
    trunk/libstdc++-v3/include/bits/locale_facets.h


-- 


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


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