From 30afe5e7638cb4233692978365e4ceb4f8d2dc84 Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Fri, 19 Aug 2022 00:16:27 +0000 Subject: Daily bump. --- libcpp/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'libcpp') diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index ac99688..6b51584 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,13 @@ +2022-08-18 Joseph Myers + + * include/cpplib.h (struct cpp_options): Add warning_directive. + * init.cc (struct lang_flags, lang_defaults): Add + warning_directive. + * directives.cc (DIRECTIVE_TABLE): Mark #warning as STDC2X not + EXTENSION. + (directive_diagnostics): Diagnose #warning with -Wc11-c2x-compat, + or with -pedantic for a standard not supporting #warning. + 2022-08-16 Tom Honermann PR c++/106423 -- cgit v1.1