Avoid typeless storage in wide-int
authorJan Hubicka <jh@suse.cz>
Thu, 29 Oct 2020 15:44:48 +0000 (16:44 +0100)
committerJan Hubicka <jh@suse.cz>
Thu, 29 Oct 2020 15:44:48 +0000 (16:44 +0100)
commit0da3e7668c429cc356d96aac4b72c0c01c027b34
treedbb70764b1ae6a218b9a0fc2757b6b2880f5f444
parent815baade9a07d361b1daa1dcfbbda2a79f3ebb52
Avoid typeless storage in wide-int

* wide-int.h (trailing_wide_ints <N>): Turn len to array of structures
so it does not imply typeless storage.
(trailing_wide_ints <N>::operator): update
(trailing_wide_ints <N>::operator []): Update.
gcc/wide-int.h