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 #11 from paolo at gcc dot gnu dot org  2006-10-08 01:13 -------
Subject: Bug 28277

Author: paolo
Date: Sun Oct  8 01:13:03 2006
New Revision: 117549

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

        PR libstdc++/28277 (partial: money_get bits)
        * include/bits/locale_facets.tcc (money_get<>::do_get(iter_type,
        iter_type, bool, ios_base&, ios_base::iostate&, string_type&)):
        Avoid __builtin_alloca with no limit, 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]