From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22742 invoked by alias); 22 Feb 2005 17:16: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 21724 invoked by uid 48); 22 Feb 2005 17:16:02 -0000 Date: Tue, 22 Feb 2005 23:17:00 -0000 Message-ID: <20050222171602.21723.qmail@sourceware.org> From: "reichelt at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050222170433.20148.reichelt@gcc.gnu.org> References: <20050222170433.20148.reichelt@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/20148] [4.0 regression] Hosed error message with statement expression X-Bugzilla-Reason: CC X-SW-Source: 2005-02/txt/msg02681.txt.bz2 List-Id: ------- Additional Comments From reichelt at gcc dot gnu dot org 2005-02-22 17:16 ------- The following code snippet shows a similar problem: ==================== void foo() { if (({})) ; } ==================== bug.cc: In function 'void foo()': bug.cc:3: error: could not convert '#'statement_list' not supported by dump_expr#' to 'bool' -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20148