r207556 - in /trunk/gcc/ada: ChangeLog sem_attr...

charlet@gcc.gnu.org charlet@gcc.gnu.org
Thu Feb 6 14:09:00 GMT 2014


Author: charlet
Date: Thu Feb  6 14:09:36 2014
New Revision: 207556

URL: http://gcc.gnu.org/viewcvs?rev=207556&root=gcc&view=rev
Log:
2014-02-06  Robert Dewar  <dewar@adacore.com>

	* sem_attr.adb (Analyze_Attribute, case Max): Check for improper
	comparison of unordered enumeration type.
	(Analyze_Attribute, case Max): Check for improper comparison of
	unordered enumeration type.
	* sem_res.adb (Bad_Unordered_Enumeration_Reference): Moved to
	sem_util.adb.
	* sem_util.ads, sem_util.adb (Bad_Unordered_Enumeration_Reference):
	Moved here from Sem_Res.


Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/sem_attr.adb
    trunk/gcc/ada/sem_res.adb
    trunk/gcc/ada/sem_util.adb
    trunk/gcc/ada/sem_util.ads



More information about the Gcc-cvs mailing list