diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-02-11 00:17:01 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-02-11 00:17:01 +0000 |
commit | 67d5b10e659c3f4c02b8af507c84d5e764e264b4 (patch) | |
tree | 4e563b53d37d1a73b7cdc8cec7b9d7913c338d53 /gcc/jit | |
parent | 93e1559bea434a681208e5e7a21513d7da2844d6 (diff) | |
download | gcc-67d5b10e659c3f4c02b8af507c84d5e764e264b4.zip gcc-67d5b10e659c3f4c02b8af507c84d5e764e264b4.tar.gz gcc-67d5b10e659c3f4c02b8af507c84d5e764e264b4.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/jit')
-rw-r--r-- | gcc/jit/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/jit/ChangeLog b/gcc/jit/ChangeLog index 87f789d..111acf8 100644 --- a/gcc/jit/ChangeLog +++ b/gcc/jit/ChangeLog @@ -1,3 +1,8 @@ +2024-02-10 Jakub Jelinek <jakub@redhat.com> + + * jit-playback.cc (new_bitcast): Use HOST_WIDE_INT_PRINT_DEC instead + of "%ld" and casts to long. + 2024-02-02 Antoni Boucher <bouanto@zoho.com> * docs/topics/compatibility.rst (LIBGCCJIT_ABI_27): New ABI tag. |