------- Comment #10 from burnus at gcc dot gnu dot org 2006-12-06 22:58 ------- Ok, it is simple why it does not work.
In the attached and tested patch: + while (ISDIGIT(*format)) + format++; + format++; In SVN: while (ISDIGIT(*format)) /* Skip over the dollar sign. */ format++; -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29711