[Bug middle-end/78884] [7/8/9/10] ICE when gimplifying VLA in OpenMP SIMD region

2019-07-05 Thread jens.wellner at dlr dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78884 --- Comment #10 from Jens Wellner --- I have tested the trunk and it is working as expected. Thanks

[Bug middle-end/78884] [7/8/9/10] ICE when gimplifying VLA in OpenMP SIMD region

2019-07-04 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78884 --- Comment #9 from Jakub Jelinek --- Author: jakub Date: Thu Jul 4 21:41:49 2019 New Revision: 273096 URL: https://gcc.gnu.org/viewcvs?rev=273096=gcc=rev Log: PR middle-end/78884 * gimplify.c (struct gimplify_omp_ctx): Add

[Bug middle-end/78884] [7/8/9/10] ICE when gimplifying VLA in OpenMP SIMD region

2019-07-04 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78884 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug middle-end/78884] [7/8/9/10] ICE when gimplifying VLA in OpenMP SIMD region

2019-07-04 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78884 --- Comment #7 from Jakub Jelinek --- We should accept it, but of course it is completely fine to force not to vectorize it (i.e. force safelen(1)), there is no hope that we'd actually vectorize it at least in the not too distant future.

[Bug middle-end/78884] [7/8/9/10] ICE when gimplifying VLA in OpenMP SIMD region

2019-07-04 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78884 Alexander Monakov changed: What|Removed |Added CC||jakub at gcc dot gnu.org