From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6331 invoked by alias); 10 Mar 2006 10:40:21 -0000 Received: (qmail 6301 invoked by uid 48); 10 Mar 2006 10:40:19 -0000 Date: Fri, 10 Mar 2006 10:40:00 -0000 Message-ID: <20060310104019.6300.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/26626] [4.2 Regression] ICE in in add_virtual_operand In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rguenth 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-03/txt/msg01033.txt.bz2 List-Id: ------- Comment #7 from rguenth at gcc dot gnu dot org 2006-03-10 10:40 ------- The testcase is also full of problems itself... - changing rv to a type with the size of U, we no longer ICE. Also -fno-strict-aliasing fixes the ICE. I'm curious on how the original code looks like before reduction... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26626