[Bug middle-end/67861] coreutils' wc.c:write_counts is miscompiled since commit 7e3a76de7c496449b187c2688d958631cf21a944
segher at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Oct 6 06:05:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67861
Segher Boessenkool <segher at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2015-10-06
CC| |segher at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #1 from Segher Boessenkool <segher at gcc dot gnu.org> ---
That commit adds a case BUILT_IN_ACC_ON_DEVICE but forgot to add a
break to the previous case (BUILT_IN_{V,}PRINTF_CHK).
More information about the Gcc-bugs
mailing list