diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-10-30 00:19:35 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-10-30 00:19:35 +0000 |
commit | 17643e5a6808f4a7161a7aa9234a4999b74f6b1a (patch) | |
tree | a10f951d2241db026069ace032365843b094c5d2 /gcc/jit | |
parent | 220e0570f0861c1fd531ef0b309692deb2509a67 (diff) | |
download | gcc-17643e5a6808f4a7161a7aa9234a4999b74f6b1a.zip gcc-17643e5a6808f4a7161a7aa9234a4999b74f6b1a.tar.gz gcc-17643e5a6808f4a7161a7aa9234a4999b74f6b1a.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/jit')
-rw-r--r-- | gcc/jit/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gcc/jit/ChangeLog b/gcc/jit/ChangeLog index 0c3e84d..d317f73 100644 --- a/gcc/jit/ChangeLog +++ b/gcc/jit/ChangeLog @@ -1,3 +1,18 @@ +2024-10-29 David Malcolm <dmalcolm@redhat.com> + + PR other/116613 + * dummy-frontend.cc: Include "make-unique.h". + (class jit_diagnostic_listener): New. + (jit_begin_diagnostic): Update comment. + (jit_end_diagnostic): Drop call to add_diagnostic. + (jit_langhook_init): Set the output format to a new + jit_diagnostic_listener. + * jit-playback.cc (playback::context::add_diagnostic): Add "text" + param and use that rather than trying to get the text from a + pretty_printer. + * jit-playback.h (playback::context::add_diagnostic): Add "text" + param. + 2024-10-25 Jakub Jelinek <jakub@redhat.com> * docs/examples/tut04-toyvm/toyvm.cc: Remove trailing whitespace. |