-
- Downloads
ada: Prevent calculation of negative stack counts
Negative numbers of stack counts have no meaning. gcc/ada/ * lib.ads, lib.adb (Primary_Stack_Count, Sec_Stack_Count, Increment_Primary_Stack_Count, Increment_Sec_Stack_Count, Unit_Record): Stack counts are never negative. * ali.ads (Unit_Record): Likewise. * bindgen.adb (Num_Primary_Stacks, Num_Sec_Stacks): Likewise. * exp_ch3.adb (Count_Default_Sized_Task_Stacks): Likewise. * sem_util.ads, sem_util.adb (Number_Of_Elements_In_Array): Likewise.
Showing
- gcc/ada/ali.ads 2 additions, 2 deletionsgcc/ada/ali.ads
- gcc/ada/bindgen.adb 2 additions, 2 deletionsgcc/ada/bindgen.adb
- gcc/ada/exp_ch3.adb 1 addition, 1 deletiongcc/ada/exp_ch3.adb
- gcc/ada/lib.adb 6 additions, 6 deletionsgcc/ada/lib.adb
- gcc/ada/lib.ads 6 additions, 6 deletionsgcc/ada/lib.ads
- gcc/ada/sem_util.adb 2 additions, 2 deletionsgcc/ada/sem_util.adb
- gcc/ada/sem_util.ads 1 addition, 1 deletiongcc/ada/sem_util.ads
Loading
Please register or sign in to comment