]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: Rename c2x-*, gnu2x-* tests to c23-*, gnu23-*
authorJoseph Myers <joseph@codesourcery.com>
Wed, 8 Nov 2023 00:15:22 +0000 (00:15 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 8 Nov 2023 00:21:07 +0000 (00:21 +0000)
Completing the move to refer to C23 in place of C2X, rename all tests
with "c2x" or "gnu2x" in their names to use "c23" or "gnu23" instead.
17 files in the testsuite that referred to such tests (or, in one
case, a generated .i file to be scanned) by those names are updated
for the renaming.

Bootstrapped with no regressions for x86_64-pc-linux-gnu.

gcc/testsuite/
* gcc.dg/atomic/c2x-stdatomic-lockfree-char8_t.c: Move to ...
* gcc.dg/atomic/c23-stdatomic-lockfree-char8_t.c: ... here.
* gcc.dg/atomic/c2x-stdatomic-var-init-1.c: Move to ...
* gcc.dg/atomic/c23-stdatomic-var-init-1.c: ... here.
* gcc.dg/atomic/gnu2x-stdatomic-lockfree-char8_t.c: Move to ...
* gcc.dg/atomic/gnu23-stdatomic-lockfree-char8_t.c: ... here.
Update reference to moved file.
* gcc.dg/c2x-align-1.c: Move to ...
* gcc.dg/c23-align-1.c: ... here.
* gcc.dg/c2x-align-6.c: Move to ...
* gcc.dg/c23-align-6.c: ... here.
* gcc.dg/c2x-attr-deprecated-1.c: Move to ...
* gcc.dg/c23-attr-deprecated-1.c: ... here.  Update reference to
moved file.
* gcc.dg/c2x-attr-deprecated-2.c: Move to ...
* gcc.dg/c23-attr-deprecated-2.c: ... here.
* gcc.dg/c2x-attr-deprecated-3.c: Move to ...
* gcc.dg/c23-attr-deprecated-3.c: ... here.
* gcc.dg/c2x-attr-deprecated-4.c: Move to ...
* gcc.dg/c23-attr-deprecated-4.c: ... here.
* gcc.dg/c2x-attr-fallthrough-1.c: Move to ...
* gcc.dg/c23-attr-fallthrough-1.c: ... here.
* gcc.dg/c2x-attr-fallthrough-2.c: Move to ...
* gcc.dg/c23-attr-fallthrough-2.c: ... here.
* gcc.dg/c2x-attr-fallthrough-3.c: Move to ...
* gcc.dg/c23-attr-fallthrough-3.c: ... here.
* gcc.dg/c2x-attr-fallthrough-4.c: Move to ...
* gcc.dg/c23-attr-fallthrough-4.c: ... here.
* gcc.dg/c2x-attr-fallthrough-5.c: Move to ...
* gcc.dg/c23-attr-fallthrough-5.c: ... here.
* gcc.dg/c2x-attr-fallthrough-6.c: Move to ...
* gcc.dg/c23-attr-fallthrough-6.c: ... here.
* gcc.dg/c2x-attr-maybe_unused-1.c: Move to ...
* gcc.dg/c23-attr-maybe_unused-1.c: ... here.
* gcc.dg/c2x-attr-maybe_unused-2.c: Move to ...
* gcc.dg/c23-attr-maybe_unused-2.c: ... here.
* gcc.dg/c2x-attr-maybe_unused-3.c: Move to ...
* gcc.dg/c23-attr-maybe_unused-3.c: ... here.
* gcc.dg/c2x-attr-maybe_unused-4.c: Move to ...
* gcc.dg/c23-attr-maybe_unused-4.c: ... here.
* gcc.dg/c2x-attr-nodiscard-1.c: Move to ...
* gcc.dg/c23-attr-nodiscard-1.c: ... here.
* gcc.dg/c2x-attr-nodiscard-2.c: Move to ...
* gcc.dg/c23-attr-nodiscard-2.c: ... here.
* gcc.dg/c2x-attr-nodiscard-3.c: Move to ...
* gcc.dg/c23-attr-nodiscard-3.c: ... here.
* gcc.dg/c2x-attr-nodiscard-4.c: Move to ...
* gcc.dg/c23-attr-nodiscard-4.c: ... here.
* gcc.dg/c2x-attr-noreturn-1.c: Move to ...
* gcc.dg/c23-attr-noreturn-1.c: ... here.
* gcc.dg/c2x-attr-noreturn-2.c: Move to ...
* gcc.dg/c23-attr-noreturn-2.c: ... here.
* gcc.dg/c2x-attr-noreturn-3.c: Move to ...
* gcc.dg/c23-attr-noreturn-3.c: ... here.
* gcc.dg/c2x-attr-syntax-1.c: Move to ...
* gcc.dg/c23-attr-syntax-1.c: ... here.
* gcc.dg/c2x-attr-syntax-2.c: Move to ...
* gcc.dg/c23-attr-syntax-2.c: ... here.
* gcc.dg/c2x-attr-syntax-3.c: Move to ...
* gcc.dg/c23-attr-syntax-3.c: ... here.
* gcc.dg/c2x-attr-syntax-4.c: Move to ...
* gcc.dg/c23-attr-syntax-4.c: ... here.
* gcc.dg/c2x-attr-syntax-5.c: Move to ...
* gcc.dg/c23-attr-syntax-5.c: ... here.
* gcc.dg/c2x-attr-syntax-6.c: Move to ...
* gcc.dg/c23-attr-syntax-6.c: ... here.
* gcc.dg/c2x-attr-syntax-7.c: Move to ...
* gcc.dg/c23-attr-syntax-7.c: ... here.
* gcc.dg/c2x-auto-1.c: Move to ...
* gcc.dg/c23-auto-1.c: ... here.
* gcc.dg/c2x-auto-2.c: Move to ...
* gcc.dg/c23-auto-2.c: ... here.
* gcc.dg/c2x-auto-3.c: Move to ...
* gcc.dg/c23-auto-3.c: ... here.
* gcc.dg/c2x-auto-4.c: Move to ...
* gcc.dg/c23-auto-4.c: ... here.
* gcc.dg/c2x-binary-constants-1.c: Move to ...
* gcc.dg/c23-binary-constants-1.c: ... here.
* gcc.dg/c2x-binary-constants-2.c: Move to ...
* gcc.dg/c23-binary-constants-2.c: ... here.
* gcc.dg/c2x-binary-constants-3.c: Move to ...
* gcc.dg/c23-binary-constants-3.c: ... here.
* gcc.dg/c2x-bool-1.c: Move to ...
* gcc.dg/c23-bool-1.c: ... here.
* gcc.dg/c2x-bool-2.c: Move to ...
* gcc.dg/c23-bool-2.c: ... here.
* gcc.dg/c2x-bool-limits-1.c: Move to ...
* gcc.dg/c23-bool-limits-1.c: ... here.
* gcc.dg/c2x-builtins-1.c: Move to ...
* gcc.dg/c23-builtins-1.c: ... here.
* gcc.dg/c2x-complit-1.c: Move to ...
* gcc.dg/c23-complit-1.c: ... here.
* gcc.dg/c2x-complit-2.c: Move to ...
* gcc.dg/c23-complit-2.c: ... here.
* gcc.dg/c2x-complit-3.c: Move to ...
* gcc.dg/c23-complit-3.c: ... here.
* gcc.dg/c2x-complit-4.c: Move to ...
* gcc.dg/c23-complit-4.c: ... here.
* gcc.dg/c2x-complit-5.c: Move to ...
* gcc.dg/c23-complit-5.c: ... here.
* gcc.dg/c2x-complit-6.c: Move to ...
* gcc.dg/c23-complit-6.c: ... here.
* gcc.dg/c2x-complit-7.c: Move to ...
* gcc.dg/c23-complit-7.c: ... here.
* gcc.dg/c2x-complit-8.c: Move to ...
* gcc.dg/c23-complit-8.c: ... here.
* gcc.dg/c2x-concat-1.c: Move to ...
* gcc.dg/c23-concat-1.c: ... here.
* gcc.dg/c2x-constexpr-1.c: Move to ...
* gcc.dg/c23-constexpr-1.c: ... here.
* gcc.dg/c2x-constexpr-2a.c: Move to ...
* gcc.dg/c23-constexpr-2a.c: ... here.  Update reference to moved
file.
* gcc.dg/c2x-constexpr-2b.c: Move to ...
* gcc.dg/c23-constexpr-2b.c: ... here.
* gcc.dg/c2x-constexpr-3.c: Move to ...
* gcc.dg/c23-constexpr-3.c: ... here.
* gcc.dg/c2x-constexpr-4.c: Move to ...
* gcc.dg/c23-constexpr-4.c: ... here.
* gcc.dg/c2x-constexpr-5.c: Move to ...
* gcc.dg/c23-constexpr-5.c: ... here.
* gcc.dg/c2x-constexpr-6.c: Move to ...
* gcc.dg/c23-constexpr-6.c: ... here.
* gcc.dg/c2x-constexpr-7.c: Move to ...
* gcc.dg/c23-constexpr-7.c: ... here.
* gcc.dg/c2x-constexpr-8.c: Move to ...
* gcc.dg/c23-constexpr-8.c: ... here.
* gcc.dg/c2x-constexpr-9.c: Move to ...
* gcc.dg/c23-constexpr-9.c: ... here.
* gcc.dg/c2x-digit-separators-1.c: Move to ...
* gcc.dg/c23-digit-separators-1.c: ... here.
* gcc.dg/c2x-digit-separators-2.c: Move to ...
* gcc.dg/c23-digit-separators-2.c: ... here.
* gcc.dg/c2x-digit-separators-3.c: Move to ...
* gcc.dg/c23-digit-separators-3.c: ... here.
* gcc.dg/c2x-empty-init-1.c: Move to ...
* gcc.dg/c23-empty-init-1.c: ... here.
* gcc.dg/c2x-empty-init-2.c: Move to ...
* gcc.dg/c23-empty-init-2.c: ... here.
* gcc.dg/c2x-empty-init-3.c: Move to ...
* gcc.dg/c23-empty-init-3.c: ... here.
* gcc.dg/c2x-enum-1.c: Move to ...
* gcc.dg/c23-enum-1.c: ... here.
* gcc.dg/c2x-enum-2.c: Move to ...
* gcc.dg/c23-enum-2.c: ... here.
* gcc.dg/c2x-enum-3.c: Move to ...
* gcc.dg/c23-enum-3.c: ... here.
* gcc.dg/c2x-enum-4.c: Move to ...
* gcc.dg/c23-enum-4.c: ... here.
* gcc.dg/c2x-enum-5.c: Move to ...
* gcc.dg/c23-enum-5.c: ... here.
* gcc.dg/c2x-enum-6.c: Move to ...
* gcc.dg/c23-enum-6.c: ... here.
* gcc.dg/c2x-enum-7.c: Move to ...
* gcc.dg/c23-enum-7.c: ... here.
* gcc.dg/c2x-enum-8.c: Move to ...
* gcc.dg/c23-enum-8.c: ... here.
* gcc.dg/c2x-float-1.c: Move to ...
* gcc.dg/c23-float-1.c: ... here.
* gcc.dg/c2x-float-10.c: Move to ...
* gcc.dg/c23-float-10.c: ... here.
* gcc.dg/c2x-float-11.c: Move to ...
* gcc.dg/c23-float-11.c: ... here.
* gcc.dg/c2x-float-12.c: Move to ...
* gcc.dg/c23-float-12.c: ... here.
* gcc.dg/c2x-float-13.c: Move to ...
* gcc.dg/c23-float-13.c: ... here.
* gcc.dg/c2x-float-2.c: Move to ...
* gcc.dg/c23-float-2.c: ... here.
* gcc.dg/c2x-float-3.c: Move to ...
* gcc.dg/c23-float-3.c: ... here.
* gcc.dg/c2x-float-4.c: Move to ...
* gcc.dg/c23-float-4.c: ... here.
* gcc.dg/c2x-float-5.c: Move to ...
* gcc.dg/c23-float-5.c: ... here.
* gcc.dg/c2x-float-6.c: Move to ...
* gcc.dg/c23-float-6.c: ... here.
* gcc.dg/c2x-float-7a.c: Move to ...
* gcc.dg/c23-float-7a.c: ... here.
* gcc.dg/c2x-float-7b.c: Move to ...
* gcc.dg/c23-float-7b.c: ... here.
* gcc.dg/c2x-float-7c.c: Move to ...
* gcc.dg/c23-float-7c.c: ... here.
* gcc.dg/c2x-float-8.c: Move to ...
* gcc.dg/c23-float-8.c: ... here.
* gcc.dg/c2x-float-9.c: Move to ...
* gcc.dg/c23-float-9.c: ... here.
* gcc.dg/c2x-float-no-dfp-1.c: Move to ...
* gcc.dg/c23-float-no-dfp-1.c: ... here.
* gcc.dg/c2x-float-no-dfp-2.c: Move to ...
* gcc.dg/c23-float-no-dfp-2.c: ... here.  Update reference to
moved file.
* gcc.dg/c2x-float-no-dfp-3.c: Move to ...
* gcc.dg/c23-float-no-dfp-3.c: ... here.
* gcc.dg/c2x-float-no-dfp-4.c: Move to ...
* gcc.dg/c23-float-no-dfp-4.c: ... here.  Update reference to
moved file.
* gcc.dg/c2x-floatn-1.c: Move to ...
* gcc.dg/c23-floatn-1.c: ... here.
* gcc.dg/c2x-floatn-2.c: Move to ...
* gcc.dg/c23-floatn-2.c: ... here.
* gcc.dg/c2x-floatn-3.c: Move to ...
* gcc.dg/c23-floatn-3.c: ... here.
* gcc.dg/c2x-floatn-4.c: Move to ...
* gcc.dg/c23-floatn-4.c: ... here.
* gcc.dg/c2x-floatn-5.c: Move to ...
* gcc.dg/c23-floatn-5.c: ... here.
* gcc.dg/c2x-floatn-6.c: Move to ...
* gcc.dg/c23-floatn-6.c: ... here.
* gcc.dg/c2x-floatn-7.c: Move to ...
* gcc.dg/c23-floatn-7.c: ... here.
* gcc.dg/c2x-floatn-8.c: Move to ...
* gcc.dg/c23-floatn-8.c: ... here.
* gcc.dg/c2x-fordecl-1.c: Move to ...
* gcc.dg/c23-fordecl-1.c: ... here.
* gcc.dg/c2x-fordecl-2.c: Move to ...
* gcc.dg/c23-fordecl-2.c: ... here.
* gcc.dg/c2x-fordecl-3.c: Move to ...
* gcc.dg/c23-fordecl-3.c: ... here.
* gcc.dg/c2x-fordecl-4.c: Move to ...
* gcc.dg/c23-fordecl-4.c: ... here.
* gcc.dg/c2x-has-c-attribute-1.c: Move to ...
* gcc.dg/c23-has-c-attribute-1.c: ... here.
* gcc.dg/c2x-has-c-attribute-2.c: Move to ...
* gcc.dg/c23-has-c-attribute-2.c: ... here.
* gcc.dg/c2x-has-c-attribute-3.c: Move to ...
* gcc.dg/c23-has-c-attribute-3.c: ... here.
* gcc.dg/c2x-has-c-attribute-4.c: Move to ...
* gcc.dg/c23-has-c-attribute-4.c: ... here.
* gcc.dg/c2x-labels-1.c: Move to ...
* gcc.dg/c23-labels-1.c: ... here.
* gcc.dg/c2x-labels-2.c: Move to ...
* gcc.dg/c23-labels-2.c: ... here.
* gcc.dg/c2x-labels-3.c: Move to ...
* gcc.dg/c23-labels-3.c: ... here.
* gcc.dg/c2x-limits-1.c: Move to ...
* gcc.dg/c23-limits-1.c: ... here.
* gcc.dg/c2x-no-dfp-1.c: Move to ...
* gcc.dg/c23-no-dfp-1.c: ... here.
* gcc.dg/c2x-nullptr-1.c: Move to ...
* gcc.dg/c23-nullptr-1.c: ... here.
* gcc.dg/c2x-nullptr-2.c: Move to ...
* gcc.dg/c23-nullptr-2.c: ... here.
* gcc.dg/c2x-nullptr-3.c: Move to ...
* gcc.dg/c23-nullptr-3.c: ... here.
* gcc.dg/c2x-nullptr-4.c: Move to ...
* gcc.dg/c23-nullptr-4.c: ... here.
* gcc.dg/c2x-nullptr-5.c: Move to ...
* gcc.dg/c23-nullptr-5.c: ... here.
* gcc.dg/c2x-nullptr-6.c: Move to ...
* gcc.dg/c23-nullptr-6.c: ... here.
* gcc.dg/c2x-old-style-definition-1.c: Move to ...
* gcc.dg/c23-old-style-definition-1.c: ... here.
* gcc.dg/c2x-old-style-definition-2.c: Move to ...
* gcc.dg/c23-old-style-definition-2.c: ... here.
* gcc.dg/c2x-old-style-definition-3.c: Move to ...
* gcc.dg/c23-old-style-definition-3.c: ... here.
* gcc.dg/c2x-old-style-definition-4.c: Move to ...
* gcc.dg/c23-old-style-definition-4.c: ... here.
* gcc.dg/c2x-old-style-definition-5.c: Move to ...
* gcc.dg/c23-old-style-definition-5.c: ... here.
* gcc.dg/c2x-old-style-definition-6.c: Move to ...
* gcc.dg/c23-old-style-definition-6.c: ... here.
* gcc.dg/c2x-parm-omit-1.c: Move to ...
* gcc.dg/c23-parm-omit-1.c: ... here.
* gcc.dg/c2x-parm-omit-2.c: Move to ...
* gcc.dg/c23-parm-omit-2.c: ... here.
* gcc.dg/c2x-parm-omit-3.c: Move to ...
* gcc.dg/c23-parm-omit-3.c: ... here.
* gcc.dg/c2x-parm-omit-4.c: Move to ...
* gcc.dg/c23-parm-omit-4.c: ... here.
* gcc.dg/c2x-qual-1.c: Move to ...
* gcc.dg/c23-qual-1.c: ... here.
* gcc.dg/c2x-qual-2.c: Move to ...
* gcc.dg/c23-qual-2.c: ... here.
* gcc.dg/c2x-qual-3.c: Move to ...
* gcc.dg/c23-qual-3.c: ... here.
* gcc.dg/c2x-qual-4.c: Move to ...
* gcc.dg/c23-qual-4.c: ... here.
* gcc.dg/c2x-qual-5.c: Move to ...
* gcc.dg/c23-qual-5.c: ... here.
* gcc.dg/c2x-qual-6.c: Move to ...
* gcc.dg/c23-qual-6.c: ... here.
* gcc.dg/c2x-qual-7.c: Move to ...
* gcc.dg/c23-qual-7.c: ... here.
* gcc.dg/c2x-static-assert-1.c: Move to ...
* gcc.dg/c23-static-assert-1.c: ... here.
* gcc.dg/c2x-static-assert-2.c: Move to ...
* gcc.dg/c23-static-assert-2.c: ... here.
* gcc.dg/c2x-static-assert-3.c: Move to ...
* gcc.dg/c23-static-assert-3.c: ... here.
* gcc.dg/c2x-static-assert-4.c: Move to ...
* gcc.dg/c23-static-assert-4.c: ... here.
* gcc.dg/c2x-stdarg-1.c: Move to ...
* gcc.dg/c23-stdarg-1.c: ... here.
* gcc.dg/c2x-stdarg-2.c: Move to ...
* gcc.dg/c23-stdarg-2.c: ... here.
* gcc.dg/c2x-stdarg-3.c: Move to ...
* gcc.dg/c23-stdarg-3.c: ... here.
* gcc.dg/c2x-stdarg-4.c: Move to ...
* gcc.dg/c23-stdarg-4.c: ... here.
* gcc.dg/c2x-stdarg-5.c: Move to ...
* gcc.dg/c23-stdarg-5.c: ... here.
* gcc.dg/c2x-stdatomic-1.c: Move to ...
* gcc.dg/c23-stdatomic-1.c: ... here.
* gcc.dg/c2x-stddef-1.c: Move to ...
* gcc.dg/c23-stddef-1.c: ... here.
* gcc.dg/c2x-stdint-1.c: Move to ...
* gcc.dg/c23-stdint-1.c: ... here.
* gcc.dg/c2x-thread-local-1.c: Move to ...
* gcc.dg/c23-thread-local-1.c: ... here.
* gcc.dg/c2x-thread-local-2.c: Move to ...
* gcc.dg/c23-thread-local-2.c: ... here.
* gcc.dg/c2x-typeof-1.c: Move to ...
* gcc.dg/c23-typeof-1.c: ... here.
* gcc.dg/c2x-typeof-2.c: Move to ...
* gcc.dg/c23-typeof-2.c: ... here.
* gcc.dg/c2x-typeof-3.c: Move to ...
* gcc.dg/c23-typeof-3.c: ... here.
* gcc.dg/c2x-unproto-1.c: Move to ...
* gcc.dg/c23-unproto-1.c: ... here.
* gcc.dg/c2x-unproto-2.c: Move to ...
* gcc.dg/c23-unproto-2.c: ... here.
* gcc.dg/c2x-unproto-3.c: Move to ...
* gcc.dg/c23-unproto-3.c: ... here.
* gcc.dg/c2x-unproto-4.c: Move to ...
* gcc.dg/c23-unproto-4.c: ... here.
* gcc.dg/c2x-unreachable-1.c: Move to ...
* gcc.dg/c23-unreachable-1.c: ... here.
* gcc.dg/c2x-utf8char-1.c: Move to ...
* gcc.dg/c23-utf8char-1.c: ... here.
* gcc.dg/c2x-utf8char-2.c: Move to ...
* gcc.dg/c23-utf8char-2.c: ... here.
* gcc.dg/c2x-utf8char-3.c: Move to ...
* gcc.dg/c23-utf8char-3.c: ... here.
* gcc.dg/c2x-utf8str-type.c: Move to ...
* gcc.dg/c23-utf8str-type.c: ... here.
* gcc.dg/c2x-utf8str.c: Move to ...
* gcc.dg/c23-utf8str.c: ... here.
* gcc.dg/cpp/c2x-elifdef-1.c: Move to ...
* gcc.dg/cpp/c23-elifdef-1.c: ... here.
* gcc.dg/cpp/c2x-elifdef-2.c: Move to ...
* gcc.dg/cpp/c23-elifdef-2.c: ... here.
* gcc.dg/cpp/c2x-scope-1.c: Move to ...
* gcc.dg/cpp/c23-scope-1.c: ... here.
* gcc.dg/cpp/c2x-scope-2.c: Move to ...
* gcc.dg/cpp/c23-scope-2.c: ... here.  Update reference to moved
file.
* gcc.dg/cpp/c2x-trigraphs-1.c: Move to ...
* gcc.dg/cpp/c23-trigraphs-1.c: ... here.
* gcc.dg/cpp/c2x-trigraphs-2.c: Move to ...
* gcc.dg/cpp/c23-trigraphs-2.c: ... here.
* gcc.dg/cpp/c2x-ucn-1.c: Move to ...
* gcc.dg/cpp/c23-ucn-1.c: ... here.
* gcc.dg/cpp/c2x-ucnid-1-utf8.c: Move to ...
* gcc.dg/cpp/c23-ucnid-1-utf8.c: ... here.
* gcc.dg/cpp/c2x-ucnid-1.c: Move to ...
* gcc.dg/cpp/c23-ucnid-1.c: ... here.
* gcc.dg/cpp/c2x-va-opt-1.c: Move to ...
* gcc.dg/cpp/c23-va-opt-1.c: ... here.
* gcc.dg/cpp/c2x-warning-1.c: Move to ...
* gcc.dg/cpp/c23-warning-1.c: ... here.
* gcc.dg/cpp/c2x-warning-2.c: Move to ...
* gcc.dg/cpp/c23-warning-2.c: ... here.
* gcc.dg/cpp/gnu2x-warning-1.c: Move to ...
* gcc.dg/cpp/gnu23-warning-1.c: ... here.
* gcc.dg/cpp/gnu2x-warning-2.c: Move to ...
* gcc.dg/cpp/gnu23-warning-2.c: ... here.
* gcc.dg/dfp/c2x-builtins-dfp-1.c: Move to ...
* gcc.dg/dfp/c23-builtins-dfp-1.c: ... here.
* gcc.dg/dfp/c2x-constants-1.c: Move to ...
* gcc.dg/dfp/c23-constants-1.c: ... here.
* gcc.dg/dfp/c2x-constants-2.c: Move to ...
* gcc.dg/dfp/c23-constants-2.c: ... here.
* gcc.dg/dfp/c2x-constexpr-dfp-1.c: Move to ...
* gcc.dg/dfp/c23-constexpr-dfp-1.c: ... here.
* gcc.dg/dfp/c2x-constexpr-dfp-2.c: Move to ...
* gcc.dg/dfp/c23-constexpr-dfp-2.c: ... here.
* gcc.dg/dfp/c2x-float-dfp-1.c: Move to ...
* gcc.dg/dfp/c23-float-dfp-1.c: ... here.
* gcc.dg/dfp/c2x-float-dfp-2.c: Move to ...
* gcc.dg/dfp/c23-float-dfp-2.c: ... here.  Update reference to
moved file.
* gcc.dg/dfp/c2x-float-dfp-3.c: Move to ...
* gcc.dg/dfp/c23-float-dfp-3.c: ... here.
* gcc.dg/dfp/c2x-float-dfp-4.c: Move to ...
* gcc.dg/dfp/c23-float-dfp-4.c: ... here.
* gcc.dg/dfp/c2x-float-dfp-5.c: Move to ...
* gcc.dg/dfp/c23-float-dfp-5.c: ... here.
* gcc.dg/dfp/c2x-float-dfp-6.c: Move to ...
* gcc.dg/dfp/c23-float-dfp-6.c: ... here.
* gcc.dg/dfp/c2x-float-dfp-7.c: Move to ...
* gcc.dg/dfp/c23-float-dfp-7.c: ... here.
* gcc.dg/dfp/c2x-float-dfp-8.c: Move to ...
* gcc.dg/dfp/c23-float-dfp-8.c: ... here.
* gcc.dg/dfp/c2x-keywords-1.c: Move to ...
* gcc.dg/dfp/c23-keywords-1.c: ... here.
* gcc.dg/dfp/c2x-keywords-2.c: Move to ...
* gcc.dg/dfp/c23-keywords-2.c: ... here.
* gcc.dg/format/c2x-dfp-printf-1.c: Move to ...
* gcc.dg/format/c23-dfp-printf-1.c: ... here.
* gcc.dg/format/c2x-dfp-scanf-1.c: Move to ...
* gcc.dg/format/c23-dfp-scanf-1.c: ... here.
* gcc.dg/format/c2x-printf-1.c: Move to ...
* gcc.dg/format/c23-printf-1.c: ... here.
* gcc.dg/format/c2x-scanf-1.c: Move to ...
* gcc.dg/format/c23-scanf-1.c: ... here.
* gcc.dg/format/c2x-strftime-1.c: Move to ...
* gcc.dg/format/c23-strftime-1.c: ... here.
* gcc.dg/gnu2x-attr-syntax-1.c: Move to ...
* gcc.dg/gnu23-attr-syntax-1.c: ... here.
* gcc.dg/gnu2x-attr-syntax-2.c: Move to ...
* gcc.dg/gnu23-attr-syntax-2.c: ... here.
* gcc.dg/gnu2x-attrs-1.c: Move to ...
* gcc.dg/gnu23-attrs-1.c: ... here.
* gcc.dg/gnu2x-attrs-2.c: Move to ...
* gcc.dg/gnu23-attrs-2.c: ... here.
* gcc.dg/gnu2x-auto-1.c: Move to ...
* gcc.dg/gnu23-auto-1.c: ... here.
* gcc.dg/gnu2x-builtins-no-dfp-1.c: Move to ...
* gcc.dg/gnu23-builtins-no-dfp-1.c: ... here.
* gcc.dg/gnu2x-complit-1.c: Move to ...
* gcc.dg/gnu23-complit-1.c: ... here.
* gcc.dg/gnu2x-complit-2.c: Move to ...
* gcc.dg/gnu23-complit-2.c: ... here.
* gcc.dg/gnu2x-constexpr-1.c: Move to ...
* gcc.dg/gnu23-constexpr-1.c: ... here.
* gcc.dg/gnu2x-empty-init-1.c: Move to ...
* gcc.dg/gnu23-empty-init-1.c: ... here.
* gcc.dg/gnu2x-empty-init-2.c: Move to ...
* gcc.dg/gnu23-empty-init-2.c: ... here.
* gcc.dg/gnu2x-enum-1.c: Move to ...
* gcc.dg/gnu23-enum-1.c: ... here.
* gcc.dg/gnu2x-static-assert-1.c: Move to ...
* gcc.dg/gnu23-static-assert-1.c: ... here.
* gcc.dg/gnu2x-stdarg-1.c: Move to ...
* gcc.dg/gnu23-stdarg-1.c: ... here.
* gcc.dg/gnu2x-typeof-1.c: Move to ...
* gcc.dg/gnu23-typeof-1.c: ... here.
* gcc.dg/gnu2x-utf8char-1.c: Move to ...
* gcc.dg/gnu23-utf8char-1.c: ... here.  Update reference to moved
file.
* gcc.dg/gnu2x-utf8str-type.c: Move to ...
* gcc.dg/gnu23-utf8str-type.c: ... here.  Update reference to
moved file.
* gcc.dg/gnu2x-utf8str.c: Move to ...
* gcc.dg/gnu23-utf8str.c: ... here.
* gcc.dg/torture/builtin-fp-int-inexact-c2x.c: Move to ...
* gcc.dg/torture/builtin-fp-int-inexact-c23.c: ... here.
* gcc.dg/torture/c2x-stdarg-split-1a.c: Move to ...
* gcc.dg/torture/c23-stdarg-split-1a.c: ... here.  Update
reference to moved file.
* gcc.dg/torture/c2x-stdarg-split-1b.c: Move to ...
* gcc.dg/torture/c23-stdarg-split-1b.c: ... here.
* objc.dg/attributes/gnu2x-attr-syntax-1.m: Move to ...
* objc.dg/attributes/gnu23-attr-syntax-1.m: ... here.  Update
reference to moved file.
* g++.dg/cpp/elifdef-2.C: Update reference to moved file.
* g++.dg/cpp/elifdef-4.C: Likewise.
* gcc.dg/c11-float-dfp-1.c: Likewise.
* gcc.dg/c11-float-dfp-2.c: Likewise.
* gcc.dg/cpp/gnu11-elifdef-1.c: Likewise.
* gcc.dg/dfp/ts18661-2-float-dfp-1.c: Likewise.

229 files changed:
gcc/testsuite/g++.dg/cpp/elifdef-2.C
gcc/testsuite/g++.dg/cpp/elifdef-4.C
gcc/testsuite/gcc.dg/atomic/c23-stdatomic-lockfree-char8_t.c [moved from gcc/testsuite/gcc.dg/atomic/c2x-stdatomic-lockfree-char8_t.c with 100% similarity]
gcc/testsuite/gcc.dg/atomic/c23-stdatomic-var-init-1.c [moved from gcc/testsuite/gcc.dg/atomic/c2x-stdatomic-var-init-1.c with 100% similarity]
gcc/testsuite/gcc.dg/atomic/gnu23-stdatomic-lockfree-char8_t.c [moved from gcc/testsuite/gcc.dg/atomic/gnu2x-stdatomic-lockfree-char8_t.c with 75% similarity]
gcc/testsuite/gcc.dg/c11-float-dfp-1.c
gcc/testsuite/gcc.dg/c11-float-dfp-2.c
gcc/testsuite/gcc.dg/c23-align-1.c [moved from gcc/testsuite/gcc.dg/c2x-align-1.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-align-6.c [moved from gcc/testsuite/gcc.dg/c2x-align-6.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-attr-deprecated-1.c [moved from gcc/testsuite/gcc.dg/c2x-attr-deprecated-1.c with 96% similarity]
gcc/testsuite/gcc.dg/c23-attr-deprecated-2.c [moved from gcc/testsuite/gcc.dg/c2x-attr-deprecated-2.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-attr-deprecated-3.c [moved from gcc/testsuite/gcc.dg/c2x-attr-deprecated-3.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-attr-deprecated-4.c [moved from gcc/testsuite/gcc.dg/c2x-attr-deprecated-4.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-attr-fallthrough-1.c [moved from gcc/testsuite/gcc.dg/c2x-attr-fallthrough-1.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-attr-fallthrough-2.c [moved from gcc/testsuite/gcc.dg/c2x-attr-fallthrough-2.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-attr-fallthrough-3.c [moved from gcc/testsuite/gcc.dg/c2x-attr-fallthrough-3.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-attr-fallthrough-4.c [moved from gcc/testsuite/gcc.dg/c2x-attr-fallthrough-4.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-attr-fallthrough-5.c [moved from gcc/testsuite/gcc.dg/c2x-attr-fallthrough-5.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-attr-fallthrough-6.c [moved from gcc/testsuite/gcc.dg/c2x-attr-fallthrough-6.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-attr-maybe_unused-1.c [moved from gcc/testsuite/gcc.dg/c2x-attr-maybe_unused-1.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-attr-maybe_unused-2.c [moved from gcc/testsuite/gcc.dg/c2x-attr-maybe_unused-2.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-attr-maybe_unused-3.c [moved from gcc/testsuite/gcc.dg/c2x-attr-maybe_unused-3.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-attr-maybe_unused-4.c [moved from gcc/testsuite/gcc.dg/c2x-attr-maybe_unused-4.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-attr-nodiscard-1.c [moved from gcc/testsuite/gcc.dg/c2x-attr-nodiscard-1.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-attr-nodiscard-2.c [moved from gcc/testsuite/gcc.dg/c2x-attr-nodiscard-2.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-attr-nodiscard-3.c [moved from gcc/testsuite/gcc.dg/c2x-attr-nodiscard-3.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-attr-nodiscard-4.c [moved from gcc/testsuite/gcc.dg/c2x-attr-nodiscard-4.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-attr-noreturn-1.c [moved from gcc/testsuite/gcc.dg/c2x-attr-noreturn-1.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-attr-noreturn-2.c [moved from gcc/testsuite/gcc.dg/c2x-attr-noreturn-2.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-attr-noreturn-3.c [moved from gcc/testsuite/gcc.dg/c2x-attr-noreturn-3.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-attr-syntax-1.c [moved from gcc/testsuite/gcc.dg/c2x-attr-syntax-1.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-attr-syntax-2.c [moved from gcc/testsuite/gcc.dg/c2x-attr-syntax-2.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-attr-syntax-3.c [moved from gcc/testsuite/gcc.dg/c2x-attr-syntax-3.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-attr-syntax-4.c [moved from gcc/testsuite/gcc.dg/c2x-attr-syntax-4.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-attr-syntax-5.c [moved from gcc/testsuite/gcc.dg/c2x-attr-syntax-5.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-attr-syntax-6.c [moved from gcc/testsuite/gcc.dg/c2x-attr-syntax-6.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-attr-syntax-7.c [moved from gcc/testsuite/gcc.dg/c2x-attr-syntax-7.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-auto-1.c [moved from gcc/testsuite/gcc.dg/c2x-auto-1.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-auto-2.c [moved from gcc/testsuite/gcc.dg/c2x-auto-2.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-auto-3.c [moved from gcc/testsuite/gcc.dg/c2x-auto-3.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-auto-4.c [moved from gcc/testsuite/gcc.dg/c2x-auto-4.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-binary-constants-1.c [moved from gcc/testsuite/gcc.dg/c2x-binary-constants-1.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-binary-constants-2.c [moved from gcc/testsuite/gcc.dg/c2x-binary-constants-2.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-binary-constants-3.c [moved from gcc/testsuite/gcc.dg/c2x-binary-constants-3.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-bool-1.c [moved from gcc/testsuite/gcc.dg/c2x-bool-1.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-bool-2.c [moved from gcc/testsuite/gcc.dg/c2x-bool-2.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-bool-limits-1.c [moved from gcc/testsuite/gcc.dg/c2x-bool-limits-1.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-builtins-1.c [moved from gcc/testsuite/gcc.dg/c2x-builtins-1.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-complit-1.c [moved from gcc/testsuite/gcc.dg/c2x-complit-1.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-complit-2.c [moved from gcc/testsuite/gcc.dg/c2x-complit-2.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-complit-3.c [moved from gcc/testsuite/gcc.dg/c2x-complit-3.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-complit-4.c [moved from gcc/testsuite/gcc.dg/c2x-complit-4.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-complit-5.c [moved from gcc/testsuite/gcc.dg/c2x-complit-5.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-complit-6.c [moved from gcc/testsuite/gcc.dg/c2x-complit-6.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-complit-7.c [moved from gcc/testsuite/gcc.dg/c2x-complit-7.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-complit-8.c [moved from gcc/testsuite/gcc.dg/c2x-complit-8.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-concat-1.c [moved from gcc/testsuite/gcc.dg/c2x-concat-1.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-constexpr-1.c [moved from gcc/testsuite/gcc.dg/c2x-constexpr-1.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-constexpr-2a.c [moved from gcc/testsuite/gcc.dg/c2x-constexpr-2a.c with 93% similarity]
gcc/testsuite/gcc.dg/c23-constexpr-2b.c [moved from gcc/testsuite/gcc.dg/c2x-constexpr-2b.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-constexpr-3.c [moved from gcc/testsuite/gcc.dg/c2x-constexpr-3.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-constexpr-4.c [moved from gcc/testsuite/gcc.dg/c2x-constexpr-4.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-constexpr-5.c [moved from gcc/testsuite/gcc.dg/c2x-constexpr-5.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-constexpr-6.c [moved from gcc/testsuite/gcc.dg/c2x-constexpr-6.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-constexpr-7.c [moved from gcc/testsuite/gcc.dg/c2x-constexpr-7.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-constexpr-8.c [moved from gcc/testsuite/gcc.dg/c2x-constexpr-8.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-constexpr-9.c [moved from gcc/testsuite/gcc.dg/c2x-constexpr-9.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-digit-separators-1.c [moved from gcc/testsuite/gcc.dg/c2x-digit-separators-1.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-digit-separators-2.c [moved from gcc/testsuite/gcc.dg/c2x-digit-separators-2.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-digit-separators-3.c [moved from gcc/testsuite/gcc.dg/c2x-digit-separators-3.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-empty-init-1.c [moved from gcc/testsuite/gcc.dg/c2x-empty-init-1.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-empty-init-2.c [moved from gcc/testsuite/gcc.dg/c2x-empty-init-2.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-empty-init-3.c [moved from gcc/testsuite/gcc.dg/c2x-empty-init-3.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-enum-1.c [moved from gcc/testsuite/gcc.dg/c2x-enum-1.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-enum-2.c [moved from gcc/testsuite/gcc.dg/c2x-enum-2.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-enum-3.c [moved from gcc/testsuite/gcc.dg/c2x-enum-3.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-enum-4.c [moved from gcc/testsuite/gcc.dg/c2x-enum-4.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-enum-5.c [moved from gcc/testsuite/gcc.dg/c2x-enum-5.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-enum-6.c [moved from gcc/testsuite/gcc.dg/c2x-enum-6.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-enum-7.c [moved from gcc/testsuite/gcc.dg/c2x-enum-7.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-enum-8.c [moved from gcc/testsuite/gcc.dg/c2x-enum-8.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-float-1.c [moved from gcc/testsuite/gcc.dg/c2x-float-1.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-float-10.c [moved from gcc/testsuite/gcc.dg/c2x-float-10.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-float-11.c [moved from gcc/testsuite/gcc.dg/c2x-float-11.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-float-12.c [moved from gcc/testsuite/gcc.dg/c2x-float-12.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-float-13.c [moved from gcc/testsuite/gcc.dg/c2x-float-13.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-float-2.c [moved from gcc/testsuite/gcc.dg/c2x-float-2.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-float-3.c [moved from gcc/testsuite/gcc.dg/c2x-float-3.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-float-4.c [moved from gcc/testsuite/gcc.dg/c2x-float-4.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-float-5.c [moved from gcc/testsuite/gcc.dg/c2x-float-5.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-float-6.c [moved from gcc/testsuite/gcc.dg/c2x-float-6.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-float-7a.c [moved from gcc/testsuite/gcc.dg/c2x-float-7a.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-float-7b.c [moved from gcc/testsuite/gcc.dg/c2x-float-7b.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-float-7c.c [moved from gcc/testsuite/gcc.dg/c2x-float-7c.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-float-8.c [moved from gcc/testsuite/gcc.dg/c2x-float-8.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-float-9.c [moved from gcc/testsuite/gcc.dg/c2x-float-9.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-float-no-dfp-1.c [moved from gcc/testsuite/gcc.dg/c2x-float-no-dfp-1.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-float-no-dfp-2.c [moved from gcc/testsuite/gcc.dg/c2x-float-no-dfp-2.c with 88% similarity]
gcc/testsuite/gcc.dg/c23-float-no-dfp-3.c [moved from gcc/testsuite/gcc.dg/c2x-float-no-dfp-3.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-float-no-dfp-4.c [moved from gcc/testsuite/gcc.dg/c2x-float-no-dfp-4.c with 89% similarity]
gcc/testsuite/gcc.dg/c23-floatn-1.c [moved from gcc/testsuite/gcc.dg/c2x-floatn-1.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-floatn-2.c [moved from gcc/testsuite/gcc.dg/c2x-floatn-2.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-floatn-3.c [moved from gcc/testsuite/gcc.dg/c2x-floatn-3.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-floatn-4.c [moved from gcc/testsuite/gcc.dg/c2x-floatn-4.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-floatn-5.c [moved from gcc/testsuite/gcc.dg/c2x-floatn-5.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-floatn-6.c [moved from gcc/testsuite/gcc.dg/c2x-floatn-6.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-floatn-7.c [moved from gcc/testsuite/gcc.dg/c2x-floatn-7.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-floatn-8.c [moved from gcc/testsuite/gcc.dg/c2x-floatn-8.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-fordecl-1.c [moved from gcc/testsuite/gcc.dg/c2x-fordecl-1.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-fordecl-2.c [moved from gcc/testsuite/gcc.dg/c2x-fordecl-2.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-fordecl-3.c [moved from gcc/testsuite/gcc.dg/c2x-fordecl-3.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-fordecl-4.c [moved from gcc/testsuite/gcc.dg/c2x-fordecl-4.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-has-c-attribute-1.c [moved from gcc/testsuite/gcc.dg/c2x-has-c-attribute-1.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-has-c-attribute-2.c [moved from gcc/testsuite/gcc.dg/c2x-has-c-attribute-2.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-has-c-attribute-3.c [moved from gcc/testsuite/gcc.dg/c2x-has-c-attribute-3.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-has-c-attribute-4.c [moved from gcc/testsuite/gcc.dg/c2x-has-c-attribute-4.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-labels-1.c [moved from gcc/testsuite/gcc.dg/c2x-labels-1.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-labels-2.c [moved from gcc/testsuite/gcc.dg/c2x-labels-2.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-labels-3.c [moved from gcc/testsuite/gcc.dg/c2x-labels-3.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-limits-1.c [moved from gcc/testsuite/gcc.dg/c2x-limits-1.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-no-dfp-1.c [moved from gcc/testsuite/gcc.dg/c2x-no-dfp-1.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-nullptr-1.c [moved from gcc/testsuite/gcc.dg/c2x-nullptr-1.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-nullptr-2.c [moved from gcc/testsuite/gcc.dg/c2x-nullptr-2.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-nullptr-3.c [moved from gcc/testsuite/gcc.dg/c2x-nullptr-3.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-nullptr-4.c [moved from gcc/testsuite/gcc.dg/c2x-nullptr-4.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-nullptr-5.c [moved from gcc/testsuite/gcc.dg/c2x-nullptr-5.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-nullptr-6.c [moved from gcc/testsuite/gcc.dg/c2x-nullptr-6.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-old-style-definition-1.c [moved from gcc/testsuite/gcc.dg/c2x-old-style-definition-1.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-old-style-definition-2.c [moved from gcc/testsuite/gcc.dg/c2x-old-style-definition-2.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-old-style-definition-3.c [moved from gcc/testsuite/gcc.dg/c2x-old-style-definition-3.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-old-style-definition-4.c [moved from gcc/testsuite/gcc.dg/c2x-old-style-definition-4.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-old-style-definition-5.c [moved from gcc/testsuite/gcc.dg/c2x-old-style-definition-5.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-old-style-definition-6.c [moved from gcc/testsuite/gcc.dg/c2x-old-style-definition-6.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-parm-omit-1.c [moved from gcc/testsuite/gcc.dg/c2x-parm-omit-1.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-parm-omit-2.c [moved from gcc/testsuite/gcc.dg/c2x-parm-omit-2.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-parm-omit-3.c [moved from gcc/testsuite/gcc.dg/c2x-parm-omit-3.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-parm-omit-4.c [moved from gcc/testsuite/gcc.dg/c2x-parm-omit-4.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-qual-1.c [moved from gcc/testsuite/gcc.dg/c2x-qual-1.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-qual-2.c [moved from gcc/testsuite/gcc.dg/c2x-qual-2.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-qual-3.c [moved from gcc/testsuite/gcc.dg/c2x-qual-3.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-qual-4.c [moved from gcc/testsuite/gcc.dg/c2x-qual-4.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-qual-5.c [moved from gcc/testsuite/gcc.dg/c2x-qual-5.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-qual-6.c [moved from gcc/testsuite/gcc.dg/c2x-qual-6.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-qual-7.c [moved from gcc/testsuite/gcc.dg/c2x-qual-7.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-static-assert-1.c [moved from gcc/testsuite/gcc.dg/c2x-static-assert-1.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-static-assert-2.c [moved from gcc/testsuite/gcc.dg/c2x-static-assert-2.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-static-assert-3.c [moved from gcc/testsuite/gcc.dg/c2x-static-assert-3.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-static-assert-4.c [moved from gcc/testsuite/gcc.dg/c2x-static-assert-4.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-stdarg-1.c [moved from gcc/testsuite/gcc.dg/c2x-stdarg-1.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-stdarg-2.c [moved from gcc/testsuite/gcc.dg/c2x-stdarg-2.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-stdarg-3.c [moved from gcc/testsuite/gcc.dg/c2x-stdarg-3.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-stdarg-4.c [moved from gcc/testsuite/gcc.dg/c2x-stdarg-4.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-stdarg-5.c [moved from gcc/testsuite/gcc.dg/c2x-stdarg-5.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-stdatomic-1.c [moved from gcc/testsuite/gcc.dg/c2x-stdatomic-1.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-stddef-1.c [moved from gcc/testsuite/gcc.dg/c2x-stddef-1.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-stdint-1.c [moved from gcc/testsuite/gcc.dg/c2x-stdint-1.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-thread-local-1.c [moved from gcc/testsuite/gcc.dg/c2x-thread-local-1.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-thread-local-2.c [moved from gcc/testsuite/gcc.dg/c2x-thread-local-2.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-typeof-1.c [moved from gcc/testsuite/gcc.dg/c2x-typeof-1.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-typeof-2.c [moved from gcc/testsuite/gcc.dg/c2x-typeof-2.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-typeof-3.c [moved from gcc/testsuite/gcc.dg/c2x-typeof-3.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-unproto-1.c [moved from gcc/testsuite/gcc.dg/c2x-unproto-1.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-unproto-2.c [moved from gcc/testsuite/gcc.dg/c2x-unproto-2.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-unproto-3.c [moved from gcc/testsuite/gcc.dg/c2x-unproto-3.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-unproto-4.c [moved from gcc/testsuite/gcc.dg/c2x-unproto-4.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-unreachable-1.c [moved from gcc/testsuite/gcc.dg/c2x-unreachable-1.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-utf8char-1.c [moved from gcc/testsuite/gcc.dg/c2x-utf8char-1.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-utf8char-2.c [moved from gcc/testsuite/gcc.dg/c2x-utf8char-2.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-utf8char-3.c [moved from gcc/testsuite/gcc.dg/c2x-utf8char-3.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-utf8str-type.c [moved from gcc/testsuite/gcc.dg/c2x-utf8str-type.c with 100% similarity]
gcc/testsuite/gcc.dg/c23-utf8str.c [moved from gcc/testsuite/gcc.dg/c2x-utf8str.c with 100% similarity]
gcc/testsuite/gcc.dg/cpp/c23-elifdef-1.c [moved from gcc/testsuite/gcc.dg/cpp/c2x-elifdef-1.c with 100% similarity]
gcc/testsuite/gcc.dg/cpp/c23-elifdef-2.c [moved from gcc/testsuite/gcc.dg/cpp/c2x-elifdef-2.c with 100% similarity]
gcc/testsuite/gcc.dg/cpp/c23-scope-1.c [moved from gcc/testsuite/gcc.dg/cpp/c2x-scope-1.c with 100% similarity]
gcc/testsuite/gcc.dg/cpp/c23-scope-2.c [moved from gcc/testsuite/gcc.dg/cpp/c2x-scope-2.c with 82% similarity]
gcc/testsuite/gcc.dg/cpp/c23-trigraphs-1.c [moved from gcc/testsuite/gcc.dg/cpp/c2x-trigraphs-1.c with 100% similarity]
gcc/testsuite/gcc.dg/cpp/c23-trigraphs-2.c [moved from gcc/testsuite/gcc.dg/cpp/c2x-trigraphs-2.c with 100% similarity]
gcc/testsuite/gcc.dg/cpp/c23-ucn-1.c [moved from gcc/testsuite/gcc.dg/cpp/c2x-ucn-1.c with 100% similarity]
gcc/testsuite/gcc.dg/cpp/c23-ucnid-1-utf8.c [moved from gcc/testsuite/gcc.dg/cpp/c2x-ucnid-1-utf8.c with 100% similarity]
gcc/testsuite/gcc.dg/cpp/c23-ucnid-1.c [moved from gcc/testsuite/gcc.dg/cpp/c2x-ucnid-1.c with 100% similarity]
gcc/testsuite/gcc.dg/cpp/c23-va-opt-1.c [moved from gcc/testsuite/gcc.dg/cpp/c2x-va-opt-1.c with 100% similarity]
gcc/testsuite/gcc.dg/cpp/c23-warning-1.c [moved from gcc/testsuite/gcc.dg/cpp/c2x-warning-1.c with 100% similarity]
gcc/testsuite/gcc.dg/cpp/c23-warning-2.c [moved from gcc/testsuite/gcc.dg/cpp/c2x-warning-2.c with 100% similarity]
gcc/testsuite/gcc.dg/cpp/gnu11-elifdef-1.c
gcc/testsuite/gcc.dg/cpp/gnu23-warning-1.c [moved from gcc/testsuite/gcc.dg/cpp/gnu2x-warning-1.c with 100% similarity]
gcc/testsuite/gcc.dg/cpp/gnu23-warning-2.c [moved from gcc/testsuite/gcc.dg/cpp/gnu2x-warning-2.c with 100% similarity]
gcc/testsuite/gcc.dg/dfp/c23-builtins-dfp-1.c [moved from gcc/testsuite/gcc.dg/dfp/c2x-builtins-dfp-1.c with 100% similarity]
gcc/testsuite/gcc.dg/dfp/c23-constants-1.c [moved from gcc/testsuite/gcc.dg/dfp/c2x-constants-1.c with 100% similarity]
gcc/testsuite/gcc.dg/dfp/c23-constants-2.c [moved from gcc/testsuite/gcc.dg/dfp/c2x-constants-2.c with 100% similarity]
gcc/testsuite/gcc.dg/dfp/c23-constexpr-dfp-1.c [moved from gcc/testsuite/gcc.dg/dfp/c2x-constexpr-dfp-1.c with 100% similarity]
gcc/testsuite/gcc.dg/dfp/c23-constexpr-dfp-2.c [moved from gcc/testsuite/gcc.dg/dfp/c2x-constexpr-dfp-2.c with 100% similarity]
gcc/testsuite/gcc.dg/dfp/c23-float-dfp-1.c [moved from gcc/testsuite/gcc.dg/dfp/c2x-float-dfp-1.c with 100% similarity]
gcc/testsuite/gcc.dg/dfp/c23-float-dfp-2.c [moved from gcc/testsuite/gcc.dg/dfp/c2x-float-dfp-2.c with 88% similarity]
gcc/testsuite/gcc.dg/dfp/c23-float-dfp-3.c [moved from gcc/testsuite/gcc.dg/dfp/c2x-float-dfp-3.c with 100% similarity]
gcc/testsuite/gcc.dg/dfp/c23-float-dfp-4.c [moved from gcc/testsuite/gcc.dg/dfp/c2x-float-dfp-4.c with 100% similarity]
gcc/testsuite/gcc.dg/dfp/c23-float-dfp-5.c [moved from gcc/testsuite/gcc.dg/dfp/c2x-float-dfp-5.c with 100% similarity]
gcc/testsuite/gcc.dg/dfp/c23-float-dfp-6.c [moved from gcc/testsuite/gcc.dg/dfp/c2x-float-dfp-6.c with 100% similarity]
gcc/testsuite/gcc.dg/dfp/c23-float-dfp-7.c [moved from gcc/testsuite/gcc.dg/dfp/c2x-float-dfp-7.c with 100% similarity]
gcc/testsuite/gcc.dg/dfp/c23-float-dfp-8.c [moved from gcc/testsuite/gcc.dg/dfp/c2x-float-dfp-8.c with 100% similarity]
gcc/testsuite/gcc.dg/dfp/c23-keywords-1.c [moved from gcc/testsuite/gcc.dg/dfp/c2x-keywords-1.c with 100% similarity]
gcc/testsuite/gcc.dg/dfp/c23-keywords-2.c [moved from gcc/testsuite/gcc.dg/dfp/c2x-keywords-2.c with 100% similarity]
gcc/testsuite/gcc.dg/dfp/ts18661-2-float-dfp-1.c
gcc/testsuite/gcc.dg/format/c23-dfp-printf-1.c [moved from gcc/testsuite/gcc.dg/format/c2x-dfp-printf-1.c with 100% similarity]
gcc/testsuite/gcc.dg/format/c23-dfp-scanf-1.c [moved from gcc/testsuite/gcc.dg/format/c2x-dfp-scanf-1.c with 100% similarity]
gcc/testsuite/gcc.dg/format/c23-printf-1.c [moved from gcc/testsuite/gcc.dg/format/c2x-printf-1.c with 100% similarity]
gcc/testsuite/gcc.dg/format/c23-scanf-1.c [moved from gcc/testsuite/gcc.dg/format/c2x-scanf-1.c with 100% similarity]
gcc/testsuite/gcc.dg/format/c23-strftime-1.c [moved from gcc/testsuite/gcc.dg/format/c2x-strftime-1.c with 100% similarity]
gcc/testsuite/gcc.dg/gnu23-attr-syntax-1.c [moved from gcc/testsuite/gcc.dg/gnu2x-attr-syntax-1.c with 100% similarity]
gcc/testsuite/gcc.dg/gnu23-attr-syntax-2.c [moved from gcc/testsuite/gcc.dg/gnu2x-attr-syntax-2.c with 100% similarity]
gcc/testsuite/gcc.dg/gnu23-attrs-1.c [moved from gcc/testsuite/gcc.dg/gnu2x-attrs-1.c with 100% similarity]
gcc/testsuite/gcc.dg/gnu23-attrs-2.c [moved from gcc/testsuite/gcc.dg/gnu2x-attrs-2.c with 100% similarity]
gcc/testsuite/gcc.dg/gnu23-auto-1.c [moved from gcc/testsuite/gcc.dg/gnu2x-auto-1.c with 100% similarity]
gcc/testsuite/gcc.dg/gnu23-builtins-no-dfp-1.c [moved from gcc/testsuite/gcc.dg/gnu2x-builtins-no-dfp-1.c with 100% similarity]
gcc/testsuite/gcc.dg/gnu23-complit-1.c [moved from gcc/testsuite/gcc.dg/gnu2x-complit-1.c with 100% similarity]
gcc/testsuite/gcc.dg/gnu23-complit-2.c [moved from gcc/testsuite/gcc.dg/gnu2x-complit-2.c with 100% similarity]
gcc/testsuite/gcc.dg/gnu23-constexpr-1.c [moved from gcc/testsuite/gcc.dg/gnu2x-constexpr-1.c with 100% similarity]
gcc/testsuite/gcc.dg/gnu23-empty-init-1.c [moved from gcc/testsuite/gcc.dg/gnu2x-empty-init-1.c with 100% similarity]
gcc/testsuite/gcc.dg/gnu23-empty-init-2.c [moved from gcc/testsuite/gcc.dg/gnu2x-empty-init-2.c with 100% similarity]
gcc/testsuite/gcc.dg/gnu23-enum-1.c [moved from gcc/testsuite/gcc.dg/gnu2x-enum-1.c with 100% similarity]
gcc/testsuite/gcc.dg/gnu23-static-assert-1.c [moved from gcc/testsuite/gcc.dg/gnu2x-static-assert-1.c with 100% similarity]
gcc/testsuite/gcc.dg/gnu23-stdarg-1.c [moved from gcc/testsuite/gcc.dg/gnu2x-stdarg-1.c with 100% similarity]
gcc/testsuite/gcc.dg/gnu23-typeof-1.c [moved from gcc/testsuite/gcc.dg/gnu2x-typeof-1.c with 100% similarity]
gcc/testsuite/gcc.dg/gnu23-utf8char-1.c [moved from gcc/testsuite/gcc.dg/gnu2x-utf8char-1.c with 81% similarity]
gcc/testsuite/gcc.dg/gnu23-utf8str-type.c [moved from gcc/testsuite/gcc.dg/gnu2x-utf8str-type.c with 79% similarity]
gcc/testsuite/gcc.dg/gnu23-utf8str.c [moved from gcc/testsuite/gcc.dg/gnu2x-utf8str.c with 100% similarity]
gcc/testsuite/gcc.dg/torture/builtin-fp-int-inexact-c23.c [moved from gcc/testsuite/gcc.dg/torture/builtin-fp-int-inexact-c2x.c with 100% similarity]
gcc/testsuite/gcc.dg/torture/c23-stdarg-split-1a.c [moved from gcc/testsuite/gcc.dg/torture/c2x-stdarg-split-1a.c with 95% similarity]
gcc/testsuite/gcc.dg/torture/c23-stdarg-split-1b.c [moved from gcc/testsuite/gcc.dg/torture/c2x-stdarg-split-1b.c with 100% similarity]
gcc/testsuite/objc.dg/attributes/gnu23-attr-syntax-1.m [moved from gcc/testsuite/objc.dg/attributes/gnu2x-attr-syntax-1.m with 74% similarity]

index 64082710fdefd6cbea02e7009064371a80e4cd73..7b339a41e498575348848853b93786b82083fd8d 100644 (file)
@@ -1,4 +1,4 @@
 // P2334R1
 // { dg-do preprocess { target c++23 } }
 
-#include "../../gcc.dg/cpp/c2x-elifdef-1.c"
+#include "../../gcc.dg/cpp/c23-elifdef-1.c"
index 08edf583fa588dc8fbffe6bd1a9593ff4295e073..21599ae12b30a63dadf5a5be53965bc5c428dab3 100644 (file)
@@ -2,4 +2,4 @@
 // { dg-do preprocess }
 // { dg-options "" }
 
-#include "../../gcc.dg/cpp/c2x-elifdef-1.c"
+#include "../../gcc.dg/cpp/c23-elifdef-1.c"
similarity index 75%
rename from gcc/testsuite/gcc.dg/atomic/gnu2x-stdatomic-lockfree-char8_t.c
rename to gcc/testsuite/gcc.dg/atomic/gnu23-stdatomic-lockfree-char8_t.c
index 0d99b069ee9b9ebb34acc9c6adf8b5b71e438373..5fb03cc84fe1201eb9be7e3c1bccaf5806df3f6f 100644 (file)
@@ -2,4 +2,4 @@
 /* { dg-do run } */
 /* { dg-options "-std=gnu23 -pedantic-errors" } */
 
-#include "c2x-stdatomic-lockfree-char8_t.c"
+#include "c23-stdatomic-lockfree-char8_t.c"
index 8d86b1bf2383106985baec085e42d85f350dd4ae..1ff84b5a6b8dd7eaab5e1cc6d58d42f1de3ecad3 100644 (file)
@@ -2,4 +2,4 @@
 /* { dg-do compile } */
 /* { dg-options "-std=c11" } */
 
-#include "c2x-float-no-dfp-1.c"
+#include "c23-float-no-dfp-1.c"
index e63ebbcb0f26f0101528de69991dd738df5e8c95..aa2e9d0ddfab220b92254796e10d7bb03646301f 100644 (file)
@@ -3,4 +3,4 @@
 /* { dg-do compile } */
 /* { dg-options "-std=c11" } */
 
-#include "c2x-float-no-dfp-3.c"
+#include "c23-float-no-dfp-3.c"
similarity index 96%
rename from gcc/testsuite/gcc.dg/c2x-attr-deprecated-1.c
rename to gcc/testsuite/gcc.dg/c23-attr-deprecated-1.c
index 932336a1684299b59b95c28d698fbb0ec94e55e2..c1a578083b8a15ae328b034bd1c60b9f3ef73189 100644 (file)
@@ -2,7 +2,7 @@
 /* { dg-do compile } */
 /* { dg-options "-std=c23 -pedantic-errors" } */
 
-/* Similar to tests from gnu2x-attrs-1.c, but using the standard
+/* Similar to tests from gnu23-attrs-1.c, but using the standard
    attribute instead of gnu::deprecated, and sometimes using
    __deprecated__ or a string-literal argument.  */
 
similarity index 93%
rename from gcc/testsuite/gcc.dg/c2x-constexpr-2a.c
rename to gcc/testsuite/gcc.dg/c23-constexpr-2a.c
index 0989df48d56b2098018045cec8835b628336e767..a08097a126bd8ea07c9c266fb5c0b59d234b4c27 100644 (file)
@@ -1,7 +1,7 @@
 /* Test C23 constexpr.  Valid code, execution test.  */
 /* { dg-do link } */
 /* { dg-options "-std=c23 -pedantic-errors" } */
-/* { dg-additional-sources "c2x-constexpr-2b.c" } */
+/* { dg-additional-sources "c23-constexpr-2b.c" } */
 
 extern void abort (void);
 extern void exit (int);
similarity index 88%
rename from gcc/testsuite/gcc.dg/c2x-float-no-dfp-2.c
rename to gcc/testsuite/gcc.dg/c23-float-no-dfp-2.c
index 25a2a97cca6497515bfc1a0233cd8fbe9315cab0..bfe54d72720418ace51507bff6df3ec8a5e31220 100644 (file)
@@ -6,4 +6,4 @@
 #define __STDC_WANT_DEC_FP__
 #define __STDC_WANT_IEC_60559_DFP_EXT__
 
-#include "c2x-float-no-dfp-1.c"
+#include "c23-float-no-dfp-1.c"
similarity index 89%
rename from gcc/testsuite/gcc.dg/c2x-float-no-dfp-4.c
rename to gcc/testsuite/gcc.dg/c23-float-no-dfp-4.c
index 8518c0a6e822e0e70eb537d435c7825341d0089e..270dd3176e043ba5634bbbb34e2962b6a03a7435 100644 (file)
@@ -7,4 +7,4 @@
 #define __STDC_WANT_DEC_FP__
 #define __STDC_WANT_IEC_60559_DFP_EXT__
 
-#include "c2x-float-no-dfp-3.c"
+#include "c23-float-no-dfp-3.c"
similarity index 82%
rename from gcc/testsuite/gcc.dg/cpp/c2x-scope-2.c
rename to gcc/testsuite/gcc.dg/cpp/c23-scope-2.c
index a372b56fed4f9de0502ccd2bd3964d53c896542c..1304221535df68e3519e70a36403a0e38b1fb2bc 100644 (file)
@@ -8,4 +8,4 @@
 /* This must have a space inserted between the two ':' tokens in
    preprocessed output.  */
 TEST()COLON()COLON()TEST()
-/* { dg-final { scan-file c2x-scope-2.i "ABC: :ABC" } } */
+/* { dg-final { scan-file c23-scope-2.i "ABC: :ABC" } } */
index efcfbc932706ebaca936ca08322340319a54902a..706ed0f48f6aab1121e0eb75bf5fc23af20315b0 100644 (file)
@@ -2,4 +2,4 @@
 /* { dg-do preprocess } */
 /* { dg-options "-std=gnu11" } */
 
-#include "c2x-elifdef-1.c"
+#include "c23-elifdef-1.c"
similarity index 88%
rename from gcc/testsuite/gcc.dg/dfp/c2x-float-dfp-2.c
rename to gcc/testsuite/gcc.dg/dfp/c23-float-dfp-2.c
index 1b3e69361c89f6dc6f82b5b28e08137cdac42eb6..96e8515a68b5b2a1b90658dd22a45054f736cbfa 100644 (file)
@@ -5,4 +5,4 @@
 
 #define __STDC_WANT_IEC_60559_DFP_EXT__
 
-#include "c2x-float-dfp-1.c"
+#include "c23-float-dfp-1.c"
index e43ecac20682cc7d61e37b485f6a1ebc6de908e0..6a4052389980b1dbbba7bd626bd73e3dff0ff1f8 100644 (file)
@@ -5,4 +5,4 @@
 
 #define __STDC_WANT_IEC_60559_DFP_EXT__
 
-#include "c2x-float-dfp-1.c"
+#include "c23-float-dfp-1.c"
similarity index 81%
rename from gcc/testsuite/gcc.dg/gnu2x-utf8char-1.c
rename to gcc/testsuite/gcc.dg/gnu23-utf8char-1.c
index 206ff233e99e1cccfde081c3a4d5ddb5a88416ae..f5e13491d45ed67959844fd2f522bcd5ab8fa692 100644 (file)
@@ -2,4 +2,4 @@
 /* { dg-do compile } */
 /* { dg-options "-std=gnu23" } */
 
-#include "c2x-utf8char-1.c"
+#include "c23-utf8char-1.c"
similarity index 79%
rename from gcc/testsuite/gcc.dg/gnu2x-utf8str-type.c
rename to gcc/testsuite/gcc.dg/gnu23-utf8str-type.c
index 7b5ccb02bcd631494c8c6b2f18871cf86e82bffb..95440e385b292a5f430d4ac4fb660cba8551e38d 100644 (file)
@@ -2,4 +2,4 @@
 /* { dg-do compile } */
 /* { dg-options "-std=gnu23" } */
 
-#include "c2x-utf8str-type.c"
+#include "c23-utf8str-type.c"
similarity index 95%
rename from gcc/testsuite/gcc.dg/torture/c2x-stdarg-split-1a.c
rename to gcc/testsuite/gcc.dg/torture/c23-stdarg-split-1a.c
index d67f147dd2bd66cd1be16bf3e790fc78a57d4c84..2dff79235b28506b6534a3c24c94612beb80205d 100644 (file)
@@ -3,7 +3,7 @@
    between source files.  */
 /* { dg-do run } */
 /* { dg-options "-std=c23 -pedantic-errors" } */
-/* { dg-additional-sources "c2x-stdarg-split-1b.c" } */
+/* { dg-additional-sources "c23-stdarg-split-1b.c" } */
 
 extern void abort (void);
 extern void exit (int);
similarity index 74%
rename from gcc/testsuite/objc.dg/attributes/gnu2x-attr-syntax-1.m
rename to gcc/testsuite/objc.dg/attributes/gnu23-attr-syntax-1.m
index dedd53cdb059dbd788048305cf3563a38f2be43b..d72d83aabc678e26a764e699c1a573696dd24ed9 100644 (file)
@@ -2,4 +2,4 @@
 /* { dg-do compile } */
 /* { dg-options "-std=gnu23" } */
 
-#include "../../gcc.dg/c2x-attr-syntax-1.c"
+#include "../../gcc.dg/c23-attr-syntax-1.c"