From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3365 invoked by alias); 27 Apr 2006 19:17:20 -0000 Received: (qmail 2803 invoked by uid 48); 27 Apr 2006 19:17:15 -0000 Date: Thu, 27 Apr 2006 19:17:00 -0000 Message-ID: <20060427191715.2798.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/27341] [4.2 Regression] ICE in in add_virtual_operand with complex types 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-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-04/txt/msg02447.txt.bz2 List-Id: ------- Comment #3 from pinskia at gcc dot gnu dot org 2006-04-27 19:17 ------- And this is fully complex types related, the ICE comes right after cplxlower, most likely caused by the complex type getting split up into two different loads. (I have not checked that theory yet). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27341