On 11/23/20 5:19 PM, Joseph Myers wrote:
On Mon, 23 Nov 2020, Martin Liška wrote:
On 10/18/18 1:59 AM, Joseph Myers wrote:
- || strcmp (language_string, "GNU C17") == 0)
+ || strcmp (language_string, "GNU C17") == 0
+ || strcmp (language_string, "GNU C2X"))
Hello Joseph.
Shouldn't this hunk be '|| strcmp (language_string, "GNU C2X") == 0' ?
Yes.
All right, I pushed that as 2a93fa478533908acd4595e6c1dd32885183260c.
Thanks,
Martin
(There is a question of at what point we decide to assume that C2X will be
published on the schedule approved by ISO processes and change references
to refer to C23 and add all the corresponding option names referring to
C23.)