From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2226 invoked by alias); 30 Apr 2007 18:39:22 -0000 Received: (qmail 2164 invoked by uid 48); 30 Apr 2007 18:39:08 -0000 Date: Mon, 30 Apr 2007 18:39:00 -0000 Message-ID: <20070430183908.2163.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/31095] [4.3 Regression] ICE in expand_expr_real_1, at expr.c:8786 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-04/txt/msg02421.txt.bz2 ------- Comment #5 from pinskia at gcc dot gnu dot org 2007-04-30 19:39 ------- The problem is obvious, we don't optimize bcopy not to a call during expand but this is ok, the issue is we are trying to expand a COMPOUND_EXPR which came from simplifying bcopy which really should have been done earlier anyways. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2007-04-30 19:39:07 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31095