public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] c++: Fix up -fcontracts option description [PR108890]
@ 2023-02-23 10:26 Jakub Jelinek
  2023-02-23 14:17 ` Marek Polacek
  2023-02-27 23:21 ` Jason Merrill
  0 siblings, 2 replies; 3+ messages in thread
From: Jakub Jelinek @ 2023-02-23 10:26 UTC (permalink / raw)
  To: Jason Merrill; +Cc: gcc-patches

Hi!

This translation PR mentioned the description is a little bit weird.

Ok for trunk?

2023-02-23  Jakub Jelinek  <jakub@redhat.com>

	PR translation/108890
	* c.opt (fcontracts): Fix description.

--- gcc/c-family/c.opt.jj	2023-02-01 10:19:42.637146215 +0100
+++ gcc/c-family/c.opt	2023-02-23 10:25:06.084085718 +0100
@@ -1689,7 +1689,7 @@ C++ ObjC++ Joined RejectNegative Host_Wi
 
 fcontracts
 C++ ObjC++ Var(flag_contracts) Init(0)
-Enable certain features present drafts of C++ Contracts.
+Enable certain features present in drafts of C++ Contracts.
 
 Enum
 Name(on_off) Type(int) UnknownError(argument %qs must be either %<on%> or %<off%>)

	Jakub


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] c++: Fix up -fcontracts option description [PR108890]
  2023-02-23 10:26 [PATCH] c++: Fix up -fcontracts option description [PR108890] Jakub Jelinek
@ 2023-02-23 14:17 ` Marek Polacek
  2023-02-27 23:21 ` Jason Merrill
  1 sibling, 0 replies; 3+ messages in thread
From: Marek Polacek @ 2023-02-23 14:17 UTC (permalink / raw)
  To: Jakub Jelinek; +Cc: Jason Merrill, gcc-patches

On Thu, Feb 23, 2023 at 11:26:27AM +0100, Jakub Jelinek via Gcc-patches wrote:
> Hi!
> 
> This translation PR mentioned the description is a little bit weird.
> 
> Ok for trunk?

I think this is OK...
 
> 2023-02-23  Jakub Jelinek  <jakub@redhat.com>
> 
> 	PR translation/108890
> 	* c.opt (fcontracts): Fix description.
> 
> --- gcc/c-family/c.opt.jj	2023-02-01 10:19:42.637146215 +0100
> +++ gcc/c-family/c.opt	2023-02-23 10:25:06.084085718 +0100
> @@ -1689,7 +1689,7 @@ C++ ObjC++ Joined RejectNegative Host_Wi
>  
>  fcontracts
>  C++ ObjC++ Var(flag_contracts) Init(0)
> -Enable certain features present drafts of C++ Contracts.
> +Enable certain features present in drafts of C++ Contracts.
>  
>  Enum
>  Name(on_off) Type(int) UnknownError(argument %qs must be either %<on%> or %<off%>)
> 
> 	Jakub
> 

Marek


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] c++: Fix up -fcontracts option description [PR108890]
  2023-02-23 10:26 [PATCH] c++: Fix up -fcontracts option description [PR108890] Jakub Jelinek
  2023-02-23 14:17 ` Marek Polacek
@ 2023-02-27 23:21 ` Jason Merrill
  1 sibling, 0 replies; 3+ messages in thread
From: Jason Merrill @ 2023-02-27 23:21 UTC (permalink / raw)
  To: Jakub Jelinek; +Cc: gcc-patches

On 2/23/23 05:26, Jakub Jelinek wrote:
> Hi!
> 
> This translation PR mentioned the description is a little bit weird.
> 
> Ok for trunk?

OK.

> 2023-02-23  Jakub Jelinek  <jakub@redhat.com>
> 
> 	PR translation/108890
> 	* c.opt (fcontracts): Fix description.
> 
> --- gcc/c-family/c.opt.jj	2023-02-01 10:19:42.637146215 +0100
> +++ gcc/c-family/c.opt	2023-02-23 10:25:06.084085718 +0100
> @@ -1689,7 +1689,7 @@ C++ ObjC++ Joined RejectNegative Host_Wi
>   
>   fcontracts
>   C++ ObjC++ Var(flag_contracts) Init(0)
> -Enable certain features present drafts of C++ Contracts.
> +Enable certain features present in drafts of C++ Contracts.
>   
>   Enum
>   Name(on_off) Type(int) UnknownError(argument %qs must be either %<on%> or %<off%>)
> 
> 	Jakub
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-02-27 23:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-23 10:26 [PATCH] c++: Fix up -fcontracts option description [PR108890] Jakub Jelinek
2023-02-23 14:17 ` Marek Polacek
2023-02-27 23:21 ` Jason Merrill

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).