https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125129
Gaius Mulley <gaius at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #64958|0 |1
is obsolete| |
--- Comment #8 from Gaius Mulley <gaius at gcc dot gnu.org> ---
Created attachment 64966
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=64966&action=edit
proposed fix which fixes link errors on freebsd and documentation build
This patch also contains changes to def2doc.py which annotates the new tags in
the modula-2 library sources. Comments are generated if a builtin is not
supported on the target.
The patch builds on freebsd15 and debian (x86_64). All regression tests pass.
I've not explored what happens if python3 is unavailable, I will do this next.
After fixing the fall back for unavailability of Python3 the patch should be
committed (assuming all tests on various platforms pass).