r221111 - in /trunk/gcc/ada: ChangeLog a-strsea...
charlet@gcc.gnu.org
charlet@gcc.gnu.org
Mon Mar 2 11:07:00 GMT 2015
Author: charlet
Date: Mon Mar 2 11:07:34 2015
New Revision: 221111
URL: https://gcc.gnu.org/viewcvs?rev=221111&root=gcc&view=rev
Log:
2015-03-02 Hristian Kirtchev <kirtchev@adacore.com>
* sem_prag.adb (Ensure_Aggregate_Form):
Ensure that the name denoted by the Chars of a pragma argument
association has the proper Sloc when converted into an aggregate.
2015-03-02 Bob Duff <duff@adacore.com>
* sem_ch6.adb (Check_Private_Overriding): Capture
Incomplete_Or_Partial_View in a constant. This is cleaner and
more efficient.
2015-03-02 Gary Dismukes <dismukes@adacore.com>
* einfo.ads, exp_unst.ads: Minor reformatting.
2015-03-02 Ed Schonberg <schonberg@adacore.com>
* a-strsea.adb (Find_Token): Ensure that the range of iteration
does not perform any improper character access. This prevents
erroneous access in the unusual case of an empty string target
and a From parameter less than Source'First.
2015-03-02 Robert Dewar <dewar@adacore.com>
* elists.adb (List_Length): Fix incorrect result.
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/a-strsea.adb
trunk/gcc/ada/einfo.ads
trunk/gcc/ada/elists.adb
trunk/gcc/ada/exp_unst.ads
trunk/gcc/ada/sem_ch6.adb
trunk/gcc/ada/sem_prag.adb
More information about the Gcc-cvs
mailing list