From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14106 invoked by alias); 17 Feb 2006 11:21:28 -0000 Received: (qmail 14059 invoked by alias); 17 Feb 2006 11:21:23 -0000 Date: Fri, 17 Feb 2006 11:21:00 -0000 Message-ID: <20060217112123.14058.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug ada/20753] [4.0/4.1 Regression] ACATS ce3810b segfaults at runtime In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "ebotcazou at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-02/txt/msg01931.txt.bz2 List-Id: ------- Comment #18 from ebotcazou at gcc dot gnu dot org 2006-02-17 11:21 ------- Subject: Bug 20753 Author: ebotcazou Date: Fri Feb 17 11:21:20 2006 New Revision: 111179 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111179 Log: Backport from mainline: 2006-02-13 Geert Bosch Gary Dismukes * 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_1-branch/gcc/ada/ChangeLog branches/gcc-4_1-branch/gcc/ada/a-tifiio.adb -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20753