Re: [PATCH] Fix compilation error in vmsdbgout_begin_block on VMS targets

2024-12-20 Thread Richard Biener
> Am 20.12.2024 um 04:04 schrieb Mark Harmstone : > > 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. Ok > gcc/

[PATCH] Fix compilation error in vmsdbgout_begin_block on VMS targets

2024-12-19 Thread Mark Harmstone
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. -