https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109106
--- Comment #5 from Geoffrey ---
(In reply to David Malcolm from comment #4)
> Thanks for filing this, and for the comments; marking it as a dup of PR
> 107017
>
> *** This bug has been marked as a duplicate of bug 107017 ***
Hi, David. I want
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109106
David Malcolm changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109106
--- Comment #3 from Andreas Schwab ---
When an output error occurs it returns < 0. Only printf("") or printf("%s",
"") can return 0.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109106
--- Comment #2 from Andrew Pinski ---
Why do you think printf will not return zero in some cases? Especially if
stdout is write fails.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109106
--- Comment #1 from Andrew Pinski ---
printf can still return 0.