From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24929 invoked by alias); 27 Dec 2004 17:22:04 -0000 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 Received: (qmail 24904 invoked by uid 48); 27 Dec 2004 17:22:02 -0000 Date: Mon, 27 Dec 2004 17:22:00 -0000 Message-ID: <20041227172202.24903.qmail@sourceware.org> From: "tobi at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040422212419.15080.pbrook@gcc.gnu.org> References: <20040422212419.15080.pbrook@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug fortran/15080] Forall bounds not calculated correctly (forall_3.f90) X-Bugzilla-Reason: CC X-SW-Source: 2004-12/txt/msg03638.txt.bz2 List-Id: ------- Additional Comments From tobi at gcc dot gnu dot org 2004-12-27 17:22 ------- I get this output from the testsuite after upgrading to Fedora Core 3 (I assume a new dejagnu version is responsible for this): Running /home/tobi/src/gcc/gcc-clean/gcc/testsuite/gfortran.fortran-torture/execute/execute.exp ... *** glibc detected *** free(): invalid next size (fast): 0x094d3268 *** FAIL: gfortran.fortran-torture/execute/forall_3.f90 execution, -O1 I'm not completely sure that the glibc error is issued during the execution of this test, because it doesn't appear in the logs, but it seems likely, given that it's the only test that fails. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15080