[gcc/devel/omp/gcc-16] amdgcn: Fix missing comma from REG_CLASS_NAMES

Sandra Loosemore via Gcc-cvs <[email protected]>
Newsgroups gmane.comp.gcc.cvs
Message-ID <[email protected]>
https://gcc.gnu.org/g:8759b1e0ef0e1df5dd032e2af204460d268e1069

commit 8759b1e0ef0e1df5dd032e2af204460d268e1069
Author: Andrew Stubbs <[email protected]>
Date:   Thu Jun 11 13:24:20 2026 +0000

    amdgcn: Fix missing comma from REG_CLASS_NAMES
    
    There was a comma missing from Arsen's patch, but the only affect was in dump
    files so it wasn't immediately obvious.
    
    gcc/ChangeLog:
    
            * config/gcn/gcn.h (REG_CLASS_NAMES): Add missing comma.
    
    (cherry picked from commit 612a53a3754078e6bc7604e88513093c7062be0a)

Diff:
---
 gcc/config/gcn/gcn.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/gcn/gcn.h b/gcc/config/gcn/gcn.h
index f0c778372c59..c9e27193fb77 100644
--- a/gcc/config/gcn/gcn.h
+++ b/gcc/config/gcn/gcn.h
@@ -428,7 +428,7 @@ enum reg_class
    "EXECZ_CONDITIONAL_REG", \
    "ALL_CONDITIONAL_REGS",  \
    "EXEC_MASK_REG",	    \
-   "MEMORY_APERTURE_REGS"   \
+   "MEMORY_APERTURE_REGS",  \
    "SGPR_REGS",		    \
    "SGPR_EXEC_REGS",	    \
    "SGPR_VOP3A_SRC_REGS",   \
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.