[Bug target/120192] Internal compiler error when building ring Rust crate

2025-05-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120192 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug target/120192] Internal compiler error when building ring Rust crate

2025-05-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120192 --- Comment #11 from Andrew Pinski --- I can only get it to ICE at -O0. And it still ICEs after r16-178-gdea7b9a78b11b5 .

[Bug target/120192] Internal compiler error when building ring Rust crate

2025-05-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120192 --- Comment #10 from Andrew Pinski --- -mavx is enough to reproduce the ICE.

[Bug target/120192] Internal compiler error when building ring Rust crate

2025-05-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120192 --- Comment #9 from Andrew Pinski --- /* We handle highly aligned variables in expand_stack_vars. */ gcc_assert (byte_align * BITS_PER_UNIT <= MAX_SUPPORTED_STACK_ALIGNMENT);

[Bug target/120192] Internal compiler error when building ring Rust crate

2025-05-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120192 Andrew Pinski changed: What|Removed |Added Known to fail||16.0 --- Comment #8 from Andrew Pinski

[Bug target/120192] Internal compiler error when building ring Rust crate

2025-05-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120192 --- Comment #7 from Andrew Pinski --- [apinski@xeond2 gcc]$ ./xgcc -B. t.c -S -march=skylake-avx512 -w during RTL pass: expand In file included from E:\Cache\rust\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\ring-0.17.14\crypto/curve25519

[Bug target/120192] Internal compiler error when building ring Rust crate

2025-05-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120192 Andrew Pinski changed: What|Removed |Added Ever confirmed|1 |0 Status|WAITING

[Bug target/120192] Internal compiler error when building ring Rust crate

2025-05-09 Thread filip.stamcar at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120192 --- Comment #6 from Filip Štamcar --- The full GCC command is: "gcc.exe" "-O0" "-ffunction-sections" "-fdata-sections" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-I" "E:\\Cache\\rust\\cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\r

[Bug target/120192] Internal compiler error when building ring Rust crate

2025-05-09 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120192 --- Comment #4 from Sam James --- (In reply to Sam James from comment #1) > 1) The full command line for GCC (maybe cargo build --verbose will do it, I > don't know) Sorry, I missed this is in the output. Still need preprocessed source though.

[Bug target/120192] Internal compiler error when building ring Rust crate

2025-05-09 Thread filip.stamcar at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120192 --- Comment #5 from Filip Štamcar --- Created attachment 61382 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61382&action=edit Output of save-temps

[Bug target/120192] Internal compiler error when building ring Rust crate

2025-05-09 Thread filip.stamcar at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120192 --- Comment #3 from Filip Štamcar --- Created attachment 61381 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61381&action=edit Output of save-temps