]> git.ipfire.org Git - thirdparty/gcc.git/commit
exp_aggr.adb (Packed_Array_Aggregate_Handled): The values of the bounds can be negati...
authorArnaud Charlet <charlet@gcc.gnu.org>
Mon, 3 Jan 2005 15:36:25 +0000 (16:36 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 3 Jan 2005 15:36:25 +0000 (16:36 +0100)
commit42de0044766f78d4dc915b46f5de94a6a5846ae2
tree0adf4bc70f43fad200dd4b7b096f51a799772df1
parent050d31e81515eeaaad6768904faf40fd0ce7f1dc
exp_aggr.adb (Packed_Array_Aggregate_Handled): The values of the bounds can be negative, and must be declared Int, not Nat.

* exp_aggr.adb (Packed_Array_Aggregate_Handled): The values of the
bounds can be negative, and must be declared Int, not Nat.

* sem_elim.adb (Line_Num_Match): Correct wrong code when index in an
array is checked after using the index in the array.

* makegpr.adb (Add_Switches): Check if there is a package for the
processor. If there is no package, do not look for switches.

From-SVN: r92835
gcc/ada/exp_aggr.adb
gcc/ada/makegpr.adb
gcc/ada/sem_elim.adb