Daily bump.
This commit is contained in:
parent
44eaa2dbff
commit
4be4fa4ec7
6 changed files with 45 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
20210821
|
||||
20210822
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue