r235491 - in /trunk/gcc/ada: ChangeLog s-rident...

charlet@gcc.gnu.org charlet@gcc.gnu.org
Wed Apr 27 12:26:00 GMT 2016


Author: charlet
Date: Wed Apr 27 12:26:50 2016
New Revision: 235491

URL: https://gcc.gnu.org/viewcvs?rev=235491&root=gcc&view=rev
Log:
2016-04-27  Arnaud Charlet  <charlet@adacore.com>

	* s-rident.ads: Make No_Implicit_Loops non partition wide.

2016-04-27  Arnaud Charlet  <charlet@adacore.com>

	* sem_ch11.adb (Analyze_Handled_Statements): check useless
	assignments also in entries and task bodies, not only in
	procedures and declaration blocks.
	* sem_ch5.adb (Analyze_Block_Statement): check useless
	assignements in declaration blocks as part of processing their
	handled statement sequence, just like it was done for procedures
	and now is also done for entries and task bodies.
	* sem_warn.adb (Warn_On_Useless_Assignment): detect boundries
	of entries and task bodies just like of procedures.

2016-04-27  Hristian Kirtchev  <kirtchev@adacore.com>

	* sem_util.adb (Is_Volatile_Function): Recognize
	a function declared within a protected type as well as the
	protected/unprotected version of a function.


Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/s-rident.ads
    trunk/gcc/ada/sem_ch11.adb
    trunk/gcc/ada/sem_ch5.adb
    trunk/gcc/ada/sem_util.adb
    trunk/gcc/ada/sem_warn.adb



More information about the Gcc-cvs mailing list