r254803 - in /trunk/gcc/ada: ChangeLog lib-writ...

pmderodat@gcc.gnu.org pmderodat@gcc.gnu.org
Thu Nov 16 09:56:00 GMT 2017


Author: pmderodat
Date: Thu Nov 16 09:56:46 2017
New Revision: 254803

URL: https://gcc.gnu.org/viewcvs?rev=254803&root=gcc&view=rev
Log:
2017-11-16  Ed Schonberg  <schonberg@adacore.com>

	* sem_ch3.adb (Process_Subtype): If the subtype indication does not
	syntactically denote a type, return Any_Type to prevent subsequent
	compiler crashes or infinite loops.

2017-11-16  Steve Baird  <baird@adacore.com>

	* lib-writ.adb: Fix bug which causes Program_Error to be raised in some
	cases when writing out a .ali file when a Rename_Pragma pragma is in
	effect.
	* lib-writ.adb (Write_Unit_Information): Replace call to
	Pragma_Name_Unmapped with call to Pragma_Name.

2017-11-16  Gary Dismukes  <dismukes@adacore.com>

	* sem_elab.adb: Minor typo fixes.

2017-11-16  Justin Squirek  <squirek@adacore.com>

	* sem_res.adb (Resolve_Allocator): Correct warning messages and make
	them more explicit.

Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/lib-writ.adb
    trunk/gcc/ada/sem_ch3.adb
    trunk/gcc/ada/sem_elab.adb
    trunk/gcc/ada/sem_res.adb



More information about the Gcc-cvs mailing list