]> git.ipfire.org Git - thirdparty/gcc.git/commit
ada: Fix extended access and memory pool explicit deref
authorMarc Poulhiès <poulhies@adacore.com>
Tue, 16 Sep 2025 13:07:29 +0000 (15:07 +0200)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Mon, 6 Oct 2025 12:27:09 +0000 (14:27 +0200)
commit17e59eebf9ce02665a37cbeb51d9b4c2cf80d2ae
tree0188c3dc7725fee927b14bda417589def2dbabfa
parente77f62626f20fbe7aaf81f55f75e16b36632ff38
ada: Fix extended access and memory pool explicit deref

Explicit dereference of an extended access with data allocation in a
memory pool would crash the compiler.

gcc/ada/ChangeLog:

* gcc-interface/trans.cc (Attribute_to_gnu)<Attr_Pool_Address>: Handle
extended access.
gcc/ada/gcc-interface/trans.cc