]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 20 Nov 2023 00:17:10 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 20 Nov 2023 00:17:10 +0000 (00:17 +0000)
ChangeLog
gcc/ChangeLog
gcc/DATESTAMP
gcc/analyzer/ChangeLog
gcc/c-family/ChangeLog
gcc/cp/ChangeLog
gcc/rust/ChangeLog
gcc/testsuite/ChangeLog
libcpp/ChangeLog

index 1b146c53da165ead0ded8d2d2550645870062474..cb426cbadc1b8d0c59f2770331eadf24e7e4b68a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-11-19  Lewis Hyatt  <lhyatt@gmail.com>
+
+       * Makefile.in: Regenerate.
+       * Makefile.tpl: Add dependency on site.exp to check-gcc-* targets
+
 2023-11-18  Petter Tomner  <tomner@bahnhof.se>
 
        * MAINTAINERS: Update my email address.
index 67906ac3ad80e71ce0fcf335624f5c192fbd2c9a..89a1782f4ca3fa62e78dc7a001a163831c7fa7b8 100644 (file)
@@ -1,3 +1,58 @@
+2023-11-19  Juzhe-Zhong  <juzhe.zhong@rivai.ai>
+
+       * config/riscv/riscv-v.cc (emit_vlmax_insn_lra): Optimize constant AVL.
+
+2023-11-19  Philipp Tomsich  <philipp.tomsich@vrull.eu>
+
+       * config/riscv/riscv-protos.h (extract_base_offset_in_addr): Prototype.
+       * config/riscv/riscv.cc (riscv_fusion_pairs): New enum.
+       (riscv_tune_param): Add fusible_ops field.
+       (riscv_tune_param_rocket_tune_info): Initialize new field.
+       (riscv_tune_param_sifive_7_tune_info): Likewise.
+       (thead_c906_tune_info): Likewise.
+       (generic_oo_tune_info): Likewise.
+       (optimize_size_tune_info): Likewise.
+       (riscv_macro_fusion_p): New function.
+       (riscv_fusion_enabled_p): Likewise.
+       (riscv_macro_fusion_pair_p): Likewise.
+       (TARGET_SCHED_MACRO_FUSION_P): Define.
+       (TARGET_SCHED_MACRO_FUSION_PAIR_P): Likewise.
+       (extract_base_offset_in_addr): Moved into riscv.cc from...
+       * config/riscv/thead.cc: Here.
+       Co-authored-by: Raphael Zinsly <rzinsly@ventanamicro.com>
+       Co-authored-by: Jeff Law <jlaw@ventanamicro.com>
+
+2023-11-19  Jeff Law  <jlaw@ventanamicro.com>
+
+       * config/c6x/c6x.md (mvilc): Add mode to UNSPEC source.
+       * config/mips/mips.md (rdhwr_synci_step_<mode>): Likewise.
+       * config/riscv/riscv.md (riscv_frcsr, riscv_frflags): Likewise.
+       * config/s390/s390.md (@split_stack_call<mode>): Likewise.
+       (@split_stack_cond_call<mode>): Likewise.
+       * config/sh/sh.md (sp_switch_1): Likewise.
+
+2023-11-19  David Malcolm  <dmalcolm@redhat.com>
+
+       * diagnostic.h: Include "rich-location.h".
+       * edit-context.h (class fixit_hint): New forward decl.
+       * gcc-rich-location.h: Include "rich-location.h".
+       * genmatch.cc: Likewise.
+       * pretty-print.h: Likewise.
+
+2023-11-19  David Malcolm  <dmalcolm@redhat.com>
+
+       * Makefile.in (CPPLIB_H): Add libcpp/include/rich-location.h.
+       * coretypes.h (class rich_location): New forward decl.
+
+2023-11-19  Juzhe-Zhong  <juzhe.zhong@rivai.ai>
+
+       * config/riscv/riscv-v.cc (expand_tuple_move): Fix bug.
+
+2023-11-19  David Malcolm  <dmalcolm@redhat.com>
+
+       PR analyzer/107573
+       * doc/invoke.texi: Add -Wanalyzer-undefined-behavior-strtok.
+
 2023-11-18  Xi Ruoyao  <xry111@xry111.site>
 
        * config/loongarch/predicates.md (const_call_insn_operand):
index 6ce2b650d7b28085c066b4c30921d244ad7bc2b1..8bf6a025def0fa05567d187c9f45c5794c8c0430 100644 (file)
@@ -1 +1 @@
-20231119
+20231120
index e92c518cb366ee698bf7346d2ddb01275c719cc9..bab9e5475e9a21b35742271367516f9ae11a0321 100644 (file)
@@ -1,3 +1,46 @@
+2023-11-19  David Malcolm  <dmalcolm@redhat.com>
+
+       * analyzer.h: Include "rich-location.h".
+
+2023-11-19  David Malcolm  <dmalcolm@redhat.com>
+
+       PR analyzer/107573
+       * analyzer.h (register_known_functions): Add region_model_manager
+       param.
+       * analyzer.opt (Wanalyzer-undefined-behavior-strtok): New.
+       * call-summary.cc
+       (call_summary_replay::convert_region_from_summary_1): Handle
+       RK_PRIVATE.
+       * engine.cc (impl_run_checkers): Pass model manager to
+       register_known_functions.
+       * kf.cc (class undefined_function_behavior): New.
+       (class kf_strtok): New.
+       (register_known_functions): Add region_model_manager param.
+       Use it to register "strtok".
+       * region-model-manager.cc
+       (region_model_manager::get_or_create_conjured_svalue): Add "idx"
+       param.
+       * region-model-manager.h
+       (region_model_manager::get_or_create_conjured_svalue): Add "idx"
+       param.
+       (region_model_manager::get_root_region): New accessor.
+       * region-model.cc (region_model::scan_for_null_terminator): Handle
+       "expr" being null.
+       (region_model::get_representative_path_var_1): Handle RK_PRIVATE.
+       * region-model.h (region_model::called_from_main_p): Make public.
+       * region.cc (region::get_memory_space): Handle RK_PRIVATE.
+       (region::can_have_initial_svalue_p): Handle MEMSPACE_PRIVATE.
+       (private_region::dump_to_pp): New.
+       * region.h (MEMSPACE_PRIVATE): New.
+       (RK_PRIVATE): New.
+       (class private_region): New.
+       (is_a_helper <const private_region *>::test): New.
+       * store.cc (store::replay_call_summary_cluster): Handle
+       RK_PRIVATE.
+       * svalue.h (struct conjured_svalue::key_t): Add "idx" param to
+       ctor and "m_idx" field.
+       (class conjured_svalue::conjured_svalue): Likewise.
+
 2023-11-18  David Malcolm  <dmalcolm@redhat.com>
 
        PR analyzer/106147
index ed26f97e588105d7b471ff79cb42a7925243a412..b9fbc4da4216d00a19a7c56d8b47a151f2a44281 100644 (file)
@@ -1,3 +1,7 @@
+2023-11-19  David Malcolm  <dmalcolm@redhat.com>
+
+       * c-lex.cc: Include "rich-location.h".
+
 2023-11-18  Sebastian Huber  <sebastian.huber@embedded-brains.de>
 
        * c-cppbuiltin.cc (c_cpp_builtins):  Define
index 1feb5b38d48c61fbdffdb0799d64b31e97f87bba..b5b1f184e09f5e6f1419e542a7de47f4e308e153 100644 (file)
@@ -1,3 +1,14 @@
+2023-11-19  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/99187
+       * cp-tree.h (enum cp_tree_index): Add CPTI_THREAD_ATEXIT.
+       (thread_atexit_node): New.
+       * decl.cc (get_thread_atexit_node): Cache in thread_atexit_node.
+
+2023-11-19  David Malcolm  <dmalcolm@redhat.com>
+
+       * mapper-client.cc: Include "rich-location.h".
+
 2023-11-16  Jakub Jelinek  <jakub@redhat.com>
 
        PR c++/112365
index 186ff4cb27e18a9c736cadd46fb842d3140f5eea..f942a8f588721b2349b73f97a0dfd42b47cd4116 100644 (file)
@@ -1,3 +1,7 @@
+2023-11-19  David Malcolm  <dmalcolm@redhat.com>
+
+       * rust-location.h: Include "rich-location.h".
+
 2023-10-20  Patrick Palka  <ppalka@redhat.com>
 
        PR rust/111899
index 53e7e89de79a3a45fa0e8ca2828fb8e100e34a47..6fa4ecd4373acba605d16006a69dda586572138e 100644 (file)
@@ -1,3 +1,30 @@
+2023-11-19  Juzhe-Zhong  <juzhe.zhong@rivai.ai>
+
+       * gcc.target/riscv/rvv/autovec/post-ra-avl.c: New test.
+
+2023-11-19  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/99187
+       * g++.dg/modules/pr99187.C: New test.
+
+2023-11-19  David Edelsohn  <dje.gcc@gmail.com>
+
+       * lib/target-supports.exp (add_options_for___float128): Only add
+       -mfloat128 to powerpc*-*-linux*.
+
+2023-11-19  Juzhe-Zhong  <juzhe.zhong@rivai.ai>
+
+       * gcc.target/riscv/rvv/autovec/pr112561.c: New test.
+
+2023-11-19  David Malcolm  <dmalcolm@redhat.com>
+
+       PR analyzer/107573
+       * c-c++-common/analyzer/strtok-1.c: New test.
+       * c-c++-common/analyzer/strtok-2.c: New test.
+       * c-c++-common/analyzer/strtok-3.c: New test.
+       * c-c++-common/analyzer/strtok-4.c: New test.
+       * c-c++-common/analyzer/strtok-cppreference.c: New test.
+
 2023-11-18  Xi Ruoyao  <xry111@xry111.site>
 
        * gcc.target/loongarch/div-div32.c: New test.
index 5247b8091903795755e7bb65fa6309d2419a064d..2c5adca8d30642588abfdae24ed8281d2d0c2526 100644 (file)
@@ -1,3 +1,14 @@
+2023-11-19  David Malcolm  <dmalcolm@redhat.com>
+
+       * Makefile.in (TAGS_SOURCES): Add "include/rich-location.h".
+       * include/cpplib.h (class rich_location): New forward decl.
+       * include/line-map.h (class range_label)
+       (enum range_display_kind, struct location_range)
+       (class semi_embedded_vec, class rich_location, class label_text)
+       (class range_label, class fixit_hint): Move to...
+       * include/rich-location.h: ...this new file.
+       * internal.h: Include "rich-location.h".
+
 2023-11-14  Jakub Jelinek  <jakub@redhat.com>
 
        * makeucnid.cc (write_copyright): Update copyright year.