r254578 - in /trunk/gcc/ada: ChangeLog doc/gnat...
pmderodat@gcc.gnu.org
pmderodat@gcc.gnu.org
Thu Nov 9 12:52:00 GMT 2017
Author: pmderodat
Date: Thu Nov 9 12:52:41 2017
New Revision: 254578
URL: https://gcc.gnu.org/viewcvs?rev=254578&root=gcc&view=rev
Log:
2017-11-09 Ed Schonberg <schonberg@adacore.com>
* sem_ch12.adb (Analyze_Subprogram_Instantiation): Correct use of
uninitialized variable uncovered by Codepeer.
2017-11-09 Arnaud Charlet <charlet@adacore.com>
* namet.adb: Replace pragma Assume by pragma Assert to fix bootstrap.
2017-11-09 Javier Miranda <miranda@adacore.com>
* doc/gnat_rm/standard_and_implementation_defined_restrictions.rst:
(Static_Dispatch_Tables): Minor rewording.
* gnat_rm.texi: Regenerate.
2017-11-09 Justin Squirek <squirek@adacore.com>
* sem_ch8.adb (Analyze_Use_Package): Remove forced installation of
use_clauses within instances.
(Use_One_Package): Add condition to check for "hidden" open scopes to
avoid skipping over packages that have not been properly installed even
though they are visible.
2017-11-09 Ed Schonberg <schonberg@adacore.com>
* sem_ch4.adb (Analyze_Selected_Component): Reject properly a call to a
private operation of a protected type, when the type has no visible
operations.
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/doc/gnat_rm/standard_and_implementation_defined_restrictions.rst
trunk/gcc/ada/gnat_rm.texi
trunk/gcc/ada/namet.adb
trunk/gcc/ada/sem_ch12.adb
trunk/gcc/ada/sem_ch4.adb
trunk/gcc/ada/sem_ch8.adb
More information about the Gcc-cvs
mailing list