]> git.ipfire.org Git - thirdparty/gcc.git/commit
[Ada] Adjust new fast bit-field copy path to big-endian platforms
authorEric Botcazou <ebotcazou@adacore.com>
Sat, 3 Apr 2021 13:32:46 +0000 (15:32 +0200)
committerPierre-Marie de Rodat <derodat@adacore.com>
Mon, 21 Jun 2021 10:45:16 +0000 (06:45 -0400)
commit88bed4e088a197e89051b520da8bb3631a10f9c0
tree9a6b067a8e76446459fd868dfd47ab32ac79ed0f
parentd315f859f89dc925cc60c6df53a615b97be110e5
[Ada] Adjust new fast bit-field copy path to big-endian platforms

gcc/ada/

* exp_ch5.adb (Expand_Assign_Array_Bitfield_Fast): If big-endian
ordering is in effect for the operands and they are small,
adjust the unchecked conversions done around them.
gcc/ada/exp_ch5.adb