Bug 68989 - Core issue 1992 will make catching bad_new_array_length unnecessary in _M_grow_words
Summary: Core issue 1992 will make catching bad_new_array_length unnecessary in _M_gro...
Status: ASSIGNED
Alias: None
Product: gcc
Classification: Unclassified
Component: libstdc++ (show other bugs)
Version: 6.0
: P3 enhancement
Target Milestone: ---
Assignee: Ville Voutilainen
URL:
Keywords:
Depends on: 99934
Blocks:
  Show dependency treegraph
 
Reported: 2015-12-18 21:39 UTC by Ville Voutilainen
Modified: 2023-06-20 16:52 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2023-06-20 00:00:00


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ville Voutilainen 2015-12-18 21:39:52 UTC
See http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1992, we can remove the catch of bad_alloc in _M_grow_words once we get to stage 1 of gcc 7,
improving the solution for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68276.
Comment 1 Ville Voutilainen 2015-12-18 21:41:43 UTC
And it's mine. :) I'll keep Jason up to date about the library needs here
once Core makes issue 1992 ready.
Comment 2 Jonathan Wakely 2020-05-07 08:17:41 UTC
http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1992 is in C++17, what's the status of the front end?