From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9872 invoked by alias); 1 Jul 2007 10:12:11 -0000 Received: (qmail 9836 invoked by uid 48); 1 Jul 2007 10:12:01 -0000 Date: Sun, 01 Jul 2007 10:12:00 -0000 Message-ID: <20070701101201.9835.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/25371] -ftree-vectorize results in internal compiler error on AMD64 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dorit 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: 2007-07/txt/msg00038.txt.bz2 ------- Comment #14 from dorit at gcc dot gnu dot org 2007-07-01 10:12 ------- > > So now that Zdenek's patch went in, can someone confirm if this problem doesn't > > occur anymore on x86_64? > Compiles OK for original and reduced testcase (-O2 -ftree-vectorize) with: > Target: x86_64-unknown-linux-gnu > gcc version 4.3.0 20070622 (experimental) > Also works OK when (-m32 -msse3) is added to activate 32bit compilation. thanks for checking! > BTW: I plan to add the testcase from Comment #11 to vectorizer testsuite. good idea > Also note that this PR is not marked as a regression on 4.0/4.1/4.2 so it > should be either marked as a regression or should be closed as the testcase > compiles OK. > > I vote for closing it... maybe you can close it after committing the testcase? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25371