r220852 - in /trunk/gcc/ada: ChangeLog a-dinopr...

charlet@gcc.gnu.org charlet@gcc.gnu.org
Fri Feb 20 11:48:00 GMT 2015


Author: charlet
Date: Fri Feb 20 11:48:57 2015
New Revision: 220852

URL: https://gcc.gnu.org/viewcvs?rev=220852&root=gcc&view=rev
Log:
2015-02-20  Arnaud Charlet  <charlet@adacore.com>

	* sysdep.c, expect.c, s-oscons-tmplt.c, gsocket.h, adaint.c: Remove
	obsolete references to RTX, nucleus, VMS.

2015-02-20  Ed Schonberg  <schonberg@adacore.com>

	* sem_prag.adb (Fix_Error): For an illegal Type_Invariant'Class
	aspect, use name that mentions Class explicitly, rather than
	compiler-internal name.

2015-02-20  Robert Dewar  <dewar@adacore.com>

	* debug.adb: Add documentation for -gnatd.2 (allow statements
	in decl sequences).
	* par-ch3.adb (P_Identifier_Declarations): Handle
	statement appearing where declaration expected more cleanly.
	(Statement_When_Declaration_Expected): Implement debug flag
	-gnatd.2.

2015-02-20  Jose Ruiz  <ruiz@adacore.com>

	* a-dinopr.ads: Add spec for this package (Unimplemented_Unit).
	* a-dispat.ads (Yield): Include procedure added in Ada 2012.
	* a-dispat.adb (Yield): Implement procedure added in Ada 2012.
	* impunit.adb (Non_Imp_File_Names_05): Mark unit a-dinopr.ads as
	defined by Ada 2005.
	* snames.ads-tmpl (Name_Non_Preemptive_FIFO_Within_Priorities):
	This is the correct name for the dispatching policy (FIFO was
	missing).

2015-02-20  Javier Miranda  <miranda@adacore.com>

	* sem_res.adb (Resolve_Type_Conversion): If the type of the
	operand is the limited-view of a class-wide type then recover
	the class-wide type of the non-limited view.


Added:
    trunk/gcc/ada/a-dinopr.ads
    trunk/gcc/ada/a-dispat.adb
Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/a-dispat.ads
    trunk/gcc/ada/adaint.c
    trunk/gcc/ada/debug.adb
    trunk/gcc/ada/expect.c
    trunk/gcc/ada/gsocket.h
    trunk/gcc/ada/impunit.adb
    trunk/gcc/ada/par-ch3.adb
    trunk/gcc/ada/s-oscons-tmplt.c
    trunk/gcc/ada/sem_prag.adb
    trunk/gcc/ada/sem_res.adb
    trunk/gcc/ada/snames.ads-tmpl
    trunk/gcc/ada/sysdep.c



More information about the Gcc-cvs mailing list