diff options
Diffstat (limited to 'gcc/cp/lex.c')
-rw-r--r-- | gcc/cp/lex.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cp/lex.c b/gcc/cp/lex.c index a142410..f81c17b 100644 --- a/gcc/cp/lex.c +++ b/gcc/cp/lex.c @@ -174,6 +174,8 @@ init_reswords (void) if (cxx_dialect < cxx11) mask |= D_CXX11; + if (!flag_concepts) + mask |= D_CXX_CONCEPTS; if (flag_no_asm) mask |= D_ASM | D_EXT; if (flag_no_gnu_keywords) |