From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4013 invoked by alias); 22 Sep 2007 10:27:08 -0000 Received: (qmail 3974 invoked by uid 48); 22 Sep 2007 10:26:56 -0000 Date: Sat, 22 Sep 2007 10:27:00 -0000 Message-ID: <20070922102656.3972.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/32893] zlib segfault in inflate_table() compiled w/ -O -msse2 ftree-vectorize In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "ubizjak at gmail dot com" 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: 2007-09/txt/msg01844.txt.bz2 ------- Comment #12 from ubizjak at gmail dot com 2007-09-22 10:26 ------- (In reply to comment #10) > Created an attachment (id=14228) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14228&action=view) [edit] > zlib testcase(zlib's inftrees.c) Sorry, I can't reproduce the segfault with current mainline. Please provide self-contained test that segfaults, or exact instructions how to produce segfault from public accessible sources. example.c (part of zlib testsuite) runs OK with -O2 -msse2 -ftree-vectorize on i686 and x86_64. -- ubizjak at gmail dot com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32893