]> git.ipfire.org Git - people/ms/gcc.git/commit
ada: Strip conversions for the implementation of storage models
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 29 Nov 2022 11:29:30 +0000 (12:29 +0100)
committerMarc Poulhiès <poulhies@adacore.com>
Thu, 1 Dec 2022 13:53:54 +0000 (14:53 +0100)
commit798c08ca4bf3681444426093263e9e6746d1c32b
treeeda0b90eab97594b1fc4b9a2f4fdcc04b312d318
parent82cf82c4610dbf2a1021841fea3700a477246b79
ada: Strip conversions for the implementation of storage models

This is necessary for unconstrained allocators with qualified expression.

gcc/ada/

* gcc-interface/trans.cc (get_storage_model_access): Strip any type
conversion around the node before looking into it.
gcc/ada/gcc-interface/trans.cc