https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69877
--- Comment #3 from Jonathan Wakely ---
(In reply to Leo Carreon from comment #1)
> In addition, if I comment out the line:
>
> vStream.exceptions(std::ios_base::badbit);
>
> The executable does not core dump.
Yes, obviously.
If you don't ask
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69877
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69877
--- Comment #1 from Leo Carreon ---
In addition, if I comment out the line:
vStream.exceptions(std::ios_base::badbit);
The executable does not core dump.