https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71758
--- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Tue Jul 19 09:14:03 2016 New Revision: 238463 URL: https://gcc.gnu.org/viewcvs?rev=238463&root=gcc&view=rev Log: Backported from mainline 2016-07-11 Jakub Jelinek <ja...@redhat.com> PR middle-end/71758 * omp-low.c (expand_omp_target): Gimplify device. * c-c++-common/gomp/pr71758.c: New test. * gfortran.dg/gomp/pr71758.f90: New test. Added: branches/gcc-4_9-branch/gcc/testsuite/c-c++-common/gomp/pr71758.c branches/gcc-4_9-branch/gcc/testsuite/gfortran.dg/gomp/pr71758.f90 Modified: branches/gcc-4_9-branch/gcc/ChangeLog branches/gcc-4_9-branch/gcc/omp-low.c branches/gcc-4_9-branch/gcc/testsuite/ChangeLog