[Bug fortran/29711] [4.2 only] error_print does not support %N$X

burnus at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Dec 6 22:59:00 GMT 2006



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



More information about the Gcc-bugs mailing list