-
- Downloads
[multiple changes]
2011-08-03 Gary Dismukes <dismukes@adacore.com> * sem_aggr.adb (Analyze_Array_Aggregate): When checking the discrete choices of a named array aggregate, bail out when any choices are marked as Errors_Posted. 2011-08-03 Ed Schonberg <schonberg@adacore.com> * exp_ch13.adb (Expand_N_Freeze_Entity): cleanup determination of scope in which entity is frozen, to handle properly loop variables in iterators. 2011-08-03 Ed Schonberg <schonberg@adacore.com> * sem_res.adb (Set_String_Literal_Subtype): if the lower bound of the subtype is not static, compute the upper bound using attributes, to handle properly index types that are not integer types. 2011-08-03 Bob Duff <duff@adacore.com> * gnat_rm.texi, gnat_ugn.texi: Fix some dangling URLs. Update copyright notice. 2011-08-03 Ed Schonberg <schonberg@adacore.com> * sem_ch3.adb (Build_Discriminant_Constraints): Only use Original_Discriminant if within an instance. * sem_ch4.adb (Analyze_Selected_Component): Ditto. 2011-08-03 Thomas Quinot <quinot@adacore.com> * einfo.ads: Minor reformatting. 2011-08-03 Ed Schonberg <schonberg@adacore.com> * exp_disp.adb (Check_Premature_Freezing): diagnose the presence of a composite type with an unfrozen subcomponent, in the profile of a primitive operation. From-SVN: r177236
Showing
- gcc/ada/ChangeLog 39 additions, 0 deletionsgcc/ada/ChangeLog
- gcc/ada/einfo.ads 5 additions, 5 deletionsgcc/ada/einfo.ads
- gcc/ada/exp_ch13.adb 12 additions, 9 deletionsgcc/ada/exp_ch13.adb
- gcc/ada/exp_disp.adb 35 additions, 7 deletionsgcc/ada/exp_disp.adb
- gcc/ada/gnat_rm.texi 2 additions, 3 deletionsgcc/ada/gnat_rm.texi
- gcc/ada/gnat_ugn.texi 1 addition, 1 deletiongcc/ada/gnat_ugn.texi
- gcc/ada/sem_aggr.adb 16 additions, 6 deletionsgcc/ada/sem_aggr.adb
- gcc/ada/sem_ch3.adb 3 additions, 1 deletiongcc/ada/sem_ch3.adb
- gcc/ada/sem_ch4.adb 1 addition, 0 deletionsgcc/ada/sem_ch4.adb
- gcc/ada/sem_res.adb 32 additions, 12 deletionsgcc/ada/sem_res.adb
Loading
Please register or sign in to comment