Fix up ChangeLog for rev. 229155.
authorMartin Sebor <msebor@gcc.gnu.org>
Thu, 22 Oct 2015 20:57:00 +0000 (14:57 -0600)
committerMartin Sebor <msebor@gcc.gnu.org>
Thu, 22 Oct 2015 20:57:00 +0000 (14:57 -0600)
From-SVN: r229195

gcc/ChangeLog
gcc/ada/ChangeLog
gcc/c-family/ChangeLog
gcc/fortran/ChangeLog

index bc0183b5efe7ecb5a15c633e886439161d92afc3..85c23fda9c1f662d4860d37e8c748e2420699822 100644 (file)
        documented.  Mention when using an option is diagnosed.
        * gcc.c (display_help): End each sentence with a period.
 
-       * ada/gcc-interface/lang.opt: End each sentence that describes
-       an option with a period.
-       * c-family/c.opt: Same.
-       * common.opt: Same.
+       * common.opt: End each sentence that describes an option with
+       a period.
        * config/aarch64/aarch64.opt: Same.
        * config/alpha/alpha.opt: Same.
        * config/arc/arc.opt: Same.
        * config/vms/vms.opt: Same.
        * config/vxworks.opt: Same.
        * config/xtensa/xtensa.opt: Same.
-       * fortran/lang.opt: Same.
 
 2015-10-21  Aditya Kumar  <aditya.k7@samsung.com>
            Sebastian Pop  <s.pop@samsung.com>
index 26dee605557f36f820aee72ef8cb27c209edbfd9..d99878892379d100848f23b32e8abe72d164e44d 100644 (file)
@@ -6,6 +6,12 @@
        * gcc-interface/utils2.c (build_binary_op, build_unary_op): Use
        gcc_checking_assert
 
+2015-10-21  Martin Sebor  <msebor@redhat.com>
+
+       PR driver/68043
+       * gcc-interface/lang.opt: End each sentence that describes
+       an option with a period.
+
 2015-10-20  Yannick Moy  <moy@adacore.com>
 
        * fmap.adb, a-cihama.adb, sem_ch5.adb, make.adb, inline.adb,
        * gcc-interface/trans.c : Likewise.
        * gcc-interface/utils.c : Likewise.
        * gcc-interface/utils2.c : Likewise.
-       
+
 2015-06-08  John Marino  <gnugcc@marino.st>
 
        * a-intnam-dragonfly.ads: New.
 
 2015-01-07  Tristan Gingold  <gingold@adacore.com>
 
-       PR ada/64349  
+       PR ada/64349
        * env.c (__gnat_environ): Adjust for darwin9/darwin10.
 
 2015-01-07  Javier Miranda  <miranda@adacore.com>
index 46fb924e501ca460347ab4bfbd0e622091252ad1..f2beefdd5c4004adf20f9978c415146e8ed39a93 100644 (file)
@@ -1,3 +1,8 @@
+2015-10-21  Martin Sebor  <msebor@redhat.com>
+
+       PR driver/68043
+       * c.opt: End each sentence that describes an option with a period.
+
 2015-10-20  Marek Polacek  <polacek@redhat.com>
 
        * array-notation-common.c (is_cilkplus_vector_p): Define.
        (c_alignof_expr): Likewise.
        * c-pretty-print.c (c_pretty_printer::postfix_expression): Likewise.
        * c-ubsan.c (ubsan_instrument_bounds): Likewise.
-       * cilk.c (create_parm_list): Likewise. 
+       * cilk.c (create_parm_list): Likewise.
 
 2015-06-26  Marek Polacek  <polacek@redhat.com>
 
        STACK_GROWS_DOWNWARD rather than if it is defined.
 
 2015-05-21  Manuel López-Ibáñez  <manu@gcc.gnu.org>
-       
+
        PR c/52952
        * c-format.c (location_column_from_byte_offset): New.
        (location_from_offset): New.
 2015-01-21  Jakub Jelinek  <jakub@redhat.com>
 
        PR c/63307
-       * cilk.c (fill_decls_vec): Only put decls into vector v.                                                                                   
+       * cilk.c (fill_decls_vec): Only put decls into vector v.
        (compare_decls): Fix up formatting.
 
 2015-01-21  Igor Zamyatin  <igor.zamyatin@intel.com>
 
 2014-07-03  Jakub Jelinek  <jakub@redhat.com>
 
-       * c-ada-spec.c (dump_ada_nodes): Don't call qsort if 
+       * c-ada-spec.c (dump_ada_nodes): Don't call qsort if
        comments->count <= 1, as comments->entries might be NULL.
 
 2014-07-01  Marek Polacek  <polacek@redhat.com>
        PRAGMA_CILK_CLAUSE_FIRSTPRIVATE, PRAGMA_CILK_CLAUSE_LASTPRIVATE,
        PRAGMA_CILK_CLAUSE_UNIFORM.
 
-       
+
 2013-12-11  Balaji V. Iyer  <balaji.v.iyer@intel.com>
 
        * cilk.c (cilk_outline): Made this function non-static.
        * c-common.h (c_sizeof_or_alignof_type): Update prototype.
        (c_sizeof, c_alignof): Update calls to c_sizeof_or_alignof_type.
 
-2013-12-04  Jakub Jelinek  <jakub@redhat.com>  
+2013-12-04  Jakub Jelinek  <jakub@redhat.com>
            Marek Polacek  <polacek@redhat.com>
 
        * c-gimplify.c (c_gimplify_expr): If doing the integer-overflow
        * c-common.h (objc_add_property_variable): Renamed to
        objc_add_property_declaration.  Added location argument.
        * stub-objc.c (objc_add_property_variable): Same change.
-       
+
 2010-10-23  Nicola Pero  <nicola.pero@meta-innovation.com>
 
        * c-common.h (objc_maybe_printable_name): New.
index 399dc573ed3fddba6e119ccd5996b70eb3b00665..4dc4fdd0ac2950382f5eab33133991c954207f65 100644 (file)
@@ -1,3 +1,8 @@
+2015-10-21  Martin Sebor  <msebor@redhat.com>
+
+       PR driver/68043
+       * lang.opt: End each sentence that describes an option with a period.
+
 2015-10-21  Steven G. Kargl  <kargl@gcc.gnu.org>
 
        PR fortran/67939