[Bug libstdc++/28277] __builtin_alloca with no limit in libstdc++
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Mar 20 06:16:06 GMT 2024
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28277
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |NEW
Last reconfirmed|2006-07-05 23:00:09 |2024-3-19
Assignee|paolo.carlini at oracle dot com |unassigned at gcc dot gnu.org
--- Comment #20 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
here is the current list as far as I can tell:
config/locale/dragonfly/codecvt_members.cc
config/locale/gnu/codecvt_members.cc
config/locale/gnu/messages_members.cc
include/bits/fstream.tcc
include/bits/locale_facets.tcc (some there are ok as the values are actually
constant)
include/bits/locale_facets_nonio.tcc
include/ext/codecvt_specializations.h (BOM case)
include/ext/string_conversions.h
include/std/format (non-char type formating and localization)
src/c++11/functexcept.cc (__throw_out_of_range_fmt)
src/c++11/snprintf_lite.cc (__throw_insufficient_space)
More information about the Gcc-bugs
mailing list