https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88988
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|ice-on-valid-code |ice-on-invalid-code
CC| |jakub at gcc dot gnu.org
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
This is not valid, if you firstprivatize a nonstatic data member, accessing it
through this is undefined behavior.
