https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92111
Jeffrey A. Law changed:
What|Removed |Added
Status|WAITING |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92111
--- Comment #9 from Martin Liška ---
Unfortunately, I can't reproduce the ICE on a Linux machine.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92111
--- Comment #8 from Jan ---
gcc is version 10.0.0 git revision e04a052b62e09874b0d61a217a5eb5b6eae5cdc5
CFLAGS=-pipe -march=native -O2 -fno-semantic-interposition -flto -v -save-temps
/usr/libexec/gcc/x86_64-pc-linux-gnu/10.0.0-pre/lto1 -ma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92111
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92111
--- Comment #6 from Jan ---
-fno-semantic-interposition with -flto seems to be the culprit if I drop
either compile works fine.
minimum cflags for error: -march=native -O2 -flto -fno-semantic-interposition
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92111
--- Comment #5 from Aldy Hernandez ---
Please include any flags that were used in building things. For example, it
looks like it needs at least -std=c++17 to work.
I can't reproduce with a ./cc1plus -O2. I also can't reproduce with -flto:
./x
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92111
Jan changed:
What|Removed |Added
Attachment #47043|0 |1
is obsolete||
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92111
--- Comment #3 from Aldy Hernandez ---
There is no pre-processed file in the tar file:
$ tar tvf ~/Download/preprocessed.tar.bz2
-rw-r--r-- root/root 1067433 2019-10-15 20:36
libKF5JsEmbed.so.5.63.0.ltrans6.o
-rw-r--r-- root/root38 20
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92111
Richard Biener changed:
What|Removed |Added
Keywords||lto
CC|