https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120189
--- Comment #6 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Gaius Mulley <[email protected]>: https://gcc.gnu.org/g:2c7ad6008d3cfa9fbd052a6baf76e3e5249e12be commit r17-336-g2c7ad6008d3cfa9fbd052a6baf76e3e5249e12be Author: Gaius Mulley <[email protected]> Date: Tue May 5 14:06:15 2026 +0100 PR modula2/120189: documented link command does not work This is a tidyup for PR modula2/120189 to improve the description and include all source code in the Building a shared library section. gcc/ChangeLog: PR modula2/120189 * doc/gm2.texi (Building a shared library): Rewrite the description of the shared library and include complete code into the example. gcc/testsuite/ChangeLog: PR modula2/120189 * gm2/examples/cppcallingm2/run/pass/README: New test. * gm2/examples/cppcallingm2/run/pass/a.def: New test. * gm2/examples/cppcallingm2/run/pass/a.mod: New test. * gm2/examples/cppcallingm2/run/pass/b.def: New test. * gm2/examples/cppcallingm2/run/pass/b.mod: New test. * gm2/examples/cppcallingm2/run/pass/c.def: New test. * gm2/examples/cppcallingm2/run/pass/c.mod: New test. * gm2/examples/cppcallingm2/run/pass/test.cc: New test. Signed-off-by: Gaius Mulley <[email protected]>
