r217879 - in /trunk/gcc/ada: ChangeLog a-cofove...
charlet@gcc.gnu.org
charlet@gcc.gnu.org
Thu Nov 20 15:50:00 GMT 2014
Author: charlet
Date: Thu Nov 20 15:50:29 2014
New Revision: 217879
URL: https://gcc.gnu.org/viewcvs?rev=217879&root=gcc&view=rev
Log:
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.
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/a-cofove.adb
trunk/gcc/ada/a-cofove.ads
trunk/gcc/ada/einfo.ads
trunk/gcc/ada/opt.ads
trunk/gcc/ada/s-parame-ae653.ads
trunk/gcc/ada/sem_elab.adb
trunk/gcc/ada/types.ads
More information about the Gcc-cvs
mailing list