Rename c2x / gnu2x tests to c23 / gnu23
commit83d8d289b295406e30bc8a079286b093d552c3a5
authorJoseph Myers <josmyers@redhat.com>
Thu, 1 Feb 2024 17:55:57 +0000 (1 17:55 +0000)
committerJoseph Myers <josmyers@redhat.com>
Thu, 1 Feb 2024 17:55:57 +0000 (1 17:55 +0000)
treece6dfd0900446539437d31ea7bf32b44f2169a9e
parentc62b6265a641aaec4b0fa1b3fe622c2edf9c3821
Rename c2x / gnu2x tests to c23 / gnu23

Complete the internal renaming from "C2X" and related names in GCC by
renaming *-c2x and *-gnu2x tests to *-c23 and *-gnu23.

Tested for x86_64, and with build-many-glibcs.py for powerpc64le.
24 files changed:
stdio-common/Makefile
stdio-common/tst-scanf-binary-c23.c [moved from stdio-common/tst-scanf-binary-c2x.c with 100% similarity]
stdlib/Makefile
stdlib/tst-strtol-binary-c23.c [moved from stdlib/tst-strtol-binary-c2x.c with 100% similarity]
stdlib/tst-strtol-binary-gnu23.c [moved from stdlib/tst-strtol-binary-gnu2x.c with 100% similarity]
sysdeps/ieee754/ldbl-128ibm-compat/Makefile
sysdeps/ieee754/ldbl-128ibm-compat/tst-ibm128-scanf-binary-c23.c [new file with mode: 0644]
sysdeps/ieee754/ldbl-128ibm-compat/tst-ibm128-scanf-binary-c2x.c [deleted file]
sysdeps/ieee754/ldbl-128ibm-compat/tst-ibm128-wscanf-binary-c23.c [new file with mode: 0644]
sysdeps/ieee754/ldbl-128ibm-compat/tst-ibm128-wscanf-binary-c2x.c [deleted file]
sysdeps/ieee754/ldbl-128ibm-compat/tst-ieee128-scanf-binary-c23.c [new file with mode: 0644]
sysdeps/ieee754/ldbl-128ibm-compat/tst-ieee128-scanf-binary-c2x.c [deleted file]
sysdeps/ieee754/ldbl-128ibm-compat/tst-ieee128-wscanf-binary-c23.c [new file with mode: 0644]
sysdeps/ieee754/ldbl-128ibm-compat/tst-ieee128-wscanf-binary-c2x.c [deleted file]
sysdeps/ieee754/ldbl-opt/Makefile
sysdeps/ieee754/ldbl-opt/tst-nldbl-scanf-binary-c23.c [new file with mode: 0644]
sysdeps/ieee754/ldbl-opt/tst-nldbl-scanf-binary-c2x.c [deleted file]
sysdeps/ieee754/ldbl-opt/tst-nldbl-wscanf-binary-c23.c [new file with mode: 0644]
sysdeps/ieee754/ldbl-opt/tst-nldbl-wscanf-binary-c2x.c [deleted file]
sysdeps/powerpc/powerpc64/le/Makefile
wcsmbs/Makefile
wcsmbs/tst-wcstol-binary-c23.c [moved from wcsmbs/tst-wcstol-binary-c2x.c with 100% similarity]
wcsmbs/tst-wcstol-binary-gnu23.c [moved from wcsmbs/tst-wcstol-binary-gnu2x.c with 100% similarity]
wcsmbs/tst-wscanf-binary-c23.c [moved from wcsmbs/tst-wscanf-binary-c2x.c with 100% similarity]