diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-12-08 00:17:45 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-12-08 00:17:45 +0000 |
commit | 4bc2d9f6cb1554bdd634f190c325c8d8e4046f42 (patch) | |
tree | 61d645493fc6deb7111e4876efe8a91e3663bff4 /gcc/jit | |
parent | 7d6512d102a5a4fb3939de95bce38d154512a19f (diff) | |
download | gcc-4bc2d9f6cb1554bdd634f190c325c8d8e4046f42.zip gcc-4bc2d9f6cb1554bdd634f190c325c8d8e4046f42.tar.gz gcc-4bc2d9f6cb1554bdd634f190c325c8d8e4046f42.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/jit')
-rw-r--r-- | gcc/jit/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/jit/ChangeLog b/gcc/jit/ChangeLog index 37012a1..ef10d78 100644 --- a/gcc/jit/ChangeLog +++ b/gcc/jit/ChangeLog @@ -1,3 +1,12 @@ +2022-12-07 Antoni Boucher <bouanto@zoho.com> + Guillaume Gomez <guillaume1.gomez@gmail.com> + + PR jit/107770 + * jit-playback.cc: Fix vector float comparison + * jit-playback.h: Update comparison function signature + * jit-recording.cc: Update call for "new_comparison" function + * jit-recording.h: Fix vector float comparison + 2022-11-20 Jeff Law <jlaw@ventanamicro.com> PR other/104044 |