https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70863
--- Comment #7 from CVS Commits ---
The master branch has been updated by Paul Thomas :
https://gcc.gnu.org/g:d7caf313525a46f200d7f5db1ba893f853774aee
commit r13-6747-gd7caf313525a46f200d7f5db1ba893f853774aee
Author: Paul Thomas
Date: Sat Ma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70863
Paul Thomas changed:
What|Removed |Added
CC||pault at gcc dot gnu.org
Resolutio
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70863
Ev Drikos changed:
What|Removed |Added
CC||drikosev at gmail dot com
--- Comment #5 fro
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70863
Jürgen Reuter changed:
What|Removed |Added
CC||juergen.reuter at desy dot de
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70863
--- Comment #3 from janus at gcc dot gnu.org ---
(In reply to Dominique d'Humieres from comment #1)
> related to/duplicate of pr69298?
Yes, I think it's the same problem.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70863
--- Comment #2 from janus at gcc dot gnu.org ---
Slightly reduced test case:
module b_module
implicit none
type :: b
character(len=4) :: name = "none"
contains
final :: destroy_b
end type
contains
impure elemental subroutine