]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 23 Aug 2020 00:16:25 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 23 Aug 2020 00:16:25 +0000 (00:16 +0000)
gcc/DATESTAMP
gcc/analyzer/ChangeLog
gcc/jit/ChangeLog
gcc/testsuite/ChangeLog

index faac5049dd8e81f558276dcda99b7d4be113eeae..eec05c433b936273441333f8ee2e3eb99f5d8c67 100644 (file)
@@ -1 +1 @@
-20200822
+20200823
index d20e8c756ccb2df56453227b90d24acc98371afb..1b59ff38cbba3a51bdb6129357aafbeae50c863a 100644 (file)
@@ -1,3 +1,24 @@
+2020-08-22  David Malcolm  <dmalcolm@redhat.com>
+
+       PR analyzer/94851
+       * region-model-manager.cc
+       (region_model_manager::maybe_fold_binop): Fold bitwise "& 0" to 0.
+
+2020-08-22  David Malcolm  <dmalcolm@redhat.com>
+
+       * store.cc (store::eval_alias): Make const.  Split out 2nd half
+       into store::eval_alias_1 and call it twice for symmetry, avoiding
+       test duplication.
+       (store::eval_alias_1): New function, split out from the above.
+       * store.h (store::eval_alias): Make const.
+       (store::eval_alias_1): New decl.
+
+2020-08-22  David Malcolm  <dmalcolm@redhat.com>
+
+       * region-model.cc (region_model::push_frame): Bind the default
+       SSA name for each parm if it exists, falling back to the parm
+       itself otherwise, rather than doing both.
+
 2020-08-20  David Malcolm  <dmalcolm@redhat.com>
 
        PR analyzer/96723
index fc624d7668bc24e1673e24e09e5acbdcf5230697..2389f2910cce651ea1b83bb7d28ffb79a56a07e7 100644 (file)
@@ -1,3 +1,12 @@
+2020-08-22  Andrea Corallo  <andrea.corallo@arm.com>
+
+       * libgccjit.c:
+       (gcc_jit_context_new_rvalue_from_int)
+       (gcc_jit_context_new_rvalue_from_long)
+       (gcc_jit_context_new_rvalue_from_double)
+       (gcc_jit_context_new_rvalue_from_ptr): Update function heading
+       comments.
+
 2020-06-16  Nicolas BĂ©rtolo  <nicolasbertolo@gmail.com>
 
        * Make-lang.in: Always define version, minor and release
index 47b1372de8552567520ef42eab6cd6381413f575..600d5ba2b65feac2b918c3ca365a3cd3f0ffc279 100644 (file)
@@ -1,3 +1,15 @@
+2020-08-22  David Malcolm  <dmalcolm@redhat.com>
+
+       PR analyzer/94851
+       * gcc.dg/analyzer/pr94851-1.c: New test.
+       * gcc.dg/analyzer/pr94851-3.c: New test.
+       * gcc.dg/analyzer/pr94851-4.c: New test.
+
+2020-08-22  David Malcolm  <dmalcolm@redhat.com>
+
+       * gcc.dg/analyzer/malloc-ipa-8-double-free.c: Drop
+       -fanalyzer-verbose-state-changes.
+
 2020-08-21  Hongtao Liu  <hongtao.liu@intel.com>
 
        * gcc.target/i386/pr96262-1.c: New test.