From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25205 invoked by alias); 11 Nov 2004 19:29:25 -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 25186 invoked by uid 48); 11 Nov 2004 19:29:25 -0000 Date: Thu, 11 Nov 2004 19:29:00 -0000 From: "ovidr at users dot sourceforge dot net" To: java-prs@gcc.gnu.org Message-ID: <20041111192922.18433.ovidr@users.sourceforge.net> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/18433] New: gcj compiling resources from a file list doesn't work (ICE) X-Bugzilla-Reason: CC X-SW-Source: 2004-q4/txt/msg00374.txt.bz2 List-Id: gcc version 4.0.0 20041014 (experimental) gcj can compile resources in a jar file: > gcj -c file.jar But, it can not compile resources from list of files: filelist: dir/somefile.jpg dir/someother.jpg > gcj --resource -c @filelist gcj: --resource requires -o Adding the unneeded -o: > gcj --resource -c -o f @filelist gcj: @filelist: No such file or directory Assertion failed: TREE_CHAIN (current_file_list) == NULL, file /datal/gcc/gcc/gcc/java/jcf-parse.c, line 1087 This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. filelist:0: internal compiler error: Aborted Please submit a full bug report, with preprocessed source if appropriate. See for instructions. -- Summary: gcj compiling resources from a file list doesn't work (ICE) 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=18433