[Bug c/96315] ICE with variable size struct and openmp
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sun Jul 26 19:01:06 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96315
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I guess the best solution will be to disallow VL structure in OpenMP constructs
(well, privatization and mapping thereof), it is so rare extension that it is
IMHO not worth the trouble. Will have to check if pointers to VL arrays don't
have a similar problem though.
More information about the Gcc-bugs
mailing list