]> git.ipfire.org Git - thirdparty/gcc.git/commit
ada: Change local variables to constants in expansion of packed arrays
authorPiotr Trojanek <trojanek@adacore.com>
Tue, 3 Oct 2023 19:08:29 +0000 (21:08 +0200)
committerMarc Poulhiès <poulhies@adacore.com>
Tue, 7 Nov 2023 09:15:01 +0000 (10:15 +0100)
commit68040a6947971937bfaec08d8e4a229ceb5d7571
treed27f253a488cad4568974febb126b6996b67e35b
parent3335c4cdc7916fc1b000ed0c35da65d8f958370f
ada: Change local variables to constants in expansion of packed arrays

Cleanup; semantics is unaffected.

gcc/ada/

* exp_pakd.adb
(Expand_Bit_Packed_Element_Set): Change local Decl object from
variable to constant.
(Setup_Inline_Packed_Array_Reference): Likewise for Csiz.
gcc/ada/exp_pakd.adb