Goddard-Fortran-Ecosystem / yaFyaml

Yet Another Fortran YAML
Apache License 2.0
13 stars 8 forks source link

Workaround to gFortran 13.3 #78

Closed tclune closed 4 months ago

tclune commented 4 months ago

Some weird link error arises related to INTENT(OUT) arguments that have allocatable strings inside the type. Weird.

Worakround is to use INTENT(INOUT), but requires changing all subclasses of YAML_Node.