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]

r148782 - in /trunk/gcc/ada: ChangeLog adaint.h...


Author: charlet
Date: Mon Jun 22 09:21:53 2009
New Revision: 148782

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

	* sinput.adb, sinput.ads (Expr_First_Char, Expr_Last_Char): Replaced
	by Sloc_Range.

	* freeze.adb: Minor comment updates

	* s-valrea.adb (Bad_Based_Value): New procedure
	(Scan_Real): Raise exceptions with messages

2009-06-22  Matthew Gingell  <gingell@adacore.com>

	* adaint.h: Complete previous change.

2009-06-22  Thomas Quinot  <quinot@adacore.com>

	* exp_ch7.ads, exp_ch3.adb: Minor reformatting

2009-06-22  Ed Schonberg  <schonberg@adacore.com>

	* sem_ch6.adb (Check_Overriding_Indicator): When style checks are
	enabled, emit warning when a non-controlling argument of the overriding
	operation appears out of place vis-a-vis of the formal of the
	overridden operation.


Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/adaint.h
    trunk/gcc/ada/exp_ch3.adb
    trunk/gcc/ada/exp_ch7.ads
    trunk/gcc/ada/freeze.adb
    trunk/gcc/ada/s-valrea.adb
    trunk/gcc/ada/sem_ch6.adb
    trunk/gcc/ada/sinput.adb
    trunk/gcc/ada/sinput.ads


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