From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25328 invoked by alias); 26 Apr 2009 16:54:44 -0000 Received: (qmail 25270 invoked by uid 48); 26 Apr 2009 16:54:16 -0000 Date: Sun, 26 Apr 2009 16:54:00 -0000 Message-ID: <20090426165416.25269.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/36754] Compile-time bound-checking for allocatable arrays with known bonds In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "burnus at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-04/txt/msg02413.txt.bz2 ------- Comment #7 from burnus at gcc dot gnu dot org 2009-04-26 16:54 ------- > I get an error at compile time with gfortran 4.2.3, 4.3.3, 4.4.0, and trunk > (intel-darwin9). Is this PR valid? Good question - I get now the same error for comment 0, which makes the report INVALID. I don't get an error for comment 4. I think it is in principle detectable, but difficult -> WONTFIX? At run time, I get for comment 4 "(0/11)" instead of the proper "(1/12)", but I think the off-by-one bug is tracked elsewhere. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36754