exp_ch4.adb (Expand_N_Op_Eq): Make sure we expand a loop for array compares if the...
authorRobert Dewar <dewar@gnat.com>
Wed, 27 Oct 2004 13:01:38 +0000 (15:01 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 27 Oct 2004 13:01:38 +0000 (15:01 +0200)
commit5e1c00fac7db1ff2c586a8664dec5745bbf50fa6
tree1283a68f1d7a2cea2d52cf117ec13b4e4ff90a56
parent6f639c98660e3f370f7a9aa9ee2a31078cbf86a1
exp_ch4.adb (Expand_N_Op_Eq): Make sure we expand a loop for array compares if the component is atomic.

2004-10-26  Robert Dewar  <dewar@gnat.com>

* exp_ch4.adb (Expand_N_Op_Eq): Make sure we expand a loop for array
compares if the component is atomic.

* exp_ch5.adb (Expand_Assign_Array): Make sure we expand a loop for
array assignment if the component type is atomic.

From-SVN: r89650
gcc/ada/exp_ch4.adb
gcc/ada/exp_ch5.adb