https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70684
Ray Donnelly <mingw.android at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mingw.android at gmail dot com
--- Comment #9 from Ray Donnelly <mingw.android at gmail dot com> ---
Should the other two places - next_char_default () and next_char_internal ()
-that also do:
dtp->u.p.at_eol = (c == '\n' || c == EOF);
not check for '\r' too?
