1. 15 Jun, 2017 10 commits
    • Revert accidental checkin. · 3a849280
      From-SVN: r249225
      Jan Hubicka committed
    • re PR lto/69866 (lto1: internal compiler error: in add_symbol_to_partition_1, at… · d1eed638
      re PR lto/69866 (lto1: internal compiler error: in add_symbol_to_partition_1, at lto/lto-partition.c:158)
      
      
      	PR lto/69866
      	* lto-symtab.c (lto_symtab_merge_symbols): Drop useless definitions
      	that resolved externally.
      
      	* gcc.dg/lto/pr69866_0.c: New test.
      	* gcc.dg/lto/pr69866_1.c: Likewise.
      
      From-SVN: r249224
      Jan Hubicka committed
    • Update comment about is_leaf · 55dabf65
      crtl->is_leaf has a comment above it referring to "Local Register
      Allocation". However this is set by IRA and not LRA since the meaning
      of Local Register Allocator in GCC has changed quite drastically since
      1999 when this comment was introduced above the variable
      current_function_is_leaf. From memory gcc in those days had "local"
      and "global" register allocation - however all of this has changed
      quite a bit drastically since.
      
      This patch merely updates the comment as I did some head scratching
      this morning about how this could be set before Local Register
      Allocator especially given the comment in ira.c as below.
      
      
       /* Determine if the current function is a leaf before running IRA
           since this can impact optimizations done by the prologue and
           epilogue thus changing register elimination offsets.  */
        crtl->is_leaf = leaf_function_p ();
      
      From-SVN: r249223
      Ramana Radhakrishnan committed
    • Fix problems with the MSP430 port's handling of persistent data. · 61f5d852
      	PR target/78818
      gcc	* config/msp430/msp430.c (msp430_data_attr): Check that it's possible
      	for a variable to have a section before checking if the section has a
      	name.
      	Set section to.persistent if persistent	attribute is set.
      	Warn if .persistent attribute is used on an automatic variable.
      
      tests	* gcc.target/msp430/pr78818-real.c: New template for tests.
      	* gcc.target/msp430/pr78818-auto.c: New test.
      	* gcc.target/msp430/pr78818-data-region.c: New test.
      	* gcc.target/msp430/pr78818-data-sec.c: New test.
      	* gcc.target/msp430/pr78818-auto-warn.c: New test.
      
      From-SVN: r249222
      Jozef Lawrynowicz committed
    • re PR rtl-optimization/80474 (ipa-cp wrongly adding LO(symbol) twice) · 0948d23f
      	PR rtl-optimization/80474
      	* reorg.c (update_block): Do not ignore instructions in a delay slot.
      
      From-SVN: r249219
      Eric Botcazou committed
    • Use pthread effective-target in testsuite · d1236680
      	* testsuite: Add dg-require-effective-target pthread to -pthread
      	tests.
      	Remove explicit target lists from dg-do and dg-options.
      
      	* testsuite/30_threads/async/forced_unwind.cc: Remove explit
      	target list from dg-options.
      	* testsuite/30_threads/packaged_task/forced_unwind.cc: Likewise.
      
      	* 30_threads/shared_mutex/cons/1.cc: Likewise.
      	Pass -pthread for all targets.
      	* 30_threads/shared_mutex/try_lock/1.cc: Likewise.
      	* 30_threads/shared_mutex/try_lock/2.cc: Likewise.
      	* 30_threads/shared_mutex/unlock/1.cc: Likewise.
      
      	* testsuite/30_threads/this_thread/57060.cc: Require c++11 via
      	dg-require-effective-target.
      
      From-SVN: r249217
      Rainer Orth committed
    • [ARM] Make gcc.target/arm/its.c more robust · 6820664a
      2017-06-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>
      
          gcc/testsuite/
          * gcc.target/arm/its.c: Check that no IT blocks has more than 2
          instructions in it rather than the number of IT blocks being 2.
          Transfer scan directive arm_thumb2 restriction to the whole
          testcase and restrict further to Thumb-only targets.
      
      From-SVN: r249215
      Thomas Preud'homme committed
    • sdiv_costs_1.c: Use dg-add-options. · 41c540fc
      2017-06-15  Tamar Christina  <tamar.christina@arm.com>
      
      	* gcc.target/arm/sdiv_costs_1.c:
      	Use dg-add-options.
      
      From-SVN: r249214
      Tamar Christina committed
    • rs6000: Don't use REGNO in the add<mode>3 expander · dfc10762
      The argument could be a subreg of reg instead, which means we have to
      use reg_or_subregno instead of REGNO.
      
      
      	* config/rs6000/rs6000.md (add<mode>3): Use reg_or_subregno instead
      	of REGNO.
      
      From-SVN: r249213
      Segher Boessenkool committed
    • Daily bump. · 0f251244
      From-SVN: r249212
      GCC Administrator committed
  2. 14 Jun, 2017 26 commits
  3. 13 Jun, 2017 4 commits