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

            Bug ID: 118123
           Summary: [15 Regression] Some vms crosscompilers don't build
                    since r15-5823-g4ed189854eae2d
           Product: gcc
           Version: 15.0
            Status: UNCONFIRMED
          Keywords: build
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: pheeck at gcc dot gnu.org
                CC: mark at harmstone dot com
  Target Milestone: ---
              Host: x86_64-linux
            Target: alpha-dec-vms, alpha64-dec-vms

If I try to build with --target=alpha-dec-vms, alpha64-dec-vms or ia64-hp-vms
(although that target is obsolete, I think), I run into this error:

/home/fkastl/gcc/src/gcc/vmsdbgout.cc:1237:39: error: too few arguments to
function
 1237 |     (*dwarf2_debug_hooks.begin_block) (line, blocknum);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~

This started with r15-5823-g4ed189854eae2d

Author: Mark Harmstone <m...@harmstone.com>
Date:   Mon Oct 28 22:32:29 2024 +0000
Commit:     Mark Harmstone <m...@harmstone.com>
CommitDate: Sat Nov 30 14:53:41 2024 +0000

    Add block parameter to begin_block debug hook

Cc-ing Mark.  Btw Mark, you aren't in the MAINTAINERS file.  You should add
yourself to the Write After Approval section.

Reply via email to