public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-2867] Daily bump.
@ 2023-07-30  0:18 GCC Administrator
  0 siblings, 0 replies; only message in thread
From: GCC Administrator @ 2023-07-30  0:18 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:861962eee1e7cefa163009941ee751288c08edef

commit r14-2867-g861962eee1e7cefa163009941ee751288c08edef
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Sun Jul 30 00:17:03 2023 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 39 +++++++++++++++++++++++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/testsuite/ChangeLog | 10 ++++++++++
 include/ChangeLog       |  7 +++++++
 libgomp/ChangeLog       | 11 +++++++++++
 5 files changed, 68 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 50823748483..8b5899868c2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,42 @@
+2023-07-29  Roger Sayle  <roger@nextmovesoftware.com>
+
+	PR target/110790
+	* config/i386/i386.md (extv<mode>): Use QImode for offsets.
+	(extzv<mode>): Likewise.
+	(insv<mode>): Likewise.
+	(*testqi_ext_3): Likewise.
+	(*btr<mode>_2): Likewise.
+	(define_split): Likewise.
+	(*btsq_imm): Likewise.
+	(*btrq_imm): Likewise.
+	(*btcq_imm): Likewise.
+	(define_peephole2 x3): Likewise.
+	(*bt<mode>): Likewise
+	(*bt<mode>_mask): New define_insn_and_split.
+	(*jcc_bt<mode>): Use QImode for offsets.
+	(*jcc_bt<mode>_1): Delete obsolete pattern.
+	(*jcc_bt<mode>_mask): Use QImode offsets.
+	(*jcc_bt<mode>_mask_1): Likewise.
+	(define_split): Likewise.
+	(*bt<mode>_setcqi): Likewise.
+	(*bt<mode>_setncqi): Likewise.
+	(*bt<mode>_setnc<mode>): Likewise.
+	(*bt<mode>_setncqi_2): Likewise.
+	(*bt<mode>_setc<mode>_mask): New define_insn_and_split.
+	(bmi2_bzhi_<mode>3): Use QImode offsets.
+	(*bmi2_bzhi_<mode>3): Likewise.
+	(*bmi2_bzhi_<mode>3_1): Likewise.
+	(*bmi2_bzhi_<mode>3_1_ccz): Likewise.
+	(@tbm_bextri_<mode>): Likewise.
+
+2023-07-29  Jan Hubicka  <jh@suse.cz>
+
+	* profile-count.cc (profile_probability::sqrt): New member function.
+	(profile_probability::pow): Likewise.
+	* profile-count.h: (profile_probability::sqrt): Declare
+	(profile_probability::pow): Likewise.
+	* tree-vect-loop-manip.cc (vect_loop_versioning): Fix profile update.
+
 2023-07-28  Andrew MacLeod  <amacleod@redhat.com>
 
 	* gimple-range-cache.cc (ssa_cache::merge_range): New.
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 65a68ec5a24..738995d663e 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20230729
+20230730
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 88d133986e7..8907be1388e 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,13 @@
+2023-07-29  Roger Sayle  <roger@nextmovesoftware.com>
+
+	PR target/110790
+	* gcc.target/i386/pr110790-1.c: New test case.
+	* gcc.target/i386/pr110790-2.c: Likewise.
+
+2023-07-29  Jan Hubicka  <jh@suse.cz>
+
+	* gcc.dg/tree-ssa/vect-profile-upate-2.c: New test.
+
 2023-07-28  Harald Anlauf  <anlauf@gmx.de>
 
 	PR fortran/110825
diff --git a/include/ChangeLog b/include/ChangeLog
index 535d9b2c0b2..dc3eff19c96 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,10 @@
+2023-07-29  Tobias Burnus  <tobias@codesourcery.com>
+
+	* cuda/cuda.h (CUDA_MEMCPY2D, CUDA_MEMCPY3D, CUDA_MEMCPY3D_PEER):
+	Remove bogus 'const' from 'const void *dst' and fix reserved-name
+	name in those structs.
+	(cuMemcpyPeer, cuMemcpyPeerAsync): Add.
+
 2023-07-26  Tobias Burnus  <tobias@codesourcery.com>
 
 	* cuda/cuda.h (CUlimit): Add CUDA_ERROR_NOT_INITIALIZED,
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index a490a896bb6..03447296324 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,14 @@
+2023-07-29  Tobias Burnus  <tobias@codesourcery.com>
+
+	* target.c (omp_target_memcpy_rect_worker): Undo dim=1 change for
+	GOMP_OFFLOAD_CAP_SHARED_MEM.
+	(omp_target_memcpy_rect_copy): Likewise for lock condition.
+	(gomp_load_plugin_for_device): Use DLSYM_OPT not DLSYM for
+	memcpy3d/memcpy2d.
+	* plugin/plugin-nvptx.c (GOMP_OFFLOAD_memcpy2d,
+	GOMP_OFFLOAD_memcpy3d): Use memset 0 to nullify reserved and
+	unused src/dst fields for that mem type; remove '{src,dst}LOD = 0'.
+
 2023-07-26  Tobias Burnus  <tobias@codesourcery.com>
 
 	* libgomp-plugin.h (GOMP_OFFLOAD_memcpy2d,

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

only message in thread, other threads:[~2023-07-30  0:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-30  0:18 [gcc r14-2867] 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).