https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88357
kargl at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88357
kargl at gcc dot gnu.org changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88357
--- Comment #8 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Sat Dec 8 18:09:05 2018
New Revision: 266908
URL: https://gcc.gnu.org/viewcvs?rev=266908&root=gcc&view=rev
Log:
2018-12-08 Steven G. Kargl
PR fortran/88357
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88357
kargl at gcc dot gnu.org changed:
What|Removed |Added
Priority|P3 |P4
Status|UNCONFIR
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88357
--- Comment #6 from G. Steinmetz ---
Sure, this is now pr88379.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88357
--- Comment #5 from kargl at gcc dot gnu.org ---
(In reply to G. Steinmetz from comment #4)
> Thanks for working on these issues.
Gerhard,
Can you migrate z2.f90 to its own PR? It is going to
require much more effort to fix. My first attempt
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88357
--- Comment #4 from G. Steinmetz ---
Thanks for working on these issues.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88357
kargl at gcc dot gnu.org changed:
What|Removed |Added
CC||kargl at gcc dot gnu.org
--- C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88357
--- Comment #2 from kargl at gcc dot gnu.org ---
(In reply to G. Steinmetz from comment #1)
>
> Related non-coarray version :
>
>
> $ cat z3.f90
> program p
>type t
>end type
>class(t) :: x
>associate (y => x)
>end associate
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88357
--- Comment #1 from G. Steinmetz ---
Related non-coarray version :
$ cat z3.f90
program p
type t
end type
class(t) :: x
associate (y => x)
end associate
end
$ gfortran-9-20181202 -c z3.f90
z3.f90:4:16:
4 |class(t) ::
10 matches
Mail list logo