1. 18 Oct, 2017 5 commits
  2. 17 Oct, 2017 27 commits
  3. 16 Oct, 2017 8 commits
    • MAINTAINERS (write after approval): Add myself. · fb336a7b
      ChangeLog:
      
      2017-10-16  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
      
              * MAINTAINERS (write after approval): Add myself.
      
      Index: MAINTAINERS
      ===================================================================
      --- MAINTAINERS (revision 253797)
      +++ MAINTAINERS (working copy)
      @@ -603,6 +603,7 @@
       Philipp Tomsich                                        <philipp.tomsich@theobroma-systems.com>
       Konrad Trifunovic                              <konrad.trifunovic@inria.fr>
       Markus Trippelsdorf                            <markus@trippelsdorf.de>
      +Igor Tsimbalist                                        <igor.v.tsimbalist@intel.com>
       Martin Uecker                                  <uecker@eecs.berkeley.edu>
       David Ung                                      <davidu@mips.com>
       Neil Vachharajani                              <nvachhar@gmail.com>
      
      From-SVN: r253798
      Igor Tsimbalist committed
    • Add gnu::unique_ptr · 46d2b77d
      This is a version of the patch posted by Trevor Saunders on 2017-07-31,
      for which he wrote:
      > For most of the history of this see
      >   https://sourceware.org/ml/gdb-patches/2016-10/msg00223.html
      > The changes are mostly s/gdb/gtl/g
      
      This version was updated by me (dmalcolm) adding these changes:
      - renaming of "gtl" to "gnu" (3 letters, and one of the ones Richi
        proposed, and not a match for "*tl")
      - renaming of DEFINE_GDB_UNIQUE_PTR to DEFINE_GNU_UNIQUE_PTR
      - renaming of xfree_deleter to xmalloc_deleter, and making it
        use "free" rather than "xfree" (which doesn't exist)
      - added a gcc/unique-ptr-tests.cc
      - implement unique_xmalloc_ptr<T[]> (taken from gdb, but changing
        "xfree" to "free", and adding support for pre-C++-11)
      
      gcc/ChangeLog:
      
      	David Malcolm <dmalcolm@redhat.com>
      
      	* Makefile.in (OBJS): Add unique-ptr-tests.o.
      	* selftest-run-tests.c (selftest::run_tests): Call
      	selftest::unique_ptr_tests_cc_tests.
      	* selftest.h (selftest::unique_ptr_tests_cc_tests): New decl.
      	* unique-ptr-tests.cc: New file.
      
      include/ChangeLog:
      
      	Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
      	David Malcolm <dmalcolm@redhat.com>
      
      	* unique-ptr.h: New file.
      
      From-SVN: r253797
      David Malcolm committed
    • re PR sanitizer/82353 (runtime ubsan crash) · 2de3d3c6
      2017-10-16  Vladimir Makarov  <vmakarov@redhat.com>
      
      	PR sanitizer/82353
      	* lra.c (collect_non_operand_hard_regs): Don't ignore operator
      	locations.
      	* lra-lives.c (bb_killed_pseudos, bb_gen_pseudos): Move up.
      	(make_hard_regno_born, make_hard_regno_dead): Update
      	bb_killed_pseudos and bb_gen_pseudos for fixed regs.
      
      From-SVN: r253796
      Vladimir Makarov committed
    • Fix attrib-5.c test-case. · 55015c10
      2017-10-16  Martin Liska  <mliska@suse.cz>
      
      	* c-c++-common/ubsan/attrib-5.c (float_cast2): Fix warning scan
      	so that it will work for both C and C++ FEs.
      
      From-SVN: r253795
      Martin Liska committed
    • * tree-ssa-dse.c (live_bytes_read): Fix thinko. · a279ae93
      From-SVN: r253792
      Jeff Law committed
    • re PR fortran/82511 (ICE Bad IO basetype (12) on attempted read or write of entire DEC structure) · 9b460e2e
      2017-10-16  Fritz Reese <fritzoreese@gmail.com>
      
          PR fortran/82511
          Treat UNION components as DT comp. in I/O lists.
      
          gcc/fortran/ChangeLog:
      
      	PR fortran/82511
      	* trans-io.c (transfer_expr): Treat BT_UNION as BT_DERIVED.
      
          gcc/testsuite/ChangeLog:
      
      	PR fortran/82511
      	* gfortran.dg/dec_structure_22.f90: New testcase.
      
      From-SVN: r253791
      Fritz Reese committed
    • * x86-tune-costs.h (znver1_cost): Fix move cost tables. · 01118373
      From-SVN: r253790
      Jan Hubicka committed
    • config.gcc (powerpc*-*-*spe*): Pick 8548 as the default with_cpu if we were… · 3094082d
      config.gcc (powerpc*-*-*spe*): Pick 8548 as the default with_cpu if we were configured for an e500v2 target...
      
      2017-10-16  Olivier Hainque  <hainque@adacore.com>
      
      	* gcc/config.gcc (powerpc*-*-*spe*): Pick 8548 as the default
      	with_cpu if we were configured for an e500v2 target cpu name.
      
      From-SVN: r253789
      Olivier Hainque committed