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

index ece7b738b8bec18e2f293e30df95f9811a5e59ab..cd2ccdd8e073a71851587d9cbcfb99a816ce8b1e 100644 (file)
@@ -1,3 +1,12 @@
+2023-01-29  Jan Hubicka  <hubicka@ucw.cz>
+
+       * ipa-utils.cc: Include calls.h, cfgloop.h and cfganal.h
+       (stmt_may_terminate_function_p): If assuming return or EH
+       volatile asm is safe.
+       (find_always_executed_bbs): Fix handling of terminating BBS and
+       infinite loops; add debug output.
+       * tree-ssa-alias.cc (stmt_kills_ref_p): Fix debug output
+
 2023-01-28  Philipp Tomsich  <philipp.tomsich@vrull.eu>
 
        * config/aarch64/aarch64.cc (aarch64_uxt_size): fix an
index 4a549ed9f6bae0d5707c51502552cf33e471044f..6878f7c4810e5f2c11a620a2f3c4bad5dbe10ed7 100644 (file)
@@ -1 +1 @@
-20230129
+20230130
index 9474f1275570f96c291593ac6efa66408347dae2..d1a481be8141b8235f68851cbb364e4ef327082c 100644 (file)
@@ -1,3 +1,15 @@
+2023-01-29  Mikael Morin  <mikael@gcc.gnu.org>
+
+       PR fortran/108450
+       * check.cc (gfc_check_minloc_maxloc): Explicitly set argument name.
+       (gfc_check_findloc): Ditto.
+
+2023-01-29  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR fortran/103506
+       * parse.cc (parse_module): Remove use of a bool error value
+       that prevented proper setting of the namespace pointer.
+
 2023-01-28  Harald Anlauf  <anlauf@gmx.de>
            Steven G. Kargl  <kargl@gcc.gnu.org>
 
index 7cda1b5fa0b1a38e2d9843113eb1a6089e00fe6d..da7d026c2c328d3237a5ec000eb9937bbacf2a9c 100644 (file)
@@ -1,3 +1,19 @@
+2023-01-29  Mikael Morin  <mikael@gcc.gnu.org>
+
+       PR fortran/108450
+       * gfortran.dg/gomp/minmaxloc_1.f90: New test.
+
+2023-01-29  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR fortran/103506
+       * gfortran.dg/pr103506_1.f90: New test.
+
+2023-01-29  Jan Hubicka  <hubicka@ucw.cz>
+
+       * gcc.dg/ipa/ipa-sra-30.c: New test.
+       * gcc.dg/ipa/ipa-sra-31.c: New test.
+       * gcc.dg/tree-ssa/modref-dse-7.c: New test.
+
 2023-01-28  Harald Anlauf  <anlauf@gmx.de>
            Steven G. Kargl  <kargl@gcc.gnu.org>