From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32177 invoked by alias); 20 Dec 2012 16:54:35 -0000 Received: (qmail 32149 invoked by uid 48); 20 Dec 2012 16:54:33 -0000 From: "jakub at gcc dot gnu.org" To: java-prs@gcc.gnu.org Subject: [Bug java/55764] New: [4.8 Regression] ICE when building frysk Date: Thu, 20 Dec 2012 16:54:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: java X-Bugzilla-Keywords: error-recovery X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2012-q4/txt/msg00019.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55764 Bug #: 55764 Summary: [4.8 Regression] ICE when building frysk Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Keywords: error-recovery Severity: normal Priority: P3 Component: java AssignedTo: unassigned@gcc.gnu.org ReportedBy: jakub@gcc.gnu.org CC: aph@gcc.gnu.org ./jc1 jdom.jar -fhash-synchronization -fno-use-divide-subroutine \ -fuse-boehm-gc -fnon-call-exceptions -fkeep-inline-functions -quiet -g -O \ -o /tmp/jdom.s -fbootclasspath=../i686-pc-linux-gnu/libjava/libgcj-4.8.0.jar gives: In file included from org/jdom/transform/XSLTransformer.java:289:0, from org/jdom/transform/XSLTransformException.java:81, ... from org/jdom/Attribute.java:728, from :5: org/jdom/xpath/JaxenXPath.java:0:0: error: cannot find file for class org.jaxen.SimpleNamespaceContext org/jdom/xpath/JaxenXPath.java:0:0: error: cannot find file for class org.jaxen.SimpleNamespaceContext org/jdom/xpath/JaxenXPath.java: In class 'org.jdom.xpath.JaxenXPath$NSContext': org/jdom/xpath/JaxenXPath.java: In constructor '(org.jdom.xpath.JaxenXPath)': In file included from org/jdom/transform/XSLTransformer.java:289:0, from org/jdom/transform/XSLTransformException.java:81, ... from org/jdom/Attribute.java:728, from :5: org/jdom/xpath/JaxenXPath.java:309:0: internal compiler error: in operator[], at vec.h:816 0x81b0d7c vec::operator[](unsigned int) ../../gcc/vec.h:816 0x81b0d7c class_depth(tree_node*) ../../gcc/java/class.c:577 0x81d435d can_widen_reference_to(tree_node*, tree_node*) ../../gcc/java/expr.c:546 0x81e9f93 vfy_is_assignable_from(tree_node*, tree_node*) ../../gcc/java/verify-glue.c:227 0x81ebd2b ref_compatible ../../gcc/java/verify-impl.c:376 0x81ebd2b types_compatible ../../gcc/java/verify-impl.c:686 0x81ed1e1 verify_instructions_0 ... Frysk probably doesn't build even with older gcj and dunno why we still have it in the distro at all, so the errors aren't a big deal, but the ICE shouldn't happen.