Hi Thomas, I don't think that anybody else has been up to the job of hacking dejagnu to test patches to dump-parse-tree.cc :-)
I think that the patch verges on the 'obvious' and is good for both 15-branch and mainline. Thanks for the patch. Paul On Tue, 13 May 2025 at 21:15, Thomas Koenig <tkoe...@netcologne.de> wrote: > Hello world, > > the attached patch fixes a 15/16 regression and should be fairly > self-explanatory. > > Regarding testing: I'm not sure I am up to the task of hacking > dejagnu to do this. I am now running local tests, which is > better than nothing (I guess). > > Regression-testing: Passed, though this does not mean a lot. > I have attached the test script which passed. > > Fix dumping non-interoperable types with -fc-prototypes. > > gcc/fortran/ChangeLog: > > PR fortran/120107 > * dump-parse-tree.cc (write_type): Do not dump non-interoperable > types.