From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13953 invoked by alias); 20 Sep 2010 18:01:13 -0000 Received: (qmail 13885 invoked by uid 48); 20 Sep 2010 18:01:00 -0000 Date: Mon, 20 Sep 2010 18:01:00 -0000 Message-ID: <20100920180100.13884.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: "doko at ubuntu dot com" 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-09/txt/msg02274.txt.bz2 ------- Comment #7 from doko at ubuntu dot com 2010-09-20 18:01 ------- trunk 20100918 fails with: gcc -g -O0 -c foo.c foo.c: In function 'main': foo.c:4:5: error: void value not ignored as it ought to be foo.c:4:5: error: void value not ignored as it ought to be foo.c:4:7: internal compiler error: tree check: expected class 'type', have 'exceptional' (error_mark) in get_narrower, at tree.c:7856 Please submit a full bug report, with preprocessed source if appropriate. -- doko at ubuntu dot com changed: What |Removed |Added ---------------------------------------------------------------------------- Known to fail|4.3.4 4.4.2 4.5.0 |4.3.5 4.4.4 4.5.1 4.6.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43082