From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5491 invoked by alias); 3 Aug 2007 19:32:09 -0000 Received: (qmail 5425 invoked by uid 48); 3 Aug 2007 19:31:54 -0000 Date: Fri, 03 Aug 2007 19:32:00 -0000 Message-ID: <20070803193154.5424.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/32399] [4.3 Regression] ICE in build2_stat, at tree.c:3074 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia 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-08/txt/msg00175.txt.bz2 ------- Comment #10 from pinskia at gcc dot gnu dot org 2007-08-03 19:31 ------- (In reply to comment #9) > Andrew, do you want to convert to sizetype or to ptrdiff_t? Does it matter? sizetype is correct for POINTER_PLUS_EXPR. We don't have a ptrdiff_t internally inside GCC as far as I know, only ssizetype (the signed version of sizetype). I am testing this patch right now and should be done in about 2 hours. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32399