public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
* std::allocator still throws std::bad_alloc even when eh is disabled
@ 2020-10-05  8:38 sotrdg sotrdg
  2020-10-05  9:16 ` Jonathan Wakely
  0 siblings, 1 reply; 2+ messages in thread
From: sotrdg sotrdg @ 2020-10-05  8:38 UTC (permalink / raw)
  To: libstdc++

That causes binary bloat. Please fix it.

Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: std::allocator still throws std::bad_alloc even when eh is disabled
  2020-10-05  8:38 std::allocator still throws std::bad_alloc even when eh is disabled sotrdg sotrdg
@ 2020-10-05  9:16 ` Jonathan Wakely
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Wakely @ 2020-10-05  9:16 UTC (permalink / raw)
  To: sotrdg sotrdg; +Cc: libstdc++

On Mon, 5 Oct 2020 at 09:38, sotrdg sotrdg via Libstdc++
<libstdc++@gcc.gnu.org> wrote:
>
> That causes binary bloat. Please fix it.

It works as design, there's nothing to fix.

If you want to disable exceptions from the standard library itself
then build the standard library with -fno-exception too.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-05  9:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-05  8:38 std::allocator still throws std::bad_alloc even when eh is disabled sotrdg sotrdg
2020-10-05  9:16 ` Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).