]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/c-family/c-cppbuiltin.cc
Correct date value of the __cpp_size_t_suffix macro.
authoremsr <3dw4rd@verizon.net>
Thu, 4 Feb 2021 16:41:29 +0000 (11:41 -0500)
committeremsr <3dw4rd@verizon.net>
Thu, 4 Feb 2021 19:10:18 +0000 (14:10 -0500)
commit26fd3bf75b52c743b2c94802957c4f7379da7258
tree7bf4cf9af55bfdd9aa442fea4b4943654a275212
parente91f9da57928ab10e2206c64ce490477d3b46ec1
Correct date value of the __cpp_size_t_suffix macro.

The value of __cpp_size_t_suffix is 202011 not 202006.

gcc/c-family/ChangeLog:

* c-cppbuiltin.c (c_cpp_builtins): __cpp_size_t_suffix=202011L.

gcc/testsuite/ChangeLog:

* g++.dg/cpp23/feat-cxx2b.C: __cpp_size_t_suffix == 202011.
gcc/c-family/c-cppbuiltin.c
gcc/testsuite/g++.dg/cpp23/feat-cxx2b.C