From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 564 invoked by alias); 19 Aug 2006 23:05:51 -0000 Received: (qmail 518 invoked by uid 48); 19 Aug 2006 23:05:44 -0000 Date: Sat, 19 Aug 2006 23:05:00 -0000 Message-ID: <20060819230544.517.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/27474] [4.2 regression] ICE: tree check: expected ssa_name, have struct_field_tag in verify_ssa, at tree-ssa.c:776 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "tbm at gcc dot gnu dot org" 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-08/txt/msg01540.txt.bz2 List-Id: ------- Comment #5 from tbm at gcc dot gnu dot org 2006-08-19 23:05 ------- Created an attachment (id=12100) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12100&action=view) test case Testcase from application "ser". Fails on x86_64 with: gcc -ftree-vectorize -O -c Fails on x86 with: gcc -ftree-vectorize -O -msse2 -c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27474