From 57c7ec62ee0fbc33cacc5feb3e26d3ad4f765cdb Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Thu, 7 Oct 2021 00:16:24 +0000 Subject: Daily bump. --- libcpp/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'libcpp') diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 35f952d..3fca7fd 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,12 @@ +2021-10-06 Jakub Jelinek + + * init.c (lang_defaults): Implement P2334R1, enable elifdef for + -std=c++23 and -std=gnu++23. + * directives.c (_cpp_handle_directive): Support elifdef/elifndef if + either CPP_OPTION (pfile, elifdef) or !CPP_OPTION (pfile, std). + (do_elif): For older non-std modes if pedantic pedwarn about + #elifdef/#elifndef directives that change behavior. + 2021-09-01 Jakub Jelinek PR c++/100977 -- cgit v1.1