]> git.ipfire.org Git - thirdparty/gcc.git/commit
jit: add "final override" to diagnostic sink [PR116613]
authorDavid Malcolm <dmalcolm@redhat.com>
Thu, 13 Feb 2025 23:10:47 +0000 (18:10 -0500)
committerDavid Malcolm <dmalcolm@redhat.com>
Thu, 13 Feb 2025 23:10:47 +0000 (18:10 -0500)
commit6ac313525a1faecb9f39a0ba3240f7a9ead91dcc
tree9e3a6f13bf501f9800c06f828ab76bfb4bf12663
parenta134dcd8a010744a0097d190f73a4efc2e381531
jit: add "final override" to diagnostic sink [PR116613]

I added class jit_diagnostic_listener in r15-4760-g0b73e9382ab51c
but forgot to annotate one of the vfuncs with "override".

Fixed thusly.

gcc/jit/ChangeLog:
PR other/116613
* dummy-frontend.cc
(jit_diagnostic_listener::on_report_diagnostic): Add
"final override".

Signed-off-by: David Malcolm <dmalcolm@redhat.com>
gcc/jit/dummy-frontend.cc