From 6a2fa4b28e0bb4bb48164a8f20900a8ea41159b1 Mon Sep 17 00:00:00 2001 From: Graham Stott Date: Wed, 10 Jul 2013 18:17:56 +0000 Subject: [PATCH] * Corrected missinge blank line in gcc/ChangeLog Entries and move one entry to c-family/ChangeLog From-SVN: r200881 --- gcc/ChangeLog | 6 ++---- gcc/c-family/ChangeLog | 5 +++++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 354e15c..a9c9b2f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -27,6 +27,7 @@ * config/avr/avr.opt (Waddr-space-convert): Fix typo. 2013-07-10 Graham Stott + * config/mips/mips.c (mips_rtx_costs): Very slightly increase the cost of MULT when optimizing for size. @@ -62,11 +63,8 @@ FPR4_REGNUM. 2013-07-08 Graham Stott - * Makefile.in: (c-family-warn): Define to $(STRICT_WARN) -2013-07-08 Graham Stott - * c-family/array-notation-common.c (length_mismatch_in_expr_p): Delete - unused variables l_length and l_node. + * Makefile.in: (c-family-warn): Define to $(STRICT_WARN) 2013-07-08 Andreas Krebbel diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 1211fcc..5aeb338 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -8,6 +8,11 @@ PR c++/57869 * c.opt: Add Wconditionally-supported. +2013-07-08 Graham Stott + + * c-family/array-notation-common.c (length_mismatch_in_expr_p): Delete + unused variables l_length and l_node. + 2013-07-04 Joern Rennecke PR c/57821 -- 2.7.4