]> git.ipfire.org Git - thirdparty/gcc.git/commit
ada: Formal package comment corrections in sinfo.ads
authorBob Duff <duff@adacore.com>
Fri, 29 Mar 2024 16:17:56 +0000 (12:17 -0400)
committerMarc Poulhiès <poulhies@adacore.com>
Mon, 20 May 2024 07:47:05 +0000 (09:47 +0200)
commitcee232f4bf2e7d6891ec68c0100ecc5063e3e748
tree259485722ed5e4b5867145a2f90b0887d106b778
parentaecb63d075838e17673e1b13f21a414d23fcf2cd
ada: Formal package comment corrections in sinfo.ads

Misc comment corrections and clarifications in sinfo.ads
related to generic formal packages.

gcc/ada/

* sinfo.ads: Misc comment corrections and clarifications.

The syntax for GENERIC_ASSOCIATION and FORMAL_PACKAGE_ACTUAL_PART
was wrong.

Emphasize that "others => <>" is not represented as an
N_Generic_Association (with or without Box_Present set),
and give examples illustrating the various possibilities.
gcc/ada/sinfo.ads