public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* Why is there a `0' flag used with `%I' in asm_fprintf ?
@ 2003-05-22 14:44 Kaveh R. Ghazi
  2003-05-22 15:37 ` Kaveh R. Ghazi
  0 siblings, 1 reply; 2+ messages in thread
From: Kaveh R. Ghazi @ 2003-05-22 14:44 UTC (permalink / raw)
  To: gcc-bugs, gcc

Many uses of asm_fprintf in m68k.c and a few in m68hc11.c use the `0'
flag in conjunction with `%I' when calling asm_fprintf.  Reading
through the function body of asm_fprintf in final.c, it appears that
the zero is consumed, but has no effect.  I.e. `%0I' just spits out
IMMEDIATE_PREFIX unmodified as would plain `%I'.

So it seems harmless except for the fact that someone reading the code
in m68k.c might think the `0' flag is supposed to do something.
Should all instances of `%0I' be changed to `%I', or have I missed
something?

		Thanks,
		--Kaveh
--
Kaveh R. Ghazi			ghazi@caip.rutgers.edu


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-05-22 15:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-22 14:44 Why is there a `0' flag used with `%I' in asm_fprintf ? Kaveh R. Ghazi
2003-05-22 15:37 ` Kaveh R. Ghazi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).