From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16138 invoked by alias); 8 Oct 2007 22:19:40 -0000 Received: (qmail 16111 invoked by uid 48); 8 Oct 2007 22:19:31 -0000 Date: Mon, 08 Oct 2007 22:19:00 -0000 Message-ID: <20071008221931.16110.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/33655] [4.3 Regression] ICE in bitfield_overlaps_p, at tree-sra.c:2901 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "wilson 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-10/txt/msg00706.txt.bz2 ------- Comment #7 from wilson at gcc dot gnu dot org 2007-10-08 22:19 ------- Created an attachment (id=14324) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14324&action=view) add another conversion to bitsizetype Here is an patch to fix the IA-64 failure for this testcase. This makes the testcase work (i.e. gcc doesn't ICE), but has not been otherwise tested as yet. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33655