From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6250 invoked by alias); 6 Oct 2006 04:37:02 -0000 Received: (qmail 6228 invoked by uid 48); 6 Oct 2006 04:36:53 -0000 Date: Fri, 06 Oct 2006 04:37:00 -0000 Message-ID: <20061006043653.6227.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/29330] [4.2 Regression] -O -ftree-loop-linear --> virtual memory exhausted In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "robert dot wilhelm at gmx dot net" 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-10/txt/msg00466.txt.bz2 List-Id: ------- Comment #5 from robert dot wilhelm at gmx dot net 2006-10-06 04:36 ------- valgrind output: ==6316== Invalid read of size 4 ==6316== at 0x8598C55: compute_all_dependences (tree-data-ref.c:3975) ==6316== Address 0x44C0D20 is 0 bytes inside a block of size 20 free'd ==6316== at 0x40052ED: realloc (vg_replace_malloc.c:306) ==6316== by 0x86634B1: xrealloc (xmalloc.c:179) ==6316== ==6316== Invalid read of size 4 ==6316== at 0x8598C7A: compute_all_dependences (lambda.h:227) ==6316== Address 0x44C0D20 is 0 bytes inside a block of size 20 free'd ==6316== at 0x40052ED: realloc (vg_replace_malloc.c:306) ==6316== by 0x86634B1: xrealloc (xmalloc.c:179) -- robert dot wilhelm at gmx dot net changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |robert dot wilhelm at gmx | |dot net http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29330