https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94377
Dominique d'Humieres changed:
What|Removed |Added
Last reconfirmed||2020-06-09
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94377
--- Comment #4 from Fred Krogh ---
Same error with GNU Fortran (GCC) 10.0.1 20200328 (Red Hat 10.0.1-0.11)
Error says
internal compiler error: in gimplify_var_or_parm_decl, at gimplify.c:2830
This one is at a different place in gimplify, but the
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94377
--- Comment #3 from Fred Krogh ---
Just got GNU Fortran (GCC) 9.3.1 20200317 (Red Hat 9.3.1-1). I gives the error
$ gfortran -g -o pdt pdt.f90
pdt.f90:20:0:
20 | deallocate(av, stat=ista)
|
internal compiler error: in gimplify_v
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94377
--- Comment #2 from Fred Krogh ---
I'm sorry, I made an error when making up this code from a much bigger one.
There was a missing ')' at line 8. I've corrected this in the code below.
Same kind of error here, but that code compiles on both In
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94377
kargl at gcc dot gnu.org changed:
What|Removed |Added
CC||kargl at gcc dot gnu.org
--- C