ada: Fix for illegal deep delta array aggregate with others Do not try to apply a scalar range check to "others" choice in deep delta array aggregate. This choice is illegal, but we still need to handle it in expansion. gcc/ada/ChangeLog: * exp_spark.adb (Expand_SPARK_N_Delta_Aggregate): Special case for "others" clause.