On 3/6/25 10:02 AM, Steve Kargl wrote:
Andre,
Here's a bit of wordsmith. I removed the abbreviation "Esp."
I'm not sure if there is additional markup needed; especially,
with the "-fcoarray=single" I inserted.
Coarray support has been reworked to allow access to components
in derived types that have not been compiled with coarray support
enabled; especially, when the derived type is in a binary only
module. This has changed the ABI and may lead to link-time errors
with libraries compiled with a previous GCC version and the
-fcoarray=single option. If this option has been used, it is
recommended to recompile the libraries. The OpenCoarrays library
is not affected, because it provides support backwards compatibility
with the older ABI.
I'm not sure how to test the change.
OK to commit with or without my suggested change.
For www-docs there is an html check script provided. You can also review
by looking with a web browser.
For texi files, if make info succeeds and review the resulting info
files installed in the usr/share if I recall correctly.
Jerry