[Bug tree-optimization/106617] [13 Regression] gcc is very slow at ternary expressions since r13-322-g7f04b0d786e13ff5

2022-08-16 Thread pivanov at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106617 --- Comment #11 from pivanov at hotmail dot com --- (In reply to Martin Liška from comment #9) > Started with r13-322-g7f04b0d786e13ff5. I do confirm that after reverting this commit there is no more hanging when compiling (bug 106642)

[Bug middle-end/106642] cc1 compiler hangs when cross-compiling ring_buffer.c (from kernel/events) on Aarch64

2022-08-16 Thread pivanov at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106642 --- Comment #4 from pivanov at hotmail dot com --- It really looks like endless recursion as the whole memory gets exhausted if I leave it running long enough. What I see in bug 106617 description (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=10

[Bug c/106642] cc1 compiler hangs when cross-compiling ring_buffer.c (from kernel/events) on Aarch64

2022-08-16 Thread pivanov at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106642 --- Comment #1 from pivanov at hotmail dot com --- Created attachment 53466 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53466&action=edit Preprocessed file that triggers the hang

[Bug c/106642] New: cc1 compiler hangs when cross-compiling ring_buffer.c (from kernel/events) on Aarch64

2022-08-16 Thread pivanov at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106642 Bug ID: 106642 Summary: cc1 compiler hangs when cross-compiling ring_buffer.c (from kernel/events) on Aarch64 Product: gcc Version: 13.0 Status: UNCONFIRMED Se