c-common.c (braced_list_to_string): Remove eval parameter.
[gcc.git] / ChangeLog
index ab50d5f6fd083d6d7b12462ca5813d6fab2e3c7c..c16fa1d6c4afae0efdad6d938df3ec3df88fb39b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2018-08-29  Vlad Lazar  <vlad.lazar@arm.com>
+
+       * MAINTAINERS (write after approval): Add myself.
+
+2018-08-21  Richard Sandiford  <richard.sandiford@arm.com>
+
+       * MAINTAINERS: Add self to global reviewers list.
+
+2018-08-17  Sandra Loosemore  <sandra@codesourcery.com>
+
+       MAINTAINERS: Add c-sky port maintainers.
+
+2018-08-10  Martin Liska  <mliska@suse.cz>
+
+       * MAINTAINERS: Revert change in previous commit and
+       join lines.
+
+2018-08-10  Martin Liska  <mliska@suse.cz>
+
+       * MAINTAINERS: Remove extra line.
+
+2018-08-06  Naveen H.S  <naveenh@marvell.com>
+
+       * MAINTAINERS: Update my email address.
+
+2018-07-19  DJ Delorie  <dj@redhat.com>
+
+       * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
+       as maintainer.
+
+2018-07-16  Andreas Krebbel  <krebbel@linux.ibm.com>
+
+       * MAINTAINERS: Adjust email address for me and my colleague Robin
+       Dapp.
+
+2018-07-13  H.J. Lu  <hongjiu.lu@intel.com>
+           Sunil K Pandey  <sunil.k.pandey@intel.com>
+
+       PR target/84413
+       * config/i386/i386.c (m_CORE_AVX512): New.
+       (m_CORE_AVX2): Likewise.
+       (m_CORE_ALL): Add m_CORE_AVX2.
+       * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
+       Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
+       and remove the rest of m_SKYLAKE_AVX512.
+
+2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
+
+       * config.sub: Sync with upstream version 2018-07-03.
+
+2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
+
+       * config.guess: Sync with upstream version 2018-06-26.
+       * config.sub: Sync with upstream version 2018-07-02.
+
+2018-06-19  Bernhard M. Wiedemann  <bwiedemann@suse.de>
+
+       * libtool.m4: Sort output of 'find' to enable deterministic builds.
+       * ltmain.sh: Likewise.
+
+2018-07-03  Segher Boessenkool  <segher@kernel.crashing.org>
+
+       * contrib/config-list.mk: Remove powerpc-linux_paired.
+
+2018-06-29  Alexandre Oliva <oliva@adacore.com>
+
+       * configure.ac: Introduce support for @unless/@endunless.
+       * Makefile.tpl (dep-kind): Rewrite with cond; return
+       postbootstrap in some cases.
+       (make-postboot-dep, postboot-targets): New.
+       (dependencies): Do not output postbootstrap dependencies at
+       first.  Output non-target ones changed for configure to depend
+       on stage_last @if gcc-bootstrap, and the original deps @unless
+       gcc-bootstrap.
+       * configure.in, Makefile.in: Rebuilt.
+
+2018-06-28  Jackson Woodruff  <jackson.woodruff@arm.com>
+
+       * MAINTAINERS (write after approval): Add myself.
+
+2018-06-26  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
+
+       * MAINTAINERS (write after approval): Add myself.
+
+2018-06-19  Nick Clifton  <nickc@redhat.com>
+
+       * zlib/configure.ac: Restore old behaviour of only enabling
+       multilibs when a target subdirectory is defined.  This allows
+       building with srcdir == builddir.
+       * zlib/configure: Regenerate.
+
+2018-06-18  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * Makefile.def (fortran): Add check-target-libgomp-fortran.
+       * Makefile.tpl (check-target-libgomp-fortran): New phony target.
+       * Makefile.in: Regenerate.
+
+2018-06-16  Ben Elliston  <bje@gnu.org>
+
+       * config.guess: Import latest version.
+       * config.sub: Likewise.
+
+2018-06-08  Martin Liska  <mliska@suse.cz>
+
+       * MAINTAINERS: Remove MPX-related entries.
+       * Makefile.def: Remove libmpx support.
+       * Makefile.in: Regenerate.
+       * configure.ac: Remove removed files.
+       * configure: Regenerate.
+       * libmpx/ChangeLog: Remove.
+       * libmpx/Makefile.am: Remove.
+       * libmpx/Makefile.in: Remove.
+       * libmpx/acinclude.m4: Remove.
+       * libmpx/aclocal.m4: Remove.
+       * libmpx/config.h.in: Remove.
+       * libmpx/configure: Remove.
+       * libmpx/configure.ac: Remove.
+       * libmpx/configure.tgt: Remove.
+       * libmpx/libmpx.spec.in: Remove.
+       * libmpx/mpxrt/Makefile.am: Remove.
+       * libmpx/mpxrt/Makefile.in: Remove.
+       * libmpx/mpxrt/libmpx.map: Remove.
+       * libmpx/mpxrt/libtool-version: Remove.
+       * libmpx/mpxrt/mpxrt-utils.c: Remove.
+       * libmpx/mpxrt/mpxrt-utils.h: Remove.
+       * libmpx/mpxrt/mpxrt.c: Remove.
+       * libmpx/mpxrt/mpxrt.h: Remove.
+       * libmpx/mpxwrap/Makefile.am: Remove.
+       * libmpx/mpxwrap/Makefile.in: Remove.
+       * libmpx/mpxwrap/libmpxwrappers.map: Remove.
+       * libmpx/mpxwrap/libtool-version: Remove.
+       * libmpx/mpxwrap/mpx_wrappers.c: Remove.
+
+2018-06-04  Martin Liska  <mliska@suse.cz>
+
+       * MAINTAINERS: Add myself as gcov maintainer.
+
+2018-06-04  Matthew Fortune  <mfortune@gmail.com>
+
+       * MAINTAINERS: Update my email address.
+
+2018-06-04  Tom de Vries  <tdevries@suse.de>
+
+       * MAINTAINERS: Remove write-after-approval entries for component
+       maintainers.
+
+2018-06-01  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
+
+       * MAINTAINERS (write after approval): Add myself.
+
+2018-06-01  Bin Cheng <amker@gcc.gnu.org>
+
+       * MAINTAINERS: Update my email address.
+
+2018-06-01  Tom de Vries  <tdevries@suse.de>
+
+       * MAINTAINERS: Update my email address.
+
+2018-05-22  Bin Cheng <bin.cheng@arm.com>
+
+       * MAINTAINERS (loop-optimizer): Add myself.
+
+2018-05-01  Francois H. Theron  <francois.theron@netronome.com>
+
+       * configure.ac: Added "nfp" target.
+       * configure: Regenerate.
+
+2018-04-30  Richard Biener  <rguenther@suse.de>
+
+       PR bootstrap/85571
+       * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
+       (STAGE3_TFLAGS): Likewise.
+       (STAGEtrain_CFLAGS): Filter out -fchecking=1.
+       (STAGEtrain_TFLAGS): Likewise.
+       * Makefile.in: Regenerate.
+
+2018-04-26  Richard Biener  <rguenther@suse.de>
+
+       * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
+       (STAGE2_CFLAGS): Likewise.
+       (STAGE2_TFLAGS): Likewise.
+       (STAGE3_CFLAGS): Add -fchecking.
+       (STAGE3_TFLAGS): Likewise.
+       (STAGEtrain_CFLAGS): Filter out -fchecking.
+       (STAGEtrain_TFLAGS): Likewise.
+       * Makefile.in: Re-generate.
+
+2018-04-25  Catherine Moore <clm@codesourcery.com>
+
+       * MAINTAINERS (mips): Remove myself as MIPS maintainer.
+
+2018-04-18  Paul Clarke  <pc@us.ibm.com>
+
+       * MAINTAINERS (write after approval): Add myself.
+
+2018-04-10  Aaron Sawdey  <acsawdey@linux.ibm.com>
+
+       * MAINTAINERS: Update my email address.
+
+2018-04-02  Bill Schmidt  <wschmidt@linux.ibm.com>
+
+       * MAINTAINERS: Remove redundant Write-After-Approval entry.
+
+2018-03-30  Bill Schmidt  <wschmidt@linux.ibm.com>
+
+       * MAINTAINERS: Update my email address and disambiguate myself
+       a bit from Will Schmidt.
+
+2018-03-21  Nathan Sidwell  <nathan@acm.org>
+
+       * MAINTAINERS: Move maintainers of now-removed picochip and score
+       ports to write after approval.
+
+2018-03-13  Richard Sandiford  <richard.sandiford@arm.com>
+
+       * MAINTAINERS: Add entry for SVE maintainership.
+
+2018-02-13  Maciej W. Rozycki  <macro@mips.com>
+
+       * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
+       * configure: Regenerate.
+
+2018-01-18  Boris Kolpackov  <boris@codesynthesis.com>
+
+       * MAINTAINERS (write after approval): Add myself.
+
+2018-01-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
+
+       * MAINTAINERS (write after approval): Add myself.
+
+2018-01-16  Sebastian Perta  <sebastian.perta@renesas.com>
+
+       * MAINTAINERS (write after approval): Add myself.
+
+2018-01-03  Jakub Jelinek  <jakub@redhat.com>
+
+       Update copyright years.
+
+2018-01-03  Ben Elliston  <bje@gnu.org>
+
+       * config.guess: Import latest version.
+       * config.sub: Likewise.
+
+2017-12-12  Stafford Horne  <shorne@gmail.com>
+
+       * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
+       * configure: Regenerate.
+
+2017-11-29  Qing Zhao  <qing.zhao@oracle.com>
+
+       * MAINTAINERS (Write After Approval): Add myself.
+
+2017-11-28  Julia Koval  <julia.koval@intel.com>
+           Sebastian Peryt  <sebastian.peryt@intel.com>
+
+       * Makefile.def (target_modules): Remove libcilkrts.
+       * Makefile.in: Ditto.
+       * configure: Ditto.
+       * configure.ac: Ditto.
+
+2017-11-28  Julia Koval  <julia.koval@intel.com>
+
+       * MAINTAINERS (Write After Approval): Add myself.
+
+2017-11-22  Sudakshina Das  <sudi.das@arm.com>
+
+       * MAINTAINERS (Write After Approval): Add myself.
+
+2017-11-06  Palmer Dabbelt  <palmer@sifive.com>
+
+       * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
+       Use my SiFive email address.
+
+2017-11-15  Sebastian Peryt  <sebastian.peryt@intel.com>
+
+       * MAINTAINERS (write after approval): Add myself.
+
+2017-10-27  Martin Liska  <mliska@suse.cz>
+
+       * Makefile.tpl: Use proper name of folder as it was renamed
+       during transition to 4 stages.
+       * Makefile.in: Regenerate.
+
+2017-10-16  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
+
+       * MAINTAINERS (write after approval): Add myself.
+
+2017-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * MAINTAINERS: Add a note that maintainership also includes web
+       pages, docs, and testsuite related to that area.
+
+2017-09-25  Tom de Vries  <tom@codesourcery.com>
+
+       * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
+
+2017-09-18  Pierre-Marie de Rodat  <derodat@adacore.com>
+
+       * MAINTAINERS: Add myself as a maintainer for the Ada front end.
+
+2017-09-15  Nathan Sidwell  <nathan@acm.org>
+
+       * MAINTAINERS: Remove myself as a vxworks maintainer.
+
+2017-09-13  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * MAINTAINERS: Remove email address of Jim Norris.
+
+2017-09-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
+
+       * MAINTAINERS (Reviewers): Move myself from here...
+       (CPU Port Maintainers): ... to here.
+
 2017-09-09  James Greenhalgh  <james.greenhalgh@arm.com>
 
        * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
 
 2017-07-31  Robin Dapp  <rdapp@linux.vnet.ibm.com>
 
-        * MAINTAINERS (write after approval): Add myself.
+       * MAINTAINERS (write after approval): Add myself.
 
 2017-07-28  Tony Reix  <tony.reix@atos.net>
 
 
 2017-06-26  Maxim Ostapenko  <m.ostapenko@samsung.com>
 
-        * MAINTAINERS: Add myself to Write After Approval
+       * MAINTAINERS: Add myself to Write After Approval
 
 2017-06-21  Andrew Jenner  <andrew@codesourcery.com>
 
 
 2017-02-03  John David Anglin  <danglin@gcc.gnu.org>
 
-        * configure.ac: Add gcc/function-tests.o to compare_exclusions for
+       * configure.ac: Add gcc/function-tests.o to compare_exclusions for
        32-bit hppa*-*-hpux*.
-        * configure: Regenerate.
+       * configure: Regenerate.
 
 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>