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

--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-10 branch has been updated by Jakub Jelinek
<ja...@gcc.gnu.org>:

https://gcc.gnu.org/g:14786c8bcec1b90901673f79a6c3ca449815fd9e

commit r10-9792-g14786c8bcec1b90901673f79a6c3ca449815fd9e
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Mon Apr 26 09:59:15 2021 +0200

    vmsdbgout: Remove useless register keywords

    register keyword was removed in C++17, and in vmsdbgout.c it served no
    useful purpose.

    2021-04-26  Jakub Jelinek  <ja...@redhat.com>

            PR debug/100255
            * vmsdbgout.c (ASM_OUTPUT_DEBUG_STRING, vmsdbgout_begin_block,
            vmsdbgout_end_block, lookup_filename, vmsdbgout_source_line):
Remove
            register keywords.

    (cherry picked from commit 297bfacdb448c0d29b8dfac2818350b90902bc75)

Reply via email to