------- Comment #2 from reichelt at gcc dot gnu dot org 2006-05-09 09:11 ------- The following testcase crashes even without "-fbounds-check":
=============================================== subroutine FOO(X) integer, dimension(4), intent(out) :: X !$OMP DO PRIVATE(I), REDUCTION(+:X) do I=1,4 end do end subroutine =============================================== PR27446.f90: In function 'foo': PR27446.f90:3: internal compiler error: in build_outer_var_ref, at omp-low.c:581 Please submit a full bug report, [etc.] -- reichelt at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |reichelt at gcc dot gnu dot | |org Keywords| |monitored Summary|ICE on OpenMP array |ICE on OpenMP array |REDUCTION clause and - |REDUCTION clause |fbounds-check | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27446