This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/20753] [4.0/4.1/4.2 Regression] ACATS ce3810b segfaults at runtime
- From: "charlet at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Feb 2006 09:34:52 -0000
- Subject: [Bug ada/20753] [4.0/4.1/4.2 Regression] ACATS ce3810b segfaults at runtime
- References: <bug-20753-7210@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #16 from charlet at gcc dot gnu dot org 2006-02-15 09:34 -------
Subject: Bug 20753
Author: charlet
Date: Wed Feb 15 09:34:48 2006
New Revision: 111043
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111043
Log:
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:
trunk/gcc/ada/a-tifiio.adb
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20753