r216582 - in /trunk/gcc/ada: ChangeLog checks.a...

charlet@gcc.gnu.org charlet@gcc.gnu.org
Thu Oct 23 10:14:00 GMT 2014


Author: charlet
Date: Thu Oct 23 10:14:28 2014
New Revision: 216582

URL: https://gcc.gnu.org/viewcvs?rev=216582&root=gcc&view=rev
Log:
2014-10-23  Hristian Kirtchev  <kirtchev@adacore.com>

	* exp_util.ads, checks.ads: Minor comment reformatting.

2014-10-23  Javier Miranda  <miranda@adacore.com>

	* sem_eval (Test_In_Range): Disable removal of range_check for
	VM targets.

2014-10-23  Robert Dewar  <dewar@adacore.com>

	* erroutc.adb (Validate_Specific_Warnings): Fix test for -W
	messages, which got disabled when we unconditionally added an
	asterisk at the start of the string.

2014-10-23  Vincent Celier  <celier@adacore.com>

	* gnatls.adb: Ensure that "gnatls -l" works even when there is
	no default runtime.

2014-10-23  Eric Botcazou  <ebotcazou@adacore.com>

	* sem_ch3.adb (Build_Derived_Private_Type): When the parent is
	untagged and has discriminants, build the implicit full view after
	building the derived type. Capture original declaration and type
	here instead of...
	(Copy_And_Build): ...here.
	* sem_type.adb (Full_View_Covers): Handle the Underlying_Full_View.


Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/checks.ads
    trunk/gcc/ada/erroutc.adb
    trunk/gcc/ada/exp_util.ads
    trunk/gcc/ada/gnatls.adb
    trunk/gcc/ada/sem_ch3.adb
    trunk/gcc/ada/sem_eval.adb
    trunk/gcc/ada/sem_type.adb



More information about the Gcc-cvs mailing list