r207901 - in /trunk/gcc/ada: ChangeLog exp_ch2....

charlet@gcc.gnu.org charlet@gcc.gnu.org
Wed Feb 19 14:42:00 GMT 2014


Author: charlet
Date: Wed Feb 19 14:42:55 2014
New Revision: 207901

URL: http://gcc.gnu.org/viewcvs?rev=207901&root=gcc&view=rev
Log:
2014-02-19  Ed Schonberg  <schonberg@adacore.com>

	* sem_prag.adb (Check_Arg_Is_Local_Name): For an aspect that
	applies to a subprogram body, the name is the current scope,
	rather than being declared in the current scope.
	(Analyze_Pragma, case No_Return): Handle properly a No_Return
	aspect applied to a subprogram body.

2014-02-19  Ed Schonberg  <schonberg@adacore.com>

	* sem_ch13.adb (Resolve_Iterable_Operation): Improve resolution
	of overloaded subprograms, and fix bug in handling of primitive
	operation Element.

2014-02-19  Pascal Obry  <obry@adacore.com>

	* s-os_lib.adb: Minor reformatting.

2014-02-19  Yannick Moy  <moy@adacore.com>

	* expander.adb (Expand): Do nothing inside generics.
	* sem_aggr.adb (Aggregate_Constraint_Checks): Do nothing inside
	generics.

2014-02-19  Yannick Moy  <moy@adacore.com>

	* exp_ch2.adb: Remove useless 'with' of unit Uintp.


Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/exp_ch2.adb
    trunk/gcc/ada/expander.adb
    trunk/gcc/ada/s-os_lib.adb
    trunk/gcc/ada/sem_aggr.adb
    trunk/gcc/ada/sem_ch13.adb
    trunk/gcc/ada/sem_prag.adb



More information about the Gcc-cvs mailing list