-
- Downloads
[multiple changes]
2014-11-20 Arnaud Charlet <charlet@adacore.com> * s-parame-ae653.ads: Update comments. 2014-11-20 Robert Dewar <dewar@adacore.com> * types.ads, einfo.ads: Minor reformatting. * sem_elab.adb (Check_A_Call): Add guard for reference to Alias for variable case. 2014-11-20 Bob Duff <duff@adacore.com> * a-cofove.adb (Elems,Elemsc): Use access-to-constrained arrays instead of access-to-unconstrained, because the latter doesn't work with 'Unrestricted_Access when the result is returned from a function. * a-cofove.ads (Vector): Move the discriminant-dependent array after the other components for efficiency. Otherwise the compiler will generate a lot of code to calculate the offset of the other components every time they're accessed. 2014-11-20 Olivier Hainque <hainque@adacore.com> * opt.ads: Fix comment on Generate_SCO_Instance_Table wrt when it is set to true. From-SVN: r217879
Showing
- gcc/ada/ChangeLog 26 additions, 0 deletionsgcc/ada/ChangeLog
- gcc/ada/a-cofove.adb 19 additions, 11 deletionsgcc/ada/a-cofove.adb
- gcc/ada/a-cofove.ads 1 addition, 1 deletiongcc/ada/a-cofove.ads
- gcc/ada/einfo.ads 1 addition, 1 deletiongcc/ada/einfo.ads
- gcc/ada/opt.ads 1 addition, 1 deletiongcc/ada/opt.ads
- gcc/ada/s-parame-ae653.ads 1 addition, 1 deletiongcc/ada/s-parame-ae653.ads
- gcc/ada/sem_elab.adb 14 additions, 13 deletionsgcc/ada/sem_elab.adb
- gcc/ada/types.ads 1 addition, 1 deletiongcc/ada/types.ads
Loading
Please register or sign in to comment