aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-07-15 00:16:22 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-07-15 00:16:22 +0000
commite0e07bc7624776f9369cf0c73e2a3cf42cd2ce97 (patch)
treeaac44f599176718fda5094e2c497f19041e7121e /gcc/jit
parentc6cf555a88f8ffb8ec85c2b94fe656ab217260ea (diff)
downloadgcc-e0e07bc7624776f9369cf0c73e2a3cf42cd2ce97.zip
gcc-e0e07bc7624776f9369cf0c73e2a3cf42cd2ce97.tar.gz
gcc-e0e07bc7624776f9369cf0c73e2a3cf42cd2ce97.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/jit')
-rw-r--r--gcc/jit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/jit/ChangeLog b/gcc/jit/ChangeLog
index d16b573..581f682 100644
--- a/gcc/jit/ChangeLog
+++ b/gcc/jit/ChangeLog
@@ -1,3 +1,10 @@
+2022-07-14 Jonathan Wakely <jwakely@redhat.com>
+
+ * jit-recording.h (recording::memento): Define copy constructor
+ and copy assignment operator as deleted.
+ (recording::string): Likewise.
+ (recording::string::c_str): Add const qualifier.
+
2022-06-29 Antoni Boucher <bouanto@zoho.com>
PR jit/105812