[Bug middle-end/91623] [8 Regression] -msse4.1 -O3 segfault in /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/smmintrin.h:270:10

2020-03-04 Thread soap at gentoo dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91623 --- Comment #19 from David Seifert --- (In reply to Jakub Jelinek from comment #17) > Can't reproduce, compiles without any ICE since the above mentioned commits. > In #c15 you are clearing testing with GCC 9.2.0, but that is expected, the > bug

[Bug middle-end/91623] [8 Regression] -msse4.1 -O3 segfault in /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/smmintrin.h:270:10

2020-03-04 Thread soap at gentoo dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91623 --- Comment #18 from David Seifert --- (In reply to Jakub Jelinek from comment #17) > Can't reproduce, compiles without any ICE since the above mentioned commits. > In #c15 you are clearing testing with GCC 9.2.0, but that is expected, the > bug

[Bug middle-end/91623] [8 Regression] -msse4.1 -O3 segfault in /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/smmintrin.h:270:10

2020-02-24 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91623 Jakub Jelinek changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug middle-end/91623] [8 Regression] -msse4.1 -O3 segfault in /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/smmintrin.h:270:10

2020-02-22 Thread soap at gentoo dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91623 --- Comment #16 from David Seifert --- (In reply to David Seifert from comment #15) > Created attachment 47887 [details] > preprocessed_example.c.gz > > Running GCC 9.2 with > > gcc-9.2.0 -msse4.1 -O3 -c preprocessed_example.c -o foo.o >

[Bug middle-end/91623] [8 Regression] -msse4.1 -O3 segfault in /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/smmintrin.h:270:10

2020-02-22 Thread soap at gentoo dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91623 --- Comment #15 from David Seifert --- Created attachment 47887 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47887=edit preprocessed_example.c.gz Running GCC 9.2 with gcc-9.2.0 -msse4.1 -O3 -c preprocessed_example.c -o foo.o on

[Bug middle-end/91623] [8 Regression] -msse4.1 -O3 segfault in /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/smmintrin.h:270:10

2020-02-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91623 --- Comment #14 from Jakub Jelinek --- Then please attach the preprocessed source that still ICEs, together with gcc/g++ command line that reproduces it. It doesn't have to be reduced, we can do that ourselves.

[Bug middle-end/91623] [8 Regression] -msse4.1 -O3 segfault in /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/smmintrin.h:270:10

2020-01-29 Thread soap at gentoo dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91623 David Seifert changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug middle-end/91623] [8 Regression] -msse4.1 -O3 segfault in /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/smmintrin.h:270:10

2019-11-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91623 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/91623] [8 Regression] -msse4.1 -O3 segfault in /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/smmintrin.h:270:10

2019-11-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91623 --- Comment #11 from Jakub Jelinek --- Author: jakub Date: Thu Nov 21 17:09:57 2019 New Revision: 278574 URL: https://gcc.gnu.org/viewcvs?rev=278574=gcc=rev Log: Backported from mainline 2019-09-01 Jakub Jelinek PR