On 4/8/24 2:45 AM, Paul Richard Thomas wrote:
Hi All,
This one is blazingly 'obvious'. I haven't had the heart to investigate why somebody thought that it is a good idea to check if unreferenced symbols are finalizable because, I suspect, that
'somebody' was me. Worse, I tried a couple of other
Hi All,
This one is blazingly 'obvious'. I haven't had the heart to investigate why
somebody thought that it is a good idea to check if unreferenced symbols
are finalizable because, I suspect, that 'somebody' was me. Worse, I tried
a couple of other fixes before I hit on the 'obvious' one :-(
The
I opened PR114535 for the following ICE:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114535
The following code (which must be in two files to trigger the error) causes
an ICE using the latest gfortran.
$ cat ice1.F90
module iv
type, public :: vs
contains
final :: destructor
end type