Commit 62900598 by Jakub Jelinek Committed by Jakub Jelinek

re PR fortran/87752 (ICE in omp_add_variable, at gimplify.c:6776)

	PR fortran/87752
	* gfortran.dg/gomp/pr87752.f90: New test.

From-SVN: r277091
parent abf0474f
2019-10-17 Jakub Jelinek <jakub@redhat.com>
PR fortran/87752
* gfortran.dg/gomp/pr87752.f90: New test.
2019-10-17 Richard Biener <rguenther@suse.de>
PR debug/91887
......
! PR fortran/87752
! { dg-do compile }
! { dg-additional-options "-Ofast" }
subroutine foo (n, u, v)
integer :: n
real, pointer :: u(:), v(:)
!$omp parallel do simd
do i = 1, n
u(:) = v(:)
end do
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment