aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-06-30 00:16:46 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-06-30 00:16:46 +0000
commitce600bc4643fd046301bd0b6f959546ae459875b (patch)
tree071f0ea5165f9d31afdbfecc9446d20f86144dd1 /gcc/jit
parente3a5c77388ae3791afed4f4286ec7e41e5b9f7c3 (diff)
downloadgcc-ce600bc4643fd046301bd0b6f959546ae459875b.zip
gcc-ce600bc4643fd046301bd0b6f959546ae459875b.tar.gz
gcc-ce600bc4643fd046301bd0b6f959546ae459875b.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/jit')
-rw-r--r--gcc/jit/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/gcc/jit/ChangeLog b/gcc/jit/ChangeLog
index 4cb2d01..d16b573 100644
--- a/gcc/jit/ChangeLog
+++ b/gcc/jit/ChangeLog
@@ -1,3 +1,17 @@
+2022-06-29 Antoni Boucher <bouanto@zoho.com>
+
+ PR jit/105812
+ * jit-playback.cc: Use the correct return type when folding in
+ as_truth_value.
+
+2022-06-29 Sergei Trofimovich <siarheit@google.com>
+
+ PR c++/106102
+ * jit-playback.cc: Include <pthread.h> via "system.h" to avoid calloc()
+ poisoning.
+ * jit-recording.cc: Ditto.
+ * libgccjit.cc: Ditto.
+
2022-06-10 Antoni Boucher <bouanto@zoho.com>
PR jit/105829