]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 16 Apr 2023 00:20:45 +0000 (00:20 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 16 Apr 2023 00:20:45 +0000 (00:20 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 0643a1b91022ec10690078b3332e3d52c37bb8d0..ba4f30bf04867e029ee61dd462cf601cda631cbb 100644 (file)
@@ -1 +1 @@
-20230415
+20230416
index 4fc770966cef49b32f2fd7f9b650ef4453af8bba..c9ba65f77e0177c212520a8cfff37b7e75748359 100644 (file)
@@ -1,3 +1,13 @@
+2023-04-15  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2023-04-14  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/109511
+       * simplify.cc (gfc_simplify_set_exponent): Fix implementation of
+       compile-time simplification of intrinsic SET_EXPONENT for argument
+       X < 1 and for I < 0.
+
 2023-04-02  Thomas Koenig  <tkoenig@gcc.gnu.org>
 
        * dump-parse-tree.cc (get_c_type_name): Fix "long_long"
index 14bffa42d8ef4e7c88a9c21d5badd66f7b05789a..cf5a0f407b55d88e31d3b6c96ede732786c4cee4 100644 (file)
@@ -1,3 +1,11 @@
+2023-04-15  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2023-04-14  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/109511
+       * gfortran.dg/set_exponent_1.f90: New test.
+
 2023-04-11  Michael Meissner  <meissner@linux.ibm.com>
 
        PR target/109067