From 24da863403a173e336cb6723b8ee64bd6ee74e85 Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Mon, 18 Nov 2024 00:17:28 +0000 Subject: [PATCH] Daily bump. --- contrib/ChangeLog | 5 +++++ gcc/ChangeLog | 33 +++++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 21 +++++++++++++++++++++ gcc/c/ChangeLog | 11 +++++++++++ gcc/cp/ChangeLog | 8 ++++++++ gcc/testsuite/ChangeLog | 13 +++++++++++++ libcpp/ChangeLog | 6 ++++++ libgcc/ChangeLog | 5 +++++ libstdc++-v3/ChangeLog | 29 +++++++++++++++++++++++++++++ 10 files changed, 132 insertions(+), 1 deletion(-) diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 001db1274ff..b618c3d6ef7 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,8 @@ +2024-11-17 Jason Merrill + + PR libstdc++/106852 + * relpath.sh: New file. + 2024-11-14 Jeff Law * gcc-changelog/git_update_version.py (ignored_commits): Add diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d422d53cc17..4213c7775d0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,36 @@ +2024-11-17 Florian Weimer + + PR c/95445 + * doc/invoke.texi: Document -Wdeprecated-non-prototype. + +2024-11-17 Jason Merrill + + * doc/cppopts.texi: Document -fsearch-include-path. + * doc/invoke.texi: Mention it for modules. + +2024-11-17 Jan Hubicka + + * ipa-fnsummary.cc (find_necessary_statements): ASM statements are + necessary. + +2024-11-17 Jan Hubicka + + * ipa-modref.cc (modref_summary::useful_p): const/pure implies + determinism. + (modref_summary_lto::useful_p): Likewise. + (ignore_nondeterminism_p): Add CALLEE_FNTYPE parameter; check for + reproducible/unsequenced + (modref_access_analysis::record_access_p): Use ignore_nondeterminism_p + when handling volatile accesses. + (modref_access_analysis::get_access_for_fnspec): Update. + (modref_access_analysis::process_fnspec): Cleanup handling of NOVOPS. + (modref_access_analysis::analyze_call): Use ignore_nondeterminism_p + when handling asm statements. + (modref_access_analysis::analyze_stmt): Update. + (propagate_unknown_call): Update. + (modref_propagate_in_scc): Update. + (ipa_merge_modref_summary_after_inlining): Update. + 2024-11-16 Jan Hubicka * ipa-modref.cc (ipa_modref_callee_reads_no_memory_p): New function. diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index b57dfce74e2..7d15800c874 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20241117 +20241118 diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 412d4748c19..8f9bbb9603b 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,24 @@ +2024-11-17 Jason Merrill + + * c.opt.urls: Regenerate. + +2024-11-17 Florian Weimer + + PR c/95445 + * c-opts.cc (c_common_post_options): Initialize + warn_deprecated_non_prototype. + * c.opt (Wdeprecated-non-prototype): New option. + * c.opt.urls: Regenerate. + +2024-11-17 Jason Merrill + + * c-ppoutput.cc (preprocess_file): Don't set directives_only here. + +2024-11-17 Jason Merrill + + * c.opt: Add -fsearch-include-path. + * c-opts.cc (c_common_post_options): Handle it. + 2024-11-15 Joseph Myers * c-opts.cc (c_common_init_options): Default to C23. diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index 813e3d853dd..8963bbe8c86 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,14 @@ +2024-11-17 Florian Weimer + + PR c/95445 + * c-decl.cc (start_function): Warn about parameters + after parameter-less declaration. + * c-typeck.cc (build_function_call_vec): Pass fntype + to convert_arguments. + (convert_arguments): Change argument to fntype and + compute typelist. Warn about parameter list mismatches + on first parameter. + 2024-11-16 Martin Uecker PR c/117548 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 5432b58d543..6980c6d8d3a 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,11 @@ +2024-11-17 Jason Merrill + + * module.cc (module_preprocess_options): Set directives_only here. + +2024-11-17 Jason Merrill + + * module.cc (module_preprocess_options): Don't override it. + 2024-11-16 Jan Hubicka * decl.cc (cxx_build_operator_new): Break out from ... diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 47d572178da..a07a4781c69 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,16 @@ +2024-11-17 Florian Weimer + + PR c/95445 + * gcc.dg/Wdeprecated-non-prototype-1.c: New test. + * gcc.dg/Wdeprecated-non-prototype-2.c: New test. + * gcc.dg/Wdeprecated-non-prototype-3.c: New test. + * gcc.dg/Wdeprecated-non-prototype-4.c: New test. + +2024-11-17 Jan Hubicka + + PR tree-optimization/109442 + * g++.dg/tree-ssa/pr109442.C: New test. + 2024-11-16 Jan Hubicka * g++.dg/tree-ssa/pr109442.C: New file. diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 59f63d613e3..c018bd4c74e 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,9 @@ +2024-11-17 Jason Merrill + + * internal.h (search_path_head): Declare. + * files.cc (search_path_head): No longer static. + * init.cc (cpp_read_main_file): Use it. + 2024-11-15 Jakub Jelinek * expr.cc (interpret_float_suffix): Handle d64x and D64x diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 08ce30ff07c..7f9402ba40c 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +2024-11-17 John David Anglin + + PR target/117627 + * config/pa/linux-atomic.c: Remove typedef for bool type. + 2024-11-16 Jakub Jelinek PR libgcc/117624 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 51966cccd17..933c13ae860 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,32 @@ +2024-11-17 Jason Merrill + + PR libstdc++/106852 + * include/bits/version.def: Add __cpp_lib_modules. + * include/bits/version.h: Regenerate. + * src/c++23/Makefile.am: Add modules std and std.compat. + * src/c++23/Makefile.in: Regenerate. + * src/c++23/std-clib.cc.in: New file. + * src/c++23/std.cc.in: New file. + * src/c++23/std.compat.cc.in: New file. + * src/c++23/libstdc++.modules.json.in: New file. + +2024-11-17 Gerald Pfeifer + + * doc/xml/manual/intro.xml: Move a gcc.gnu.org link to https. + * doc/html/manual/license.html: Regenerate. + +2024-11-17 Gerald Pfeifer + + * doc/xml/manual/io.xml: Update link to Angelika Langer's book. + * doc/html/manual/streambufs.html: Regenerate. + +2024-11-17 Jan Hubicka + + PR tree-optimization/109442 + * include/bits/stl_vector.h: (vector::size(), + vector::capacity()): Add __builtin_unreachable call to announce + that size and capacity are non-negative. + 2024-11-16 Jonathan Wakely * Makefile.am: Use $(MAKE) -C dir instead of cd dir && $(MAKE).