http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60127
Bug ID: 60127 Summary: ICE with OpenMP and DO CONCURRENT Product: gcc Version: 4.9.0 Status: UNCONFIRMED Keywords: openmp Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: burnus at gcc dot gnu.org The following, complied with -fopenmp causes an ICE: !$omp parallel do do concurrent(i=1:5) end do !$omp end parallel do end Namely: f951: internal compiler error: in resolve_omp_do, at fortran/openmp.c:1660