[Bug tree-optimization/92111] [10 Regression] ICE during GIMPLE pass: dom

2020-01-30 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92111 Jeffrey A. Law changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug tree-optimization/92111] [10 Regression] ICE during GIMPLE pass: dom

2019-10-24 Thread marxin at gcc dot gnu.org
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.

[Bug tree-optimization/92111] [10 Regression] ICE during GIMPLE pass: dom

2019-10-23 Thread jan at jki dot io
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

[Bug tree-optimization/92111] [10 Regression] ICE during GIMPLE pass: dom

2019-10-23 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92111 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug tree-optimization/92111] [10 Regression] ICE during GIMPLE pass: dom

2019-10-17 Thread jan at jki dot io
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

[Bug tree-optimization/92111] [10 Regression] ICE during GIMPLE pass: dom

2019-10-17 Thread aldyh at gcc dot gnu.org
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

[Bug tree-optimization/92111] [10 Regression] ICE during GIMPLE pass: dom

2019-10-17 Thread jan at jki dot io
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92111 Jan changed: What|Removed |Added Attachment #47043|0 |1 is obsolete||

[Bug tree-optimization/92111] [10 Regression] ICE during GIMPLE pass: dom

2019-10-17 Thread aldyh at gcc dot gnu.org
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

[Bug tree-optimization/92111] [10 Regression] ICE during GIMPLE pass: dom

2019-10-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92111 Richard Biener changed: What|Removed |Added Keywords||lto CC|