https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100651
--- Comment #5 from Matt Thompson ---
Iain,
The Linux system would be SUSE Linux Enterprise Server 12 SP3. The macOS system
is macOS 11.5.1.
On the Linux machine, I can confirm the error with (I only have some versions
of GCC available):
* 8.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100651
Iain Sandoe changed:
What|Removed |Added
Target||x86_64-linux-gnu,
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100651
Iain Sandoe changed:
What|Removed |Added
CC||iains at gcc dot gnu.org
--- Comment #3 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100651
--- Comment #2 from G. Steinmetz ---
Simplified a bit :
$ cat z1.f90
module m
type :: t
contains
procedure, pass(this) :: assign_to_string
generic :: assignment(=) => assign_to_string
end type
contains
subroutine assig
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100651
G. Steinmetz changed:
What|Removed |Added
CC||gs...@t-online.de
--- Comment #1 from G.