From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11121 invoked by alias); 25 Nov 2008 23:04:06 -0000 Received: (qmail 25429 invoked by uid 48); 25 Nov 2008 23:02:39 -0000 Date: Tue, 25 Nov 2008 23:04:00 -0000 Message-ID: <20081125230239.25428.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/11006] [CNI] ICE with use of __java_boolean In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "olsner at gmail 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: 2008-11/txt/msg02216.txt.bz2 ------- Comment #7 from olsner at gmail dot com 2008-11-25 23:02 ------- Original test case and test case from comment #1 both give this result (i.e. no ICE) for me: (Comment #1) : In function ‘void foo()’: :4: error: can't find ‘class$’ in ‘__java_boolean’ (Original test case) : In function ‘void foo()’: :28: error: can't find ‘class$’ in ‘jboolean’ (c++ --version gives c++ (Ubuntu 4.3.2-1ubuntu11) 4.3.2) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11006