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++/28277] __builtin_alloca with no limit in libstdc++



------- Comment #12 from paolo at gcc dot gnu dot org  2006-10-09 10:50 -------
Subject: Bug 28277

Author: paolo
Date: Mon Oct  9 10:49:50 2006
New Revision: 117571

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

        PR libstdc++/28277 (partial: money_put bits)
        * include/bits/locale_facets.tcc (money_put<>::_M_insert(iter_type,
        ios_base&, char_type, const string_type&)): Avoid __builtin_alloca
        with no limit, do the work in place.

        * include/bits/locale_facets.tcc (money_put<>::do_put(iter_type,
        bool, ios_base&, char_type, long double)): Avoid unnecessary
        __builtin_alloca, do the work in place.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/locale_facets.tcc


-- 


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


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