https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64707
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Wouldn't it be better to just add || flag_ltrans || flag_wpa to the GOMP/GOACC builtin guard conditions? I mean, relying on global flags here when they are combined from many sources, where some may be compiled with that option and others with different option is problematic.