[Bug middle-end/91042] [7/8/9 Regression] ICE in convert_move, at expr.c:218

2019-07-03 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91042 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug middle-end/91042] [7/8/9 Regression] ICE in convert_move, at expr.c:218

2019-07-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91042 Richard Biener changed: What|Removed |Added Target Milestone|--- |7.5

[Bug middle-end/91042] [7/8/9 Regression] ICE in convert_move, at expr.c:218

2019-07-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91042 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #9

[Bug middle-end/91042] [7/8/9 Regression] ICE in convert_move, at expr.c:218

2019-07-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91042 --- Comment #8 from Martin Liška --- This fails for all versions (7,8,9) for me: $ cat pr91042.cc typedef enum { Op_swap_rb, Op_matrix_3x3 } Op; template struct A { typedef T __attribute__((vector_size(N * sizeof(T V; }; template using

[Bug middle-end/91042] [7/8/9 Regression] ICE in convert_move, at expr.c:218

2019-07-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91042 --- Comment #7 from Martin Liška --- (In reply to ktkachov from comment #6) > ahh, GCC 7 ICEs on the full testcase for me, but not on the reduced one Yes, you are right. I'm reducing that one more time with GCC7.

[Bug middle-end/91042] [7/8/9 Regression] ICE in convert_move, at expr.c:218

2019-07-01 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91042 --- Comment #6 from ktkachov at gcc dot gnu.org --- ahh, GCC 7 ICEs on the full testcase for me, but not on the reduced one

[Bug middle-end/91042] [7/8/9 Regression] ICE in convert_move, at expr.c:218

2019-07-01 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91042 --- Comment #5 from ktkachov at gcc dot gnu.org --- (In reply to Martin Liška from comment #4) > @Kyril: Is it really failing for GCC 7.x ? > > For me it works: > > $ arm-suse-linux-gnueabi-g++-7 -v > gcc version 7.4.1 20190424 [gcc-7-branch

[Bug middle-end/91042] [7/8/9 Regression] ICE in convert_move, at expr.c:218

2019-07-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91042 --- Comment #4 from Martin Liška --- @Kyril: Is it really failing for GCC 7.x ? For me it works: $ arm-suse-linux-gnueabi-g++-7 -v gcc version 7.4.1 20190424 [gcc-7-branch revision 270538] (SUSE Linux) $ arm-suse-linux-gnueabi-g++-7

[Bug middle-end/91042] [7/8/9 Regression] ICE in convert_move, at expr.c:218

2019-07-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91042 Martin Liška changed: What|Removed |Added Keywords|needs-reduction | --- Comment #3 from Martin Liška ---