On Wed, 20 Nov 2024, Jakub Jelinek wrote:

> --- gcc/c-family/c.opt.jj     2024-11-20 14:45:02.092732924 +0100
> +++ gcc/c-family/c.opt        2024-11-20 17:08:03.230401954 +0100
> @@ -2609,7 +2609,7 @@ Conform to the ISO 2017 C standard (publ
>  
>  std=c23
>  C ObjC
> -Conform to the ISO 2023 C standard draft (expected to be published in 2024).
> +Conform to the ISO 2023 C standard draft (published in 2024).

This should not say "draft".

> @@ -2711,7 +2711,7 @@ Conform to the ISO 2017 C standard (publ
>  
>  std=gnu23
>  C ObjC
> -Conform to the ISO 2023 C standard draft (expected to be published in 2024) 
> with GNU extensions.
> +Conform to the ISO 2023 C standard draft (published in 2024) with GNU 
> extensions.

Likewise.

> @@ -2767,7 +2767,7 @@ Conform to the ISO 2017 C standard (publ
>  
>  std=iso9899:2024
>  C ObjC Alias(std=c23)
> -Conform to the ISO 2023 C standard draft (expected to be published in 2024).
> +Conform to the ISO 2023 C standard draft (published in 2024).

Likewise.

OK with those fixes.

-- 
Joseph S. Myers
josmy...@redhat.com

Reply via email to