public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-3005] Daily bump.
@ 2022-10-01  0:18 GCC Administrator
  0 siblings, 0 replies; only message in thread
From: GCC Administrator @ 2022-10-01  0:18 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:3a221b73d04496318c5b7b69c1d78d6ff83a8bfb

commit r13-3005-g3a221b73d04496318c5b7b69c1d78d6ff83a8bfb
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Sat Oct 1 00:18:00 2022 +0000

    Daily bump.

Diff:
---
 ChangeLog               |  7 ++++
 gcc/ChangeLog           | 98 +++++++++++++++++++++++++++++++++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/c-family/ChangeLog  |  6 +++
 gcc/cp/ChangeLog        | 20 ++++++++++
 gcc/fortran/ChangeLog   |  8 ++++
 gcc/testsuite/ChangeLog | 80 ++++++++++++++++++++++++++++++++++++++++
 libgomp/ChangeLog       |  5 +++
 libstdc++-v3/ChangeLog  | 32 ++++++++++++++++
 9 files changed, 257 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 9aee34d34cc..439ac0ec798 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2022-09-30  Olivier Hainque  <hainque@adacore.com>
+
+	* configure.ac (*vxworks*): If enable_shared is not
+	set, set to "no" and add --disable-shared to target and
+	host_configargs.
+	* configure: Regenerate.
+
 2022-09-26  Jeff Law  <jlaw@ventanamicro.com>
 
 	* MAINTAINERS: Update my email address and DCO entry.
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 501fde81c18..90a96694760 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,101 @@
+2022-09-30  Jeff Law  <jeffreyalaw@gmail.com>
+
+	* tree-ssa-dom.cc (single_block_loop_p): New function.
+	(record_edge_info): Also record equivalences for the outgoing
+	edge of a single block loop where the condition is an invariant.
+
+2022-09-30  Jeff Law  <jeffreyalaw@gmail.com>
+
+	* tree-ssa-dom.cc (free_dom_edge_info): Clear e->aux too.
+	(free_all_edge_infos): Do not clear e->aux here.
+
+2022-09-30  H.J. Lu  <hjl.tools@gmail.com>
+
+	* target.def (TARGET_C_EXCESS_PRECISION): Document
+	-fexcess-precision=16.
+
+2022-09-30  Palmer Dabbelt  <palmer@rivosinc.com>
+
+	* doc/tm.texi (TARGET_C_EXCESS_PRECISION): Add 16.
+
+2022-09-30  Palmer Dabbelt  <palmer@rivosinc.com>
+
+	PR target/106815
+	* config/riscv/riscv.cc (riscv_excess_precision): Add support
+	for EXCESS_PRECISION_TYPE_FLOAT16.
+
+2022-09-30  Jakub Jelinek  <jakub@redhat.com>
+
+	PR c++/107080
+	* config/arm/arm.cc (arm_mangle_type): Mangle just __fp16 as Dh
+	and _Float16 as DF16_.
+	* config/csky/csky.cc (csky_init_builtins): Fix a comment typo.
+	(csky_mangle_type): Mangle __fp16 as Dh and _Float16 as DF16_
+	rather than mangling __fp16 as __fp16.
+
+2022-09-30  Lewis Hyatt  <lhyatt@gmail.com>
+
+	PR preprocessor/69543
+	* tree-ssa-uninit.cc (warn_uninit): Stop stripping macro tracking
+	information away from the diagnostic location.
+	(maybe_warn_read_write_only): Likewise.
+	(maybe_warn_operand): Likewise.
+
+2022-09-30  Jakub Jelinek  <jakub@redhat.com>
+
+	PR c++/107080
+	* config/aarch64/aarch64.cc (aarch64_mangle_type): Mangle just __fp16
+	as Dh and _Float16 as DF16_.
+
+2022-09-30  Jakub Jelinek  <jakub@redhat.com>
+
+	PR c++/107080
+	* config/i386/i386.cc (ix86_mangle_type): Always return NULL
+	for float128_type_node or float64x_type_node, don't check
+	float128t_type_node later on.
+	* config/ia64/ia64.cc (ia64_mangle_type): Always return NULL
+	for float128_type_node or float64x_type_node.
+	* config/rs6000/rs6000.cc (rs6000_mangle_type): Likewise.
+	Don't check float128_type_node later on.
+	* config/s390/s390.cc (s390_mangle_type): Don't use
+	TYPE_MAIN_VARIANT on type which was set to TYPE_MAIN_VARIANT
+	a few lines earlier.
+
+2022-09-30  Torbjörn SVENSSON  <torbjorn.svensson@foss.st.com>
+	    Yvan ROUX   <yvan.roux@foss.st.com>
+
+	* doc/sourcebuild.texi: Document new vma_equals_lma effective
+	target check.
+
+2022-09-30  Jiawei  <jiawei@iscas.ac.cn>
+
+	* config/riscv/riscv.cc (riscv_file_start): New .option.
+	* config/riscv/riscv.opt: New options.
+	* doc/invoke.texi: New definations.
+
+2022-09-30  Kewen Lin  <linkw@linux.ibm.com>
+
+	PR target/99888
+	PR target/105649
+	* doc/invoke.texi (option -fpatchable-function-entry): Adjust the
+	documentation for PowerPC ELFv2 ABI dual entry points.
+	* config/rs6000/rs6000-internal.h
+	(rs6000_print_patchable_function_entry): New function declaration.
+	* config/rs6000/rs6000-logue.cc (rs6000_output_function_prologue):
+	Support patchable-function-entry by emitting nops before and after
+	local entry for the function that needs global entry.
+	* config/rs6000/rs6000.cc (rs6000_print_patchable_function_entry): Skip
+	the function that needs global entry till global entry has been
+	emitted.
+	* config/rs6000/rs6000.h (struct machine_function): New bool member
+	global_entry_emitted.
+
+2022-09-30  Richard Biener  <rguenther@suse.de>
+
+	PR tree-optimization/107095
+	* tree-ssa-dse.cc (initialize_ao_ref_for_dse): Use data arg
+	for .MASK_STORE size.
+
 2022-09-29  Andrew MacLeod  <amacleod@redhat.com>
 
 	* range-op.cc (plus_minus_ranges): New.
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 47b36b023d0..5e34ca4ca85 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20220930
+20221001
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index 037eef862ae..d401dc1fb74 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,9 @@
+2022-09-30  Patrick Palka  <ppalka@redhat.com>
+
+	* c-common.cc (c_common_reswords): Use cp/cp-trait.def to handle
+	C++ traits.
+	* c-common.h (enum rid): Likewise.
+
 2022-09-29  Joseph Myers  <joseph@codesourcery.com>
 
 	* c-lex.cc (c_common_has_attribute): Handle noreturn attribute for
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index b36fc614c3a..3ebb164b0ec 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,23 @@
+2022-09-30  Patrick Palka  <ppalka@redhat.com>
+
+	* constraint.cc (diagnose_trait_expr): Likewise.
+	* cp-objcp-common.cc (names_builtin_p): Likewise.
+	* cp-tree.h (enum cp_trait_kind): Likewise.
+	* cxx-pretty-print.cc (pp_cxx_trait): Likewise.
+	* parser.cc (cp_keyword_starts_decl_specifier_p): Likewise.
+	(cp_parser_primary_expression): Likewise.
+	(cp_parser_trait): Likewise.
+	(cp_parser_simple_type_specifier): Likewise.
+	* cp-trait.def: New file.
+
+2022-09-30  Jason Merrill  <jason@redhat.com>
+
+	* cp-gimplify.cc (cp_fold_r) [TARGET_EXPR]: Collapse
+	TARGET_EXPR within TARGET_EXPR.
+	* constexpr.cc (cxx_eval_outermost_constant_expr): Avoid
+	adding redundant TARGET_EXPR.
+	* cp-tree.h (target_expr_needs_replace): VEC_INIT_EXPR doesn't.
+
 2022-09-29  Patrick Palka  <ppalka@redhat.com>
 
 	PR c++/102576
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index dcbfd54114e..c6cb20d5680 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,11 @@
+2022-09-30  Tobias Burnus  <tobias@codesourcery.com>
+
+	PR fortran/105318
+	* openmp.cc (resolve_omp_clauses): Update is_device_ptr restrictions
+	for OpenMP 5.1 and map to has_device_addr where applicable; map
+	use_device_ptr to use_device_addr where applicable.
+	Silence integer-range warning for device(omp_{initial,invalid}_device).
+
 2022-09-27  Harald Anlauf  <anlauf@gmx.de>
 
 	PR fortran/107054
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 44346d3d36e..26bec900066 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,83 @@
+2022-09-30  Jeff Law  <jeffreyalaw@gmail.com>
+
+	* gcc.dg/infinite-loop.c: New test.
+
+2022-09-30  Jakub Jelinek  <jakub@redhat.com>
+
+	PR c++/107080
+	* g++.target/arm/pr107080.C: New test.
+
+2022-09-30  Lewis Hyatt  <lhyatt@gmail.com>
+
+	PR preprocessor/69543
+	* c-c++-common/pr69543-3.c: Remove xfail.
+	* c-c++-common/pr69543-4.c: Likewise.
+	* gcc.dg/cpp/pragma-diagnostic-2.c: Adjust test for new behavior.
+	* c-c++-common/pragma-diag-16.c: New test.
+
+2022-09-30  Jakub Jelinek  <jakub@redhat.com>
+
+	PR c++/107080
+	* g++.target/aarch64/pr107080.C: New test.
+
+2022-09-30  Jakub Jelinek  <jakub@redhat.com>
+
+	PR c++/107080
+	* g++.dg/cpp23/ext-floating11.C: New test.
+
+2022-09-30  Torbjörn SVENSSON  <torbjorn.svensson@foss.st.com>
+	    Yvan ROUX   <yvan.roux@foss.st.com>
+
+	* lib/target-supports.exp (check_effective_target_vma_equals_lma): New.
+	* c-c++-common/torture/attr-noinit-1.c: Requre VMA == LMA to run.
+	* c-c++-common/torture/attr-noinit-2.c: Likewise.
+	* c-c++-common/torture/attr-noinit-3.c: Likewise.
+	* c-c++-common/torture/attr-persistent-1.c: Likewise.
+	* c-c++-common/torture/attr-persistent-3.c: Likewise.
+
+2022-09-30  Torbjörn SVENSSON  <torbjorn.svensson@foss.st.com>
+
+	* lib/gcc-defs.exp: Do not prefix linker script with "-Wl,".
+
+2022-09-30  Torbjörn SVENSSON  <torbjorn.svensson@foss.st.com>
+	    Yvan ROUX   <yvan.roux@foss.st.com>
+
+	* g++.dg/modules/ben-1.map: Replace the colon with dash.
+	* g++.dg/modules/ben-1_a.C: Likewise
+
+2022-09-30  Kewen Lin  <linkw@linux.ibm.com>
+
+	PR target/99888
+	PR target/105649
+	* gcc.target/powerpc/pr99888-1.c: New test.
+	* gcc.target/powerpc/pr99888-2.c: New test.
+	* gcc.target/powerpc/pr99888-3.c: New test.
+	* gcc.target/powerpc/pr99888-4.c: New test.
+	* gcc.target/powerpc/pr99888-5.c: New test.
+	* gcc.target/powerpc/pr99888-6.c: New test.
+	* c-c++-common/patchable_function_entry-default.c: Adjust for
+	powerpc_elfv2 to avoid compilation error.
+
+2022-09-30  Kewen Lin  <linkw@linux.ibm.com>
+
+	PR testsuite/106516
+	* gcc.dg/pr104992.c: Adjust with vect_int_mod.
+	* lib/target-supports.exp (check_effective_target_vect_int_mod): New
+	effective target.
+
+2022-09-30  Christophe Lyon  <christophe.lyon@arm.com>
+
+	* gcc.target/arm/mve/mve_load_memory_modes.c: Update expected
+	registers.
+	* gcc.target/arm/mve/mve_store_memory_modes.c: Likewise.
+
+2022-09-30  Tobias Burnus  <tobias@codesourcery.com>
+
+	PR fortran/105318
+	* gfortran.dg/gomp/is_device_ptr-1.f90: Remove dg-error.
+	* gfortran.dg/gomp/is_device_ptr-2.f90: Likewise.
+	* gfortran.dg/gomp/is_device_ptr-3.f90: Update tree-scan-dump.
+
 2022-09-29  Joseph Myers  <joseph@codesourcery.com>
 
 	* gcc.dg/c2x-attr-noreturn-1.c, gcc.dg/c2x-attr-noreturn-2.c,
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 97ae4b29054..0377b5cbe00 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,8 @@
+2022-09-30  Tobias Burnus  <tobias@codesourcery.com>
+
+	PR fortran/105318
+	* testsuite/libgomp.fortran/is_device_ptr-2.f90: New test.
+
 2022-09-28  Tobias Burnus  <tobias@codesourcery.com>
 
 	* libgomp.texi (OpenMP 5.1): Mark 'assume' as implemented
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 1fe18dcd9c5..99217875bef 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,35 @@
+2022-09-30  Jonathan Wakely  <jwakely@redhat.com>
+
+	* testsuite/20_util/bitset/access/to_ulong.cc: Construct bitset
+	from binary literal instead of using stringstream.
+
+2022-09-30  Jonathan Wakely  <jwakely@redhat.com>
+
+	* include/std/bitset (operator>>): Use a simple buffer instead
+	of std::basic_string.
+
+2022-09-30  Jonathan Wakely  <jwakely@redhat.com>
+
+	* include/std/bitset (_M_copy_from_ptr, _M_copy_from_string)
+	(_M_copy_to_string): Change access to private.
+	(_M_copy_from_string(const basic_string&, size_t, size_t)):
+	Remove.
+	(_M_copy_to_string(const basic_string&)): Remove.
+
+2022-09-30  Jonathan Wakely  <jwakely@redhat.com>
+
+	* testsuite/20_util/bind/ref_neg.cc: Fix dg-prune-output
+	directive.
+
+2022-09-30  Torbjörn SVENSSON  <torbjorn.svensson@foss.st.com>
+	    Yvan ROUX   <yvan.roux@foss.st.com>
+
+	* testsuite/20_util/bind/ref_neg.cc: Prune Windows paths too.
+
+2022-09-30  Arsen Arsenović  <arsen@aarsen.me>
+
+	* include/std/bitset: Include <bits/stl_algobase.h>.
+
 2022-09-29  François Dumont  <fdumont@gcc.gnu.org>
 
 	* python/libstdcxx/v6/printers.py (add_one_template_type_printer): Register

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-01  0:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-01  0:18 [gcc r13-3005] Daily bump GCC Administrator

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).