https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120192
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
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 .
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120192
--- Comment #10 from Andrew Pinski ---
-mavx is enough to reproduce the ICE.
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);
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120192
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|1 |0
Status|WAITING
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
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.
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
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
11 matches
Mail list logo