]> gcc.gnu.org Git - gcc.git/commit
C++: Enable c++2b module mode [PR 99436]
authorNathan Sidwell <nathan@acm.org>
Mon, 8 Mar 2021 19:55:26 +0000 (11:55 -0800)
committerNathan Sidwell <nathan@acm.org>
Mon, 8 Mar 2021 19:58:00 +0000 (11:58 -0800)
commitbc56d27de97ecea813279ce5ba45b278dcccfe21
tree51a413c4ef8cda9316f6cda472c8a688e187d619
parent504450c708ca85fe41a09924630fec945bab913b
C++: Enable c++2b module mode [PR 99436]

This adds support for c++23 mode to modules, and enables such testing.

PR c++/99436
gcc/cp/
* name-lookup.c (get_cxx_dialect_name): Add cxx23.
gcc/testsuite/
* g++.dg/modules/modules.exp (MOD_STD_LIST): Add 2b.
gcc/cp/name-lookup.c
gcc/testsuite/g++.dg/modules/modules.exp
This page took 0.065877 seconds and 6 git commands to generate.