-
- Downloads
[multiple changes]
2014-11-20 Robert Dewar <dewar@adacore.com> * exp_attr.adb: Minor reformatting. 2014-11-20 Hristian Kirtchev <kirtchev@adacore.com> * exp_util.adb (Make_Subtype_From_Expr): Capture the bounds of all index constracts when the expression is of an array type. 2014-11-20 Bob Duff <duff@adacore.com> * s-taskin.ads: Minor comment improvements. 2014-11-20 Bob Duff <duff@adacore.com> * exp_ch9.adb: Minor comment fixes. * s-taskin.adb (Initialize): Small simplification: pass System_Domain to Initialize_ATCB instead of passing null and then setting the Domain to System_Domain. This requires moving the creation of System_Domain earlier. * s-taprop-linux.adb (Set_Task_Affinity): Only call CPU_SET for processors that have a True in the Domain. This is necessary if the Domain is not all-True values. 2014-11-20 Ed Schonberg <schonberg@adacore.com> * sem_ch13.adb (Has_Good_Profile): a) An stream attribute for the class-wide type of an interface type is not a primitive operation and is not subject to the restrictions of 13.13. (38/3). b) A stream operation for an interface type must be a null procedure, and it cannot be a function. From-SVN: r217857
Showing
- gcc/ada/ChangeLog 32 additions, 0 deletionsgcc/ada/ChangeLog
- gcc/ada/exp_attr.adb 2 additions, 0 deletionsgcc/ada/exp_attr.adb
- gcc/ada/exp_ch9.adb 2 additions, 4 deletionsgcc/ada/exp_ch9.adb
- gcc/ada/exp_util.adb 63 additions, 16 deletionsgcc/ada/exp_util.adb
- gcc/ada/s-taprop-linux.adb 3 additions, 1 deletiongcc/ada/s-taprop-linux.adb
- gcc/ada/s-taskin.adb 22 additions, 14 deletionsgcc/ada/s-taskin.adb
- gcc/ada/s-taskin.ads 5 additions, 3 deletionsgcc/ada/s-taskin.ads
- gcc/ada/sem_ch13.adb 18 additions, 7 deletionsgcc/ada/sem_ch13.adb
Loading
Please register or sign in to comment