gcc/libcpp
Jakub Jelinek ae49af9485 libcpp: Fix up raw string literal parsing error-recovery [PR96323]
For (invalid) newline inside of the raw string literal delimiter, doing
continue means we skip the needed processing of newlines.  Instead of
duplicating that, this patch just doesn't continue for those.

2020-07-28  Jakub Jelinek  <jakub@redhat.com>

	PR preprocessor/96323
	* lex.c (lex_raw_string): For c == '\n' don't continue after reporting
	an prefix delimiter error.

	* c-c++-common/cpp/pr96323.c: New test.
2020-07-28 15:40:15 +02:00
..
2020-07-21 00:16:28 +00:00
2020-07-21 00:16:28 +00:00
2020-01-01 12:51:42 +01:00
2020-01-20 05:39:59 -08:00
2020-07-28 05:52:44 -07:00
2020-07-20 05:11:19 -07:00
2020-01-01 12:51:42 +01:00
2020-01-01 12:51:42 +01:00
2020-05-19 13:23:47 -07:00
2020-01-01 12:51:42 +01:00
2020-01-01 12:51:42 +01:00