[Bug target/90627] : internal compiler error when compiling cython-generated python3 modules

2019-05-27 Thread bogi788 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90627 --- Comment #11 from bogi788 at hotmail dot com --- (In reply to Martin Liška from comment #6) > Sorry, I can't reproduce that. Maybe you could test a vanilla GCC built from > source files? I tried again in a new rhel7 vm, going straigh

[Bug target/90627] : internal compiler error when compiling cython-generated python3 modules

2019-05-27 Thread bogi788 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90627 --- Comment #10 from bogi788 at hotmail dot com --- (In reply to bogi788 from comment #8) > (In reply to Martin Liška from comment #6) > > Sorry, I can't reproduce that. Maybe you could test a vanilla GCC built from > &g

[Bug target/90627] : internal compiler error when compiling cython-generated python3 modules

2019-05-27 Thread bogi788 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90627 --- Comment #8 from bogi788 at hotmail dot com --- (In reply to Martin Liška from comment #6) > Sorry, I can't reproduce that. Maybe you could test a vanilla GCC built from > source files? This was on gcc 9.1 compiled from source on rh

[Bug target/90627] : internal compiler error when compiling cython-generated python3 modules

2019-05-27 Thread bogi788 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90627 --- Comment #5 from bogi788 at hotmail dot com --- (In reply to Martin Liška from comment #4) > (In reply to bogi788 from comment #2) > > Created attachment 46414 [details] > > gcc 8.3.0 preprocessed source > > > >

[Bug target/90627] : internal compiler error when compiling cython-generated python3 modules

2019-05-27 Thread bogi788 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90627 --- Comment #3 from bogi788 at hotmail dot com --- Created attachment 46415 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46415=edit gcc 9.1.0 preprocessed source the same file preprocessed with gcc 9.1.0, though i doubt it'll be m

[Bug target/90627] : internal compiler error when compiling cython-generated python3 modules

2019-05-27 Thread bogi788 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90627 --- Comment #2 from bogi788 at hotmail dot com --- Created attachment 46414 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46414=edit gcc 8.3.0 preprocessed source The .i file was generated using gcc 8.3.0, since (as mentio

[Bug c/90627] New: : internal compiler error when compiling cython-generated python3 modules

2019-05-24 Thread bogi788 at hotmail dot com
: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: bogi788 at hotmail dot com Target Milestone: --- Created attachment 46411 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46411=edit sample source file that cau