[Bug fortran/71705] ICE in lower_omp_target, at omp-low.c:16136

marxin at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Jun 30 08:19:00 GMT 2016


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71705

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2016-06-30
                 CC|                            |marxin at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> ---
Confirmed, ICE started with GCC 4.9.1, former releases report:

/home/marxin/Programming/testcases/pr71705.f90:4.9:

   !$omp target update to(x)
         1
Error: Unclassifiable OpenMP directive at (1)
/home/marxin/Programming/testcases/pr71705.f90:5.9:

   !$omp target
         1
Error: Unclassifiable OpenMP directive at (1)
/home/marxin/Programming/testcases/pr71705.f90:7.9:

   !$omp end target
         1
Error: Unclassifiable OpenMP directive at (1)


More information about the Gcc-bugs mailing list