parser.c (cp_parser_elaborated_type_specifier): Handle specially cp_parser_template_i...
[gcc.git] / ChangeLog
index af5dc1b7388cc1bc2969c2cc9d6646a10dfb54d3..917cf57c3ebfde713e8e27c92452ac6ca3a09e77 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,54 @@
-2014-06-18  Olivier Hainque  <hainque@adacore.com>
+2014-08-01  Jiong Wang  <jiong.wang@arm.com>
 
-       * tree-core.h (tree_block): Add an "end_locus" field, allowing
-       memorization of the end of block source location.
-       * tree.h (BLOCK_SOURCE_END_LOCATION): New accessor.
-       * gimplify.c (gimplify_bind_expr): Propagate the block start and
-       end source location info we have on the block entry/exit code we
-       generate.
+       * MAINTAINERS (Write After Approval): Add myself.
+
+2014-07-28  Anthony Green  <green@moxielogic.com>
+
+       Import from savannah.gnu.org:
+       * config.sub: Update to 2014-07-28 version.
+
+2014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * MAINTAINERS: Remove my MIPS maintainer entry.
+
+2014-07-26  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR target/47230
+       * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
+       * configure: Regenerate.
+
+2014-07-24  James Norris  <jnorris@codesourcery.com>
+
+       * MAINTAINERS (Write After Approval): Add myself.
+
+2014-07-20  Roman Gareev  <gareevroman@gmail.com>
+
+       * configure.ac: Accept only CLooG 0.18.1.
+       * configure: Regenerate.
+
+2014-07-17  Roman Gareev  <gareevroman@gmail.com>
+
+       * configure.ac: Don't accept isl 0.11.
+       * configure: Regenerate.
+
+2014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
+
+       * MAINTAINERS (Write After Approval): Add myself.
+
+2014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * configure.ac: Don't accept isl 0.10.
+       * configure: Regenerate.
+
+2014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
+
+       Fix include path for in-tree cloog.
+       * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
+       * configure: Regenerate.
+
+2014-06-18  Richard Henderson  <rth@redhat.com>
+
+       * .gitignore: Import gcc_update output.
 
 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
 
 
        * MAINTAINERS (Write After Approval): Add myself.
 
-2014-05-28  Olivier Hainque  <hainque@adacore.com>
-
-       * config/rs6000/vxworks.h (VXCPU_FOR_8548): New. Default to PPC85XX.
-       (CPP_SPEC): Add entry for -mcpu=8548.
-       * config/rs6000/vxworksae.h: Reinstate. Override        VXCPU_FOR_8548.
-       * config.gcc (powerpc-wrs-vxworksae, tm_file): Add back vxworksae.h.
-
-2014-05-26  Richard Sandiford  <rdsandiford@googlemail.com>
-           Olivier Hainque  <hainque@adacore.com>
-
-       * rtl.h (set_for_reg_notes): Declare.
-       * emit-rtl.c (set_for_reg_notes): New function.
-       (set_unique_reg_note): Use it.
-       * optabs.c (add_equal_note): Likewise
-
 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
 
        * MAINTAINERS: Update my affiliation/email.
 2013-09-12  DJ Delorie  <dj@redhat.com>
 
        * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
-        maintainers.
+       maintainers.
 
 2013-09-03  Richard Biener  <rguenther@suse.de>