https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93465
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Reduced testcase: #pragma omp declare target #pragma acc routine seq void foo (void) {} #pragma omp end declare target This one ICEs in both C and C++.