------- 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 So the problem seems to be that gcc.c assumes that %U is only used as a standalone argument. This makes sense, so the fix, I think, is to change the specs to pass this argument standalone somewhere. -- tromey at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2006-07-11 19:28:31 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28329