public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] vfprintf cleanups to avoid -Waddress warning
@ 2021-09-22  7:09 Florian Weimer
  2021-09-22  7:10 ` [PATCH 1/2] vfprintf: Handle floating-point cases outside of process_arg macro Florian Weimer
  2021-09-22  7:10 ` [PATCH 2/2] vfprintf: Unify argument handling in process_arg Florian Weimer
  0 siblings, 2 replies; 6+ messages in thread
From: Florian Weimer @ 2021-09-22  7:09 UTC (permalink / raw)
  To: libc-alpha; +Cc: Martin Sebor

These two patches slightly clean up stdio-common/vfprintf-internal.c,
reducing code duplication slightly and removing a GCC 12 warning.

Tested on i686-linux-gnu and x86_64-linux-gnu.  Built with
build-many-glibcs.py.

Thanks,
Florian

Florian Weimer (2):
  vfprintf: Handle floating-point cases outside of process_arg macro
  vfprintf: Unify argument handling in process_arg

 stdio-common/vfprintf-internal.c | 392 +++++++++++++------------------
 1 file changed, 164 insertions(+), 228 deletions(-)


base-commit: 1356f38df5be0776823eb2c40cc4e607b86b9680
-- 
2.31.1


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

end of thread, other threads:[~2021-09-23 10:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-22  7:09 [PATCH 0/2] vfprintf cleanups to avoid -Waddress warning Florian Weimer
2021-09-22  7:10 ` [PATCH 1/2] vfprintf: Handle floating-point cases outside of process_arg macro Florian Weimer
2021-09-22 13:55   ` Andreas Schwab
2021-09-22  7:10 ` [PATCH 2/2] vfprintf: Unify argument handling in process_arg Florian Weimer
2021-09-22 14:17   ` Andreas Schwab
2021-09-23 10:07     ` Florian Weimer

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