From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3452 invoked by alias); 12 Oct 2004 23:51:50 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 3438 invoked by uid 48); 12 Oct 2004 23:51:49 -0000 Date: Tue, 12 Oct 2004 23:51:00 -0000 From: "ovidr at users dot sourceforge dot net" To: java-prs@gcc.gnu.org Message-ID: <20041012235148.17963.ovidr@users.sourceforge.net> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/17963] New: [4.0 Regression] Compiling a .jar files fails when files within .jar are in a different order X-Bugzilla-Reason: CC X-SW-Source: 2004-q4/txt/msg00085.txt.bz2 List-Id: gcc version 4.0.0 20041009 (experimental) try-noerror.jar and tryerror.jar have the *same files* contained within, just in a different order. gcj -c try-noerror.jar (no error) gcj -c try-error.jar gnu/crypto/pki/provider/EncodedKeyFactory.java:0: fatal error: reading class gnu.crypto.pki.provider.EncodedKeyFactory for the second time from gnu/crypto/pki/provider/EncodedKeyFactory.class compilation terminated. gcc version 4.0.0 20040922 (experimental) does not have this problem. I will include the files. -- Summary: [4.0 Regression] Compiling a .jar files fails when files within .jar are in a different order Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ovidr at users dot sourceforge dot net CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17963