This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r212663 - in /trunk/gcc/ada: ChangeLog checks.a...
- From: charlet at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Wed, 16 Jul 2014 14:51:48 -0000
- Subject: r212663 - in /trunk/gcc/ada: ChangeLog checks.a...
Author: charlet
Date: Wed Jul 16 14:51:47 2014
New Revision: 212663
URL: https://gcc.gnu.org/viewcvs?rev=212663&root=gcc&view=rev
Log:
2014-07-16 Vincent Celier <celier@adacore.com>
* gnatls.adb: Get the target parameters only if -nostdinc was
not specified.
2014-07-16 Ed Schonberg <schonberg@adacore.com>
* checks.adb (Insert_Valid_Check): If the expression is a packed
component of a modular type of the right size the data is always
valid. This os particularly useful if the component is part of
a volatile variable.
2014-07-16 Robert Dewar <dewar@adacore.com>
* gnat_rm.texi, sinfo.ads, freeze.adb, exp_aggr.adb: Minor reformatting
2014-07-16 Thomas Quinot <quinot@adacore.com>
* exp_ch7.ads: Minor documentation fix.
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/checks.adb
trunk/gcc/ada/exp_aggr.adb
trunk/gcc/ada/exp_ch7.ads
trunk/gcc/ada/freeze.adb
trunk/gcc/ada/gnat_rm.texi
trunk/gcc/ada/gnatls.adb
trunk/gcc/ada/sinfo.ads