------- Comment #4 from pinskia at gcc dot gnu dot org 2010-08-10 22:07 ------- This code will never work as you are not using va_start/va_end to access the arguments. For format_indirect you should just pass around a va_list instead.
-- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45249