https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118123

--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Mark Harmstone <maharmst...@gcc.gnu.org>:

https://gcc.gnu.org/g:0b63840e07132f727ca3fae1e0aa7255bacb8446

commit r15-6405-g0b63840e07132f727ca3fae1e0aa7255bacb8446
Author: Mark Harmstone <m...@harmstone.com>
Date:   Fri Dec 20 02:29:21 2024 +0000

    Fix compilation error in vmsdbgout_begin_block on VMS targets

    Commit 4ed189854eae ("Add block parameter to begin_block debug hook")
changed
    the definition of the begin_block function pointer to add another
parameter,
    but I missed a call in vmsdbgout_begin_block.

    Fixes bug #118123.

    gcc/
            * vmsdbgout.cc (vmsdbgout_begin_block): Fix compilation error.

Reply via email to