http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60959
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
No it sets the badbit on the stream which causes nothing to be printed after
that.
if (!__s)
__out.setstate(ios_base::badbit);
