re PR fortran/32860 (Support %ld (for "long") for gfc_warning)
[gcc.git] / gcc / fortran / ChangeLog
index 9e82b0f52c38fd18b5182d0867e19a35e4371c65..a6e5c9edc1a4bee154d3aa5c013143d5256f82de 100644 (file)
@@ -1,3 +1,11 @@
+2007-08-12  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       PR fortran/32860
+       * error.c (error_uinteger): New function.
+       (error_integer): Call error_uinteger.
+       (error_print): Handle %u, %lu, %li and %ld format specifiers.
+       * interface.c (compare_actual_formal): Use the new %lu specifier.
+
 2007-08-12  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
 
        PR fortran/31629