]> git.ipfire.org Git - thirdparty/gcc.git/commit
c: Do not document C23 support as experimental and incomplete
authorJoseph Myers <josmyers@redhat.com>
Wed, 30 Oct 2024 18:50:11 +0000 (18:50 +0000)
committerJoseph Myers <josmyers@redhat.com>
Wed, 30 Oct 2024 18:50:11 +0000 (18:50 +0000)
commit857145bf9a2168c8037820148b8894fbd74a823b
tree3db4945736dddc289e167a30c586b39032bd4c58
parentaad9de322774c25e80f3ade6ecd96f45b62bf40a
c: Do not document C23 support as experimental and incomplete

Since C23 support is substantially feature-complete, update
documentation to no longer refer to it as experimental and incomplete.

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

gcc/
* doc/cpp.texi (__STDC_VERSION__): Do not refer to C23 support as
experimental.
* doc/invoke.texi (std=c23, std=gnu23): Do not document as
experimental and incomplete.
* doc/standards.texi: Do not refer to C23 support as experimental
and incomplete.

gcc/c-family/
* c.opt (std=c23, std=gnu23, std=iso9899:2024): Do not mark as
experimental and incomplete.
gcc/c-family/c.opt
gcc/doc/cpp.texi
gcc/doc/invoke.texi
gcc/doc/standards.texi