https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82606
--- Comment #5 from Paul Thomas ---
(In reply to G. Steinmetz from comment #0)
Mein lieber Steinmetz,
Würden sie bitte die Überschriften dieser Problembenachrichtigungen mit "PDT"
voranstellen und sie mit dem "Meta-Bug" PR82173 verknüpfen.
Vie
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82606
--- Comment #4 from kargl at gcc dot gnu.org ---
(In reply to G. Steinmetz from comment #1)
> BTW, with an invalid modification (--> fortran/decl.c:3244) :
>
>
> $ cat z4.f90
> program p
>type t(a, b, *)
> integer, kind :: a
> in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82606
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=82606
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82606
--- Comment #1 from G. Steinmetz ---
BTW, with an invalid modification (--> fortran/decl.c:3244) :
$ cat z4.f90
program p
type t(a, b, *)
integer, kind :: a
integer, len :: b
real(a) :: r(b)
end type
type(t(8, 3)) ::