[Bug java/28329] [ecj] gcj leaves .jar and .zip files in /tmp

2006-07-12 Thread tromey at gcc dot gnu dot org
--- Comment #5 from tromey at gcc dot gnu dot org 2006-07-12 20:06 --- Fixed on branch. -- tromey at gcc dot gnu dot org changed: What|Removed |Added Status|A

[Bug java/28329] [ecj] gcj leaves .jar and .zip files in /tmp

2006-07-12 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2006-07-12 20:01 --- Subject: Bug 28329 Author: tromey Date: Wed Jul 12 20:01:47 2006 New Revision: 115396 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115396 Log: PR java/28329: * lang-specs.h: Pass '%U'-based

[Bug java/28329] [ecj] gcj leaves .jar and .zip files in /tmp

2006-07-12 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2006-07-12 19:29 --- testing a patch -- tromey at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|un

[Bug java/28329] [ecj] gcj leaves .jar and .zip files in /tmp

2006-07-11 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2006-07-11 19:28 --- %U implies %d I debugged today and set a breakpoint in delete_if_ordinary. I get this: Breakpoint 1, delete_if_ordinary ( name=0x9af48c0 "-fzip-dependency=/tmp/ccQurYQS.zip") at ../../trunk/gcc/gcc.c:2349 S

[Bug java/28329] [ecj] gcj leaves .jar and .zip files in /tmp

2006-07-10 Thread rmathew at gcc dot gnu dot org
--- Comment #1 from rmathew at gcc dot gnu dot org 2006-07-11 01:20 --- Perhaps the "%d" string was omitted in the relevant specs: http://gcc.gnu.org/onlinedocs/gcc/Spec-Files.html Just guessing. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28329