From: Martin Sebor Date: Thu, 22 Oct 2015 20:57:00 +0000 (-0600) Subject: Fix up ChangeLog for rev. 229155. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b1726d6c268a4e7887c9ae359e4e5d357ee51206;p=gcc.git Fix up ChangeLog for rev. 229155. From-SVN: r229195 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bc0183b5efe..85c23fda9c1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -91,10 +91,8 @@ 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. @@ -169,7 +167,6 @@ * config/vms/vms.opt: Same. * config/vxworks.opt: Same. * config/xtensa/xtensa.opt: Same. - * fortran/lang.opt: Same. 2015-10-21 Aditya Kumar Sebastian Pop diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 26dee605557..d9987889237 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -6,6 +6,12 @@ * gcc-interface/utils2.c (build_binary_op, build_unary_op): Use gcc_checking_assert +2015-10-21 Martin Sebor + + PR driver/68043 + * gcc-interface/lang.opt: End each sentence that describes + an option with a period. + 2015-10-20 Yannick Moy * fmap.adb, a-cihama.adb, sem_ch5.adb, make.adb, inline.adb, @@ -1753,7 +1759,7 @@ * gcc-interface/trans.c : Likewise. * gcc-interface/utils.c : Likewise. * gcc-interface/utils2.c : Likewise. - + 2015-06-08 John Marino * a-intnam-dragonfly.ads: New. @@ -5974,7 +5980,7 @@ 2015-01-07 Tristan Gingold - PR ada/64349 + PR ada/64349 * env.c (__gnat_environ): Adjust for darwin9/darwin10. 2015-01-07 Javier Miranda diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 46fb924e501..f2beefdd5c4 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,8 @@ +2015-10-21 Martin Sebor + + PR driver/68043 + * c.opt: End each sentence that describes an option with a period. + 2015-10-20 Marek Polacek * array-notation-common.c (is_cilkplus_vector_p): Define. @@ -442,7 +447,7 @@ (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 @@ -632,7 +637,7 @@ STACK_GROWS_DOWNWARD rather than if it is defined. 2015-05-21 Manuel López-Ibáñez - + PR c/52952 * c-format.c (location_column_from_byte_offset): New. (location_from_offset): New. @@ -915,7 +920,7 @@ 2015-01-21 Jakub Jelinek 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 @@ -1723,7 +1728,7 @@ 2014-07-03 Jakub Jelinek - * 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 @@ -2249,7 +2254,7 @@ PRAGMA_CILK_CLAUSE_FIRSTPRIVATE, PRAGMA_CILK_CLAUSE_LASTPRIVATE, PRAGMA_CILK_CLAUSE_UNIFORM. - + 2013-12-11 Balaji V. Iyer * cilk.c (cilk_outline): Made this function non-static. @@ -2285,7 +2290,7 @@ * 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 +2013-12-04 Jakub Jelinek Marek Polacek * c-gimplify.c (c_gimplify_expr): If doing the integer-overflow @@ -4959,7 +4964,7 @@ * 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 * c-common.h (objc_maybe_printable_name): New. diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 399dc573ed3..4dc4fdd0ac2 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,8 @@ +2015-10-21 Martin Sebor + + PR driver/68043 + * lang.opt: End each sentence that describes an option with a period. + 2015-10-21 Steven G. Kargl PR fortran/67939