From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4747 invoked by alias); 3 Mar 2010 19:01:16 -0000 Received: (qmail 3711 invoked by uid 48); 3 Mar 2010 19:00:50 -0000 Date: Wed, 03 Mar 2010 19:01:00 -0000 Message-ID: <20100303190050.3710.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c/43082] ICE in tree check: expected class 'type', have 'exceptional' (error_mark) in useless_type_conversion_p 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-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-03/txt/msg00305.txt.bz2 ------- Comment #3 from pinskia at gcc dot gnu dot org 2010-03-03 19:00 ------- Reduced testcase: int main(void) { int gpf; if(gpf ? (void) (0) : f ()) ; } --- CUT --- Looking into it. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot gnu |pinskia at gcc dot gnu dot |dot org |org Status|NEW |ASSIGNED Last reconfirmed|2010-02-16 10:21:57 |2010-03-03 19:00:50 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43082