From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1952 invoked by alias); 19 Oct 2009 17:38:23 -0000 Received: (qmail 1943 invoked by uid 22791); 19 Oct 2009 17:38:23 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-fx0-f214.google.com (HELO mail-fx0-f214.google.com) (209.85.220.214) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 19 Oct 2009 17:38:19 +0000 Received: by fxm10 with SMTP id 10so5237972fxm.8 for ; Mon, 19 Oct 2009 10:38:17 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.148.78 with SMTP id o14mr5260981bkv.83.1255973896769; Mon, 19 Oct 2009 10:38:16 -0700 (PDT) In-Reply-To: <200910191934.56704.ebotcazou@adacore.com> References: <200910191934.56704.ebotcazou@adacore.com> Date: Mon, 19 Oct 2009 17:43:00 -0000 Message-ID: <571f6b510910191038y37d783e3pd3f7107415ce489c@mail.gmail.com> Subject: Re: [Patch] Fix ICE at -O3 during IPCP From: Steven Bosscher To: Eric Botcazou Cc: gcc-patches@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2009-10/txt/msg01227.txt.bz2 On Mon, Oct 19, 2009 at 7:34 PM, Eric Botcazou wrote: > * tree-sra.c (build_ref_for_offset_1) : Skip fields > without size or size that can be represented as a host integer. "cannot be represented" ? Ciao! Steven