]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ChangeLog: Fix ChangeLog entry.
authorUros Bizjak <uros@gcc.gnu.org>
Tue, 15 Nov 2016 15:43:40 +0000 (16:43 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Tue, 15 Nov 2016 15:43:40 +0000 (16:43 +0100)
* gcc/ChangeLog: Fix ChangeLog entry.
* gcc/c/ChangeLog: Ditto.
* gcc/c-family/ChangeLog: Ditto.
* gcc/cp/ChangeLog: Ditto.

From-SVN: r242429

gcc/ChangeLog
gcc/c-family/ChangeLog
gcc/c/ChangeLog
gcc/cp/ChangeLog

index 1bc0f809858f4ae83f0667fadabaa067f27961a8..1e8475fe2fcf21280dc7ec81227cabfb116a7413 100644 (file)
        * doc/invoke.texi: Document Wrestrict.
        * pretty-print.c (pp_format): Add case for "Z" specifier.
        (test_pp_format): Test "Z" specifier.
-c-family/
-       * c-common.h (warn_for_restrict): Declare.
-       * c-warn.c: Include gcc-rich-location.h.
-       (warn_for_restrict): New function.
-       * c-format.c (gcc_tdiag_char_table): Add entry for "Z" specifier.
-       (gcc_cdiag_char_table): Likewise.
-       (gcc_cxxdiag_char_table): Likewise.
-       * c.opt (Wrestrict): New option.
-c/
-       * c-parser.c (c_parser_postfix_expression_after_primary): Call
-       warn_for_restrict.
-cp/
-       * parser.c (cp_parser_postfix_pexpression): Call warn_for_restrict.
 
 2016-11-13  Eric Botcazou  <ebotcazou@adacore.com>
 
index cb1b35c86e5f6f2cb147e003eba3a6d397abb83b..382606fa72cffc05d95a0d2ea45c7dc587e7e512 100644 (file)
@@ -9,6 +9,17 @@
        * c-common.h (enum rid): Add RID_GIMPLE, RID_PHI.
        * c.opt (fgimple): New option.
 
+2016-11-13  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
+
+       PR c/35503
+       * c-common.h (warn_for_restrict): Declare.
+       * c-warn.c: Include gcc-rich-location.h.
+       (warn_for_restrict): New function.
+       * c-format.c (gcc_tdiag_char_table): Add entry for "Z" specifier.
+       (gcc_cdiag_char_table): Likewise.
+       (gcc_cxxdiag_char_table): Likewise.
+       * c.opt (Wrestrict): New option.
+
 2016-11-13  Eric Botcazou  <ebotcazou@adacore.com>
 
        * c-ada-spec.c (print_ada_declaration): For typedef declarations, look
 
 2014-03-08  Paulo Matos  <paulo@matos-sorge.com>
 
-    * c.opt: Enable LTO FE for fshort-double.
+       * c.opt: Enable LTO FE for fshort-double.
 
 2014-03-07  Jason Merrill  <jason@redhat.com>
 
index 1cb30e719bff6a392c767503bcf385ce889e1118..e7b1b3ceb178c710db62fcc5e6b638b3c6af24b3 100644 (file)
@@ -1,6 +1,6 @@
 2016-11-14  Prasad Ghangal  <prasad.ghangal@gmail.com>
            Richard Biener  <rguenther@suse.de>
-    
+
        * Make-lang.in (C_AND_OBJC_OBJS): Add gimple-parser.o.
        * config-lang.in (gtfiles): Add c/c-parser.h.
        * c-tree.h (enum c_declspec_word): Add cdw_gimple.
        * gimple-parser.c: New file.
        * gimple-parser.h: Likewise.
 
+2016-11-13  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
+
+       PR c/35503
+       * c-parser.c (c_parser_postfix_expression_after_primary): Call
+       warn_for_restrict.
+
 2016-09-11  Le-Chun Wu  <lcwu@google.com>
            Mark Wielaard  <mjw@redhat.com>
 
index e8de0c9c991466dbf8c38563eed1a0cfa6b55b65..cdac3ce8aa1e5bc4bf7e958225ca944fcf30c70e 100644 (file)
        * semantics.c (perform_koenig_lookup): Don't wrap an error in
        TEMPLATE_ID_EXPR.
 
+2016-11-13  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
+
+       PR c/35503
+       * parser.c (cp_parser_postfix_pexpression): Call warn_for_restrict.
+
 2016-11-12  Jason Merrill  <jason@redhat.com>
 
        CWG 2233