https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61977
--- Comment #9 from David Rivshin ---
I think the extra newline is the result of maybe_print_line() being invoked
when trying to peek past a newline in the input.
#0 maybe_print_line_1 (src_loc=134, stream=0x361e3b8800 <_IO_2_1_stdout_>) at
c-p
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61977
--- Comment #8 from David Rivshin ---
I briefly tested the patch, and it does fix the ICE in the case where the
conditional macro is the last token.
However it does not fix the situation where there are more (non-blank) lines
after the condition
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61977
David Rivshin changed:
What|Removed |Added
Target||powerpc-eabi
Known to work|
ty: normal
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: drivshin at allworx dot com
Created attachment 33219
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33219&action=edit
patch to revert 210055 and 211656
The