From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4008 invoked by alias); 9 Jan 2010 09:38:20 -0000 Received: (qmail 3855 invoked by uid 48); 9 Jan 2010 09:38:09 -0000 Date: Sat, 09 Jan 2010 09:38:00 -0000 Message-ID: <20100109093809.3854.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libgcj/42658] [4.5 regression] ICE in _Jv_Linker::verify_class ../.././libjava/link.cc:1904 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "davek 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-01/txt/msg01028.txt.bz2 ------- Comment #11 from davek at gcc dot gnu dot org 2010-01-09 09:38 ------- Ah. It's probably caused by --enable-java-awt. AWT isn't yet supported on cygwin yet; looks like it will need some adjustment to the way .o files are divided between the two dlls, most likely. Can you confirm whether or not you get this bug with completely clean unmodified sources? I'm guessing that, without your patch to configure, it would have errored out with the option present? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42658