[Bug fortran/87752] ICE in omp_add_variable, at gimplify.c:6776

2019-10-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87752 --- Comment #6 from Jakub Jelinek --- Author: jakub Date: Mon Oct 21 11:48:34 2019 New Revision: 277258 URL: https://gcc.gnu.org/viewcvs?rev=277258&root=gcc&view=rev Log: Backported from mainline 2019-10-17 Jakub Jelinek

[Bug fortran/87752] ICE in omp_add_variable, at gimplify.c:6776

2019-10-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87752 --- Comment #5 from Jakub Jelinek --- Author: jakub Date: Thu Oct 17 06:46:53 2019 New Revision: 277091 URL: https://gcc.gnu.org/viewcvs?rev=277091&root=gcc&view=rev Log: PR fortran/87752 * gfortran.dg/gomp/pr87752.f90: New test.

[Bug fortran/87752] ICE in omp_add_variable, at gimplify.c:6776

2019-10-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87752 Jakub Jelinek changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/87752] ICE in omp_add_variable, at gimplify.c:6776

2019-10-15 Thread anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87752 anlauf at gcc dot gnu.org changed: What|Removed |Added Status|NEW |WAITING CC|

[Bug fortran/87752] ICE in omp_add_variable, at gimplify.c:6776

2018-10-26 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87752 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/87752] ICE in omp_add_variable, at gimplify.c:6776

2018-10-25 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87752 --- Comment #1 from G. Steinmetz --- Compiles without "simd" : $ cat z2.f90 subroutine foo (n, u, v) integer :: n real, pointer :: u(:), v(:) !$omp parallel do do i = 1, n u(:) = v(:) end do end $ gfortran -9-20181021 -c z