* Corrected missinge blank line in gcc/ChangeLog Entries

and move one entry to c-family/ChangeLog

From-SVN: r200881
This commit is contained in:
Graham Stott 2013-07-10 18:17:56 +00:00
parent 1fe62960d3
commit 6a2fa4b28e
2 changed files with 7 additions and 4 deletions

View file

@ -27,6 +27,7 @@
* config/avr/avr.opt (Waddr-space-convert): Fix typo.
2013-07-10 Graham Stott <graham.stott@btinternet.com>
* 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 <graham.stott@btinternet.com>
* Makefile.in: (c-family-warn): Define to $(STRICT_WARN)
2013-07-08 Graham Stott <graham.stott@btinternet.com>
* 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 <Andreas.Krebbel@de.ibm.com>

View file

@ -8,6 +8,11 @@
PR c++/57869
* c.opt: Add Wconditionally-supported.
2013-07-08 Graham Stott <graham.stott@btinternet.com>
* c-family/array-notation-common.c (length_mismatch_in_expr_p): Delete
unused variables l_length and l_node.
2013-07-04 Joern Rennecke <joern.rennecke@embecosm.com>
PR c/57821