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]

r111180 - in /branches/gcc-4_0-branch/gcc/ada: ...


Author: ebotcazou
Date: Fri Feb 17 11:21:46 2006
New Revision: 111180

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111180
Log:
	Backport from mainline:
	2006-02-13  Geert Bosch  <bosch@adacore.com>
	            Gary Dismukes  <dismukes@adacore.com>

	* a-tifiio.adb (Put_Digits): Test Last against To'First - 1 instead of
	0, since the lower bound of the actual string may be greater than one.

	PR ada/20753

	(Put): Fix condition to raise Layout_Error when invalid
	layout is requested.


Modified:
    branches/gcc-4_0-branch/gcc/ada/ChangeLog
    branches/gcc-4_0-branch/gcc/ada/a-tifiio.adb


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