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

2015-04-06 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61977 --- Comment #14 from Jakub Jelinek jakub at gcc dot gnu.org --- Author: jakub Date: Mon Apr 6 17:01:50 2015 New Revision: 221882 URL: https://gcc.gnu.org/viewcvs?rev=221882root=gccview=rev Log: PR preprocessor/61977 * lex.c

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

2015-04-06 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61977 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

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

2015-04-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61977 --- Comment #13 from Jakub Jelinek jakub at gcc dot gnu.org --- Two out of the 3 patches applied to trunk, still waiting for review of the first patch.

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

2015-04-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61977 --- Comment #11 from Jakub Jelinek jakub at gcc dot gnu.org --- Author: jakub Date: Thu Apr 2 11:54:58 2015 New Revision: 221838 URL: https://gcc.gnu.org/viewcvs?rev=221838root=gccview=rev Log: PR preprocessor/61977 *

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

2015-04-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61977 --- Comment #12 from Jakub Jelinek jakub at gcc dot gnu.org --- Author: jakub Date: Thu Apr 2 11:57:02 2015 New Revision: 221839 URL: https://gcc.gnu.org/viewcvs?rev=221839root=gccview=rev Log: PR preprocessor/61977 * lex.c

[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 drivshin at allworx dot com --- 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,

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

2015-04-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61977 --- Comment #10 from Jakub Jelinek jakub at gcc dot gnu.org --- Please see: http://gcc.gnu.org/ml/gcc-patches/2015-04/msg4.html http://gcc.gnu.org/ml/gcc-patches/2015-04/msg5.html http://gcc.gnu.org/ml/gcc-patches/2015-04/msg00013.html

[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 drivshin at allworx dot com --- 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

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

2015-03-31 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61977 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Component|target |preprocessor

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

2015-03-31 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61977 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last