]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/c-family/ChangeLog
Implement P0732R2, class types in non-type template parameters.
[thirdparty/gcc.git] / gcc / c-family / ChangeLog
index 6199db74f8a8094f0305eab57ef133939784a348..fbafb9da2fb00b0152708b270a9eb8c4f554b655 100644 (file)
@@ -1,3 +1,31 @@
+2018-10-19  Jason Merrill  <jason@redhat.com>
+
+       * c-cppbuiltin.c (c_cpp_builtins): Add
+       __cpp_nontype_template_parameter_class.
+
+2018-10-31  Nathan Sidwell  <nathan@acm.org>
+
+       * c-opts.c (c_finish_options): Force command line macro
+       location.  Refactor to avoid repeating main debug hook.
+       (push_command_line_include): Clarify comment.
+
+       * c-opts.c (c_finish_options): Adjust cpp_force_token_locations call.
+
+2018-10-30  Martin Sebor  <msebor@redhat.com>
+
+       PR middle-end/87041
+       * c-format.c (check_format_types): Avoid diagnosing null pointer
+       arguments to printf-family of functions.
+
+2018-10-30  Marek Polacek  <polacek@redhat.com>
+
+       Implement P0892R2, explicit(bool).
+       * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_explicit_bool.
+
+2018-10-29  David Malcolm  <dmalcolm@redhat.com>
+
+       * name-hint.h (name_hint::take_deferred): New member function.
+
 2018-10-29  David Malcolm  <dmalcolm@redhat.com>
 
        PR c++/56856