https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78884
Alexander Monakov <amonakov at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org Summary|ICE when gimplifying VLA in |[7/8/9/10] ICE when |OpenMP SIMD region |gimplifying VLA in OpenMP | |SIMD region --- Comment #6 from Alexander Monakov <amonakov at gcc dot gnu.org> --- (fails the same way on trunk) Let's re-add the regression marker, since an older release properly diagnosed an unsupported construct, while newer releases simply segfault. I am unsure whether OpenMP standard intends private VLAs to be supported in simd regions, or invalid.