]> git.ipfire.org Git - thirdparty/gcc.git/commit
[Ada] Remove double initialization of interpretation tables
authorPiotr Trojanek <trojanek@adacore.com>
Mon, 7 Dec 2020 23:22:20 +0000 (00:22 +0100)
committerPierre-Marie de Rodat <derodat@adacore.com>
Wed, 28 Apr 2021 09:38:02 +0000 (05:38 -0400)
commit4ba1f7f65b46c1f0e0143ec982a62e6bd9a3ef2e
treefbb2ea517e0f53665e73a3bedd7ed17ddcfbc7af
parentef1acd3f18b8d16db139cbab96d27abe0a81d7e0
[Ada] Remove double initialization of interpretation tables

gcc/ada/

* fmap.ads (Reset_Tables): Remove outdated references to
GNSA/ASIS.
* sem_eval.ads (Initialize): Likewise.
* sem_type.adb (Headers): Remove initialization at elaboration.
* sem_type.ads (Init_Interp_Tables): Remove outdated reference
to gnatf.
* stringt.ads (Initialize): Fix style in comment.
gcc/ada/fmap.ads
gcc/ada/sem_eval.ads
gcc/ada/sem_type.adb
gcc/ada/sem_type.ads
gcc/ada/stringt.ads