From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25599 invoked by alias); 24 Nov 2003 15:29:53 -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 25588 invoked by uid 48); 24 Nov 2003 15:29:53 -0000 Date: Mon, 24 Nov 2003 15:29:00 -0000 Message-ID: <20031124152953.25585.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/msg02129.txt.bz2 List-Id: ------- Additional Comments From bangerth at dealii dot org 2003-11-24 15:29 ------- Confirmed. The original testcase doesn't ICE on x86 linux, but that's only because of a different definition of va_list. Here's something that also crashes on my box: ------------------ void foo() { double val = (1 ? __extension__ ({ char d[8]; *(double *)(char*)d; }) : *(double *)0); } ------------------- g/x> /home/bangerth/bin/gcc-3.3.2/bin/c++ -c x.cc x.cc: In function `void foo()': x.cc:4: internal compiler error: in convert_move, at expr.c:565 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. This is a regression on 3.2 and 3.3 with respect to previous versions. It is fixed on mainline, though. W. -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1 Last reconfirmed|0000-00-00 00:00:00 |2003-11-24 15:29:52 date| | Summary|internal compiler error: in |[3.3 regression] ICE in |convert_move, at expr.c:565 |convert_move Target Milestone|--- |3.3.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13173