]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 26 Dec 2021 00:16:17 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 26 Dec 2021 00:16:17 +0000 (00:16 +0000)
gcc/DATESTAMP
libgfortran/ChangeLog

index 3d57afbd28165aba061f537fde23366f84c13d85..3e301d95fb74da2f9b94c8142cb043ccaf0e5b85 100644 (file)
@@ -1 +1 @@
-20211225
+20211226
index dcdf94dbbf4272039df716d5f4af018ee65111b1..1ebbe3665fdf1292a068eb7ba84a47f7865c4039 100644 (file)
@@ -1,3 +1,21 @@
+2021-12-25  Francois-Xavier Coudert  <fxcoudert@gmail.com>
+
+       PR libfortran/81986
+       PR libfortran/99191
+       * libgfortran.h: Remove gfc_xtoa(), adjust gfc_itoa() and
+       GFC_ITOA_BUF_SIZE.
+       * io/write.c (write_decimal): conversion parameter is always
+       gfc_itoa(), so remove it. Protect from overflow.
+       (xtoa): Move gfc_xtoa and update its name.
+       (xtoa_big): Renamed from ztoa_big for consistency.
+       (write_z): Adjust to new function names.
+       (write_i, write_integer): Remove last arg of write_decimal.
+       * runtime/backtrace.c (error_callback): Comment on the use of
+       gfc_itoa().
+       * runtime/error.c (gfc_xtoa): Move to io/write.c.
+       * runtime/string.c (gfc_itoa): Take an unsigned argument,
+       remove the handling of negative values.
+
 2021-12-22  Francois-Xavier Coudert  <fxcoudert@gmail.com>
 
        * kinds-override.h: Move GFC_REAL_16_IS_* macros...