--- 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
--- 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
--- 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
--- 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
--- 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