gcc/libcpp
Nathan Sidwell 082a7b2390 cpplib: Fix off-by-one error
I noticed a fencepost error in the preprocessor.  We should be
checking if the next char is at the limit, not the current char (which
can't be, because we're looking at it).

	libcpp/
	* lex.c (_cpp_clean_line): Fix DOS off-by-one error.
2020-11-03 08:49:25 -08:00
..
include libcpp: dependency emission tidying 2020-11-03 05:16:19 -08:00
po
aclocal.m4
ChangeLog Daily bump. 2020-11-02 20:53:00 +00:00
ChangeLog.jit
charset.c
config.in
configure
configure.ac
directives.c libcpp: dependency emission tidying 2020-11-03 05:16:19 -08:00
errors.c
expr.c cpplib: Macro use location and comparison 2020-11-02 08:56:38 -08:00
files.c libcpp: Directly peek for initial line marker 2020-10-08 12:16:21 -07:00
generated_cpp_wcwidth.h
identifiers.c
init.c libcpp: unbreak bootstrap 2020-11-03 06:03:11 -08:00
internal.h cpplib: Macro use location and comparison 2020-11-02 08:56:38 -08:00
lex.c cpplib: Fix off-by-one error 2020-11-03 08:49:25 -08:00
line-map.c c-family: Macro support in -Wmisleading-indentation [PR80076] 2020-09-17 14:27:22 -04:00
location-example.txt
macro.c cpplib: Macro use location and comparison 2020-11-02 08:56:38 -08:00
Makefile.in
makeucnid.c
mkdeps.c libcpp: dependency emission tidying 2020-11-03 05:16:19 -08:00
pch.c
symtab.c
system.h
traditional.c
ucnid.h
ucnid.tab