From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16539 invoked by alias); 24 Nov 2003 16:37:17 -0000 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 Received: (qmail 16532 invoked by uid 48); 24 Nov 2003 16:37:17 -0000 Date: Mon, 24 Nov 2003 16:37:00 -0000 Message-ID: <20031124163717.16531.qmail@sources.redhat.com> From: "bangerth at dealii dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20031124115022.13173.jdc@coris.org.uk> References: <20031124115022.13173.jdc@coris.org.uk> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/13173] [3.3 regression] ICE in convert_move X-Bugzilla-Reason: CC X-SW-Source: 2003-11/txt/msg02132.txt.bz2 List-Id: ------- Additional Comments From bangerth at dealii dot org 2003-11-24 16:37 ------- Thinking about it again, this is even simpler: -------------------- void foo() { double val = (1 ? ({ *(double *)0; }) : *(double *)0); } --------------------- and still triggers the same ICE. W. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13173