This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r228885 - in /trunk/gcc/ada: ChangeLog a-tags.a...


Author: charlet
Date: Fri Oct 16 12:47:43 2015
New Revision: 228885

URL: https://gcc.gnu.org/viewcvs?rev=228885&root=gcc&view=rev
Log:
2015-10-16  Bob Duff  <duff@adacore.com>

        * a-tags.adb, s-trasym.adb, s-trasym.ads: Make sure we don't get                elaboration circularities when polling is turned on.

2015-10-16  Ed Schonberg  <schonberg@adacore.com>

	* sem_ch3.adb (Replace_Anonymous_Access_To_Protected_Subprogram):
	When creating a full declaration for a formal parameter, the
	entity is labelled as an Itype, so set Associated_Node_For_Itype
	accordingly.
	* einfo.ads: Clarify use of Associated_Node_For_Itype.

2015-10-16  Bob Duff  <duff@adacore.com>

	* bindgen: Move pragmas Warnings earlier, otherwise
	we can get warnings on with_clauses.


Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/a-tags.adb
    trunk/gcc/ada/bindgen.adb
    trunk/gcc/ada/einfo.ads
    trunk/gcc/ada/s-trasym.adb
    trunk/gcc/ada/s-trasym.ads
    trunk/gcc/ada/sem_ch3.adb


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]