]> git.ipfire.org Git - thirdparty/gcc.git/commit
ada: Enable casing on composite via -X0 instead of -X
authorSteve Baird <baird@adacore.com>
Thu, 18 Jan 2024 01:12:35 +0000 (17:12 -0800)
committerMarc Poulhiès <poulhies@adacore.com>
Mon, 13 May 2024 08:03:27 +0000 (10:03 +0200)
commitc573c56bfa31d61ec13331c7a785d5fdc60cc8b0
treeb7b968b5fd8f29f7ec05b73c8fcf89e1c6801335
parent5270bfc6e8c85e99c966a696664dcc6878b8c590
ada: Enable casing on composite via -X0 instead of -X

Move case statement pattern matching out of the curated language extension
set and into the extended set.

gcc/ada/

* sem_case.adb: Replace all tests of Core_Extensions_Allowed with
corresponding tests of All_Extensions_Allowed.
* sem_ch5.adb: Likewise.
* doc/gnat_rm/gnat_language_extensions.rst: update documentation.
* gnat_rm.texi: Regenerate.
gcc/ada/doc/gnat_rm/gnat_language_extensions.rst
gcc/ada/gnat_rm.texi
gcc/ada/sem_case.adb
gcc/ada/sem_ch5.adb