https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77414
kargl at gcc dot gnu.org changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77414
--- Comment #8 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Mon Mar 19 18:54:29 2018
New Revision: 258654
URL: https://gcc.gnu.org/viewcvs?rev=258654&root=gcc&view=rev
Log:
2018-03-19 Steven G. Kargl
PR fortran/77414
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77414
--- Comment #7 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Sun Mar 18 17:51:57 2018
New Revision: 258633
URL: https://gcc.gnu.org/viewcvs?rev=258633&root=gcc&view=rev
Log:
2018-03-18 Steven G. Kargl
PR fortran/77414
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77414
kargl at gcc dot gnu.org changed:
What|Removed |Added
Priority|P3 |P4
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77414
--- Comment #5 from Dominique d'Humieres ---
> > The tests z7.f90, z8.f90, and z9.f90 compiles without error
> > at revision r242002 although I think they are invalid.
> > They give an ICE with r241962.
>
> This is due to r241972 (pr77596).
This
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77414
--- Comment #4 from Dominique d'Humieres ---
> The tests z7.f90, z8.f90, and z9.f90 compiles without error
> at revision r242002 although I think they are invalid.
> They give an ICE with r241962.
This is due to r241972 (pr77596).
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77414
Dominique d'Humieres changed:
What|Removed |Added
CC||janus at gcc dot gnu.org
--- Comm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77414
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77414
--- Comment #1 from Gerhard Steinmetz
---
Backup tests, more variants :
$ cat z2.f90
subroutine s(x)
real :: x
contains
subroutine s(x)
character(*) :: x
end
end
$ cat z3.f90
subroutine s(x)
real :: x
contains
subroutine