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

index 4fe1423ee7beb08b140dec49d921be7ec49a6689..3332e8d613bb112aea0d531beec14b49b80118c1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-08-21  Dragan Mladjenovic  <Dragan.Mladjenovic@syrmia.com>
+
+       * MAINTAINERS: Add myself for write after approval.
+
 2021-08-18  Iain Sandoe  <iain@sandoe.co.uk>
 
        * Makefile.in: Regenerate.
index 69fdc627b552ee3596954fc51dd21df48ffe08eb..cc510af1ef2bc53d98cb3a216158340133073d0d 100644 (file)
@@ -1,3 +1,12 @@
+2021-08-21  Dragan Mladjenovic  <OT_Dragan.Mladjenovic@mediatek.com>
+
+       * config/mips/mips.c (mips_function_rodata_section,
+       TARGET_ASM_FUNCTION_RODATA_SECTION): Removed.
+
+2021-08-21  John David Anglin  <danglin@gcc.gnu.org>
+
+       * config/pa/pa.c (pa_asm_output_aligned_common): Remove warning.
+
 2021-08-20  Serge Belyshev  <belyshev@depni.sinp.msu.ru>
 
        * configure.ac (thread-local storage support): Remove tls_first_major
index 550c2a688af8ccfd01fe3314824e7c9b99be6323..ff974808fd73bb5d740b132fd18d464bdf8405a0 100644 (file)
@@ -1 +1 @@
-20210821
+20210822
index 0b483ccf9ea9cb4f2440b20a029f9307105d8a7a..da90011b2f4cebda64e922fa8a884b8cf4906494 100644 (file)
@@ -1,3 +1,24 @@
+2021-08-21  Ankur Saini  <arsenic@sourceware.org>
+
+       PR analyzer/101980
+       * diagnostic-manager.cc
+       (diagnostic_manager::prune_for_sm_diagnostic)<case EK_CALL_EDGE>: Use
+       caller_model only when the supergraph_edge doesn't exixt.
+       (diagnostic_manager::prune_for_sm_diagnostic)<case EK_RETURN_EDGE>:
+       Likewise.
+       * engine.cc (exploded_graph::create_dynamic_call): Rename to...
+       (exploded_graph::maybe_create_dynamic_call): ...this, return call
+       creation status.
+       (exploded_graph::process_node): Handle calls which were not dynamically
+       discovered.
+       * exploded-graph.h (exploded_graph::create_dynamic_call): Rename to...
+       (exploded_graph::maybe_create_dynamic_call): ...this.
+       * region-model.cc (region_model::update_for_gcall): New param, use it
+       to push call to frame.
+       (region_model::update_for_call_superedge): Pass callee function to
+       update_for_gcall.
+       * region-model.h (region_model::update_for_gcall): New param.
+
 2021-08-18  Ankur Saini  <arsenic@sourceware.org>
 
        PR analyzer/97114
index 0c8f274fdfbbdc3e236fa450d6f35294d0d7f0e4..ebea99d7f82ef573a083b2e6ddba6b4ed6e9b53b 100644 (file)
@@ -1,3 +1,9 @@
+2021-08-21  Ankur Saini  <arsenic@sourceware.org>
+
+       PR analyzer/101980
+       * gcc.dg/analyzer/function-ptr-2.c : Add issue for double 'free'.
+       * gcc.dg/analyzer/malloc-callbacks.c : Fix xfail testcase.
+
 2021-08-20  Tobias Burnus  <tobias@codesourcery.com>
 
        * gfortran.dg/gomp/error-1.f90: New test.
index 6df79c41da34979b40bbcb3d4bc070fd440151a1..9f6d04ea51d108b8e6f16e162898524f8221e910 100644 (file)
@@ -1,3 +1,7 @@
+2021-08-21  John David Anglin  <danglin@gcc.gnu.org>
+
+       * config.host: Remove extra_parts from hppa[12]*-*-hpux11* case.
+
 2021-08-16  Sebastian Huber  <sebastian.huber@embedded-brains.de>
 
        * libgcov.h (gcov_type): Define using __LIBGCC_GCOV_TYPE_SIZE.