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 #8 from paolo at gcc dot gnu dot org  2006-07-11 11:21 -------
Subject: Bug 28277

Author: paolo
Date: Tue Jul 11 11:21:38 2006
New Revision: 115332

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

        PR libstdc++/28277 (partial: collate bits)
        * include/bits/locale_facets.tcc (collate<>::do_transform(
        const _CharT*, const _CharT*)): Avoid __builtin_alloca with no
        limit; also avoid multiple calls (in a loop).
        * testsuite/22_locale/collate/transform/char/28277.cc: New.
        * testsuite/22_locale/collate/transform/wchar_t/28277.cc: Likewise.

Added:
    trunk/libstdc++-v3/testsuite/22_locale/collate/transform/char/28277.cc
    trunk/libstdc++-v3/testsuite/22_locale/collate/transform/wchar_t/28277.cc
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]