[Bug preprocessor/61977] [4.8/4.9/5 Regression] powerpc preprocessor breaks on lines that end with "vector"

2015-04-01 Thread drivshin at allworx dot com
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

[Bug preprocessor/61977] [4.8/4.9/5 Regression] powerpc preprocessor breaks on lines that end with "vector"

2015-03-31 Thread drivshin at allworx dot com
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

[Bug target/61977] powerpc-eabi preprocessor breaks on lines that end with "vector"

2015-03-20 Thread drivshin at allworx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61977 David Rivshin changed: What|Removed |Added Target||powerpc-eabi Known to work|

[Bug target/61977] New: powerpc-eabi preprocessor breaks on lines that end with "vector"

2014-07-31 Thread drivshin at allworx dot com
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