1. 07 Nov, 2016 6 commits
    • Introduce -fsanitize-address-use-after-scope · 6dc4a604
      	* c-warn.c (warn_for_unused_label): Save all labels used
      	in goto or in &label.
      	* asan.c (enum asan_check_flags): Move the enum to header file.
      	(asan_init_shadow_ptr_types): Make type creation more generic.
      	(shadow_mem_size): New function.
      	(asan_emit_stack_protection): Use newly added ASAN_SHADOW_GRANULARITY.
      	Rewritten stack unpoisoning code.
      	(build_shadow_mem_access): Add new argument return_address.
      	(instrument_derefs): Instrument local variables if use after scope
      	sanitization is enabled.
      	(asan_store_shadow_bytes): New function.
      	(asan_expand_mark_ifn): Likewise.
      	(asan_sanitize_stack_p): Moved from asan_sanitize_stack_p.
      	* asan.h (enum asan_mark_flags): Moved here from asan.c
      	(asan_protect_stack_decl): Protect all declaration that need
      	to live in memory.
      	(asan_sanitize_use_after_scope): New function.
      	(asan_no_sanitize_address_p): Likewise.
      	* cfgexpand.c (partition_stack_vars): Consider
      	asan_sanitize_use_after_scope in condition.
      	(expand_stack_vars): Likewise.
      	* common.opt (-fsanitize-address-use-after-scope): New option.
      	* doc/invoke.texi (use-after-scope-direct-emission-threshold):
      	Explain the parameter.
      	* flag-types.h (enum sanitize_code): Define SANITIZE_USE_AFTER_SCOPE.
      	* gimplify.c (build_asan_poison_call_expr): New function.
      	(asan_poison_variable): Likewise.
      	(gimplify_bind_expr): Generate poisoning/unpoisoning for local
      	variables that have address taken.
      	(gimplify_decl_expr): Likewise.
      	(gimplify_target_expr): Likewise for C++ temporaries.
      	(sort_by_decl_uid): New function.
      	(gimplify_expr): Unpoison all variables for a label we can jump
      	from outside of a scope.
      	(gimplify_switch_expr): Unpoison variables defined in the switch
      	context.
      	(gimplify_function_tree): Clear asan_poisoned_variables.
      	(asan_poison_variables): New function.
      	(warn_switch_unreachable_r): Handle IFN_ASAN_MARK.
      	* internal-fn.c (expand_ASAN_MARK): New function.
      	* internal-fn.def (ASAN_MARK): Declare.
      	* opts.c (finish_options): Handle -fstack-reuse if
      	-fsanitize-address-use-after-scope is enabled.
      	(common_handle_option): Enable address sanitization if
      	-fsanitize-address-use-after-scope is enabled.
      	* params.def (PARAM_USE_AFTER_SCOPE_DIRECT_EMISSION_THRESHOLD):
      	New parameter.
      	* params.h: Likewise.
      	* sancov.c (pass_sanopt::execute): Handle IFN_ASAN_MARK.
      	* sanitizer.def: Define __asan_poison_stack_memory and
      	__asan_unpoison_stack_memory functions.
      	* asan.c (asan_mark_poison_p): New function.
      	(transform_statements): Handle asan_mark_poison_p calls.
      	* gimple.c (nonfreeing_call_p): Handle IFN_ASAN_MARK.
      
      From-SVN: r241896
      Martin Liska committed
    • Fix the Windows native x86-64 build. · 2447ab85
      	PR driver/78196
      	* Makefile.in (SELFTEST_FLAGS): Added -o /dev/null.
      
      From-SVN: r241895
      Tamar Christina committed
    • time_profiler: Set proper type to time_profiler_counter_ptr. · 5bcb571c
      	* tree-profile.c (gimple_gen_time_profiler): Set proper type
      	to time_profiler_counter_ptr.
      
      From-SVN: r241894
      Martin Liska committed
    • re PR middle-end/37150 (basic-block vectorization misses some unrolled loops) · 29afecdf
      2016-11-07  Richard Biener  <rguenther@suse.de>
      
      	PR tree-optimization/37150
      	* tree-vectorizer.h (vect_transform_slp_perm_load): Add n_perms
      	parameter.
      	* tree-vect-slp.c (vect_supported_load_permutation_p): Adjust.
      	(vect_analyze_slp_cost_1): Account for the real number of
      	permutations emitted and for dead loads.
      	(vect_transform_slp_perm_load): Add n_perms parameter counting
      	the number of emitted permutations.
      	* tree-vect-stmts.c (vectorizable_load): Adjust.
      
      From-SVN: r241893
      Richard Biener committed
    • re PR tree-optimization/78189 (movaps generated for unaligned store in aligned… · a0d3edf8
      re PR tree-optimization/78189 (movaps generated for unaligned store in aligned struct, when struct is referenced via unaligned member.)
      
      2016-11-07  Richard Biener  <rguenther@suse.de>
      
      	PR tree-optimization/78189
      	* tree-vect-data-refs.c (vect_compute_data_ref_alignment): Fix
      	alignment computation.
      
      	* g++.dg/torture/pr78189.C: New testcase.
      
      From-SVN: r241892
      Richard Biener committed
    • Daily bump. · e34b855e
      From-SVN: r241891
      GCC Administrator committed
  2. 06 Nov, 2016 6 commits
  3. 05 Nov, 2016 8 commits
  4. 04 Nov, 2016 20 commits
    • libiberty: Fix -Wimplicit-fallthrough warnings. · c4ec8585
      Adjust some comments, add some explicit fall through comments or explicit
      returns where necessary to not get implicit-fallthrough warnings.
      
      All fall throughs were deliberate. In one case I added an explicit return
      false for clarity instead of falling through a default case (that also
      would return false).
      
      libiberty/ChangeLog:
      
             * cplus-dem.c (demangle_signature): Move fall through comment.
             (demangle_fund_type): Add fall through comment between 'G' and 'I'.
             * hashtab.c (iterative_hash): Add fall through comments.
             * regex.c (regex_compile): Add Fall through comment after '+'/'?'.
             (byte_re_match_2_internal): Add Fall through comment after jump_n.
             Change "Note fall through" to "Fall through".
             (common_op_match_null_string_p): Return false after set_number_at
             instead of fall through.
      
      From-SVN: r241864
      Mark Wielaard committed
    • re PR ipa/78188 (AIX Bootstrap broken by tree-vrp.c change) · 8d48126d
      PR bootstrap/78188
      PR c++/71848
      * ipa-comdats.c (pass_ipa_comdats::gate): Require HAVE_COMDAT_GROUP.
      
      From-SVN: r241863
      David Edelsohn committed
    • re PR fortran/64933 (ASSOCIATE on a character variable does not allow substring expressions) · b125dc1e
      2016-04-19  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/64933
      	* primary.c (gfc_match_varspec): If selector expression is
      	unambiguously an array, make sure that the associate name
      	is an array and has an array spec. Modify the original
      	condition for doing this to exclude character types.
      
      2016-04-19  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/64933
      	* gfortran.dg/associate_23.f90: New test.
      
      From-SVN: r241860
      Paul Thomas committed
    • re PR target/77834 (ICE: in make_decl_rtl, at varasm.c:1311 with -O -ftree-pre… · 5f4cebba
      re PR target/77834 (ICE: in make_decl_rtl, at varasm.c:1311 with -O -ftree-pre -mstringop-strategy=libcall)
      
      	PR target/77834
      	* alias.c (nonoverlapping_memrefs_p): Return 0 if exprx or expry
      	doesn't have rtl set.
      
      	* gcc.dg/pr77834.c: New test.
      
      From-SVN: r241859
      Jakub Jelinek committed
    • re PR c++/67980 (left shift count is negative [-Wshift-count-negative] generated… · 6e3ae7e6
      re PR c++/67980 (left shift count is negative [-Wshift-count-negative] generated for unreachable code)
      
      /cp
      2016-11-04  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/67980
      	* pt.c (tsubst_expr, case IF_STMT): Use fold_non_dependent_expr
      	to suppress unwanted warnings.
      
      /testsuite
      2016-11-04  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/67980
      	* g++.dg/cpp1y/pr67980.C: New.
      
      From-SVN: r241858
      Paolo Carlini committed
    • rs6000.c (gimple-ssa.h): New #include. · fff6ed28
      [gcc]
      
      2016-11-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
      
      	* config/rs6000/rs6000.c (gimple-ssa.h): New #include.
      	(TARGET_GIMPLE_FOLD_BUILTIN): Define as
      	rs6000_gimple_fold_builtin.
      	(rs6000_gimple_fold_builtin): New function.  Add handling for
      	early expansion of vector addition builtins.
      
      
      [gcc/testsuite]
      
      2016-11-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
      
      	* gcc.target/powerpc/fold-vec-add-1.c: New.
      	* gcc.target/powerpc/fold-vec-add-2.c: New.
      	* gcc.target/powerpc/fold-vec-add-3.c: New.
      	* gcc.target/powerpc/fold-vec-add-4.c: New.
      	* gcc.target/powerpc/fold-vec-add-5.c: New.
      	* gcc.target/powerpc/fold-vec-add-6.c: New.
      	* gcc.target/powerpc/fold-vec-add-7.c: New.
      
      From-SVN: r241857
      Bill Schmidt committed
    • expr.h (copy_blkmode_from_reg): Delete. · b53f8c22
      	* expr.h (copy_blkmode_from_reg): Delete.
      	* expr.c (copy_blkmode_from_reg): Make static.
      
      From-SVN: r241856
      Eric Botcazou committed
    • defaults.h (LOAD_EXTEND_OP): Define if not already defined. · 6a4cf418
      	* defaults.h (LOAD_EXTEND_OP): Define if not already defined.
      	* combine.c (LOAD_EXTEND_OP): Delete.
      	(simplify_comparison): Fix comment about LOAD_EXTEND_OP.
      	* cse.c (LOAD_EXTEND_OP): Delete.
      	* fold-const.c (LOAD_EXTEND_OP): Likewise.
      	* fwprop.c (free_load_extend): Remove #ifdef LOAD_EXTEND_OP/#endif.
      	* postreload.c (LOAD_EXTEND_OP): Delete.
      	* reload.c (push_reload): Remove #ifdef LOAD_EXTEND_OP/#endif.
      	Convert conditional compilation based on WORD_REGISTER_OPERATIONS.
      	(find_reloads): Likewise.
      	* reload1.c (eliminate_regs_1): Likewise.
      	* rtlanal.c (nonzero_bits1): Remove #ifdef LOAD_EXTEND_OP/#endif.
      	(num_sign_bit_copies1): Likewise.
      
      From-SVN: r241855
      Eric Botcazou committed
    • Correct typo in changelog author · bef3a8d7
      gcc/testsuite/ChangeLog
      	* Update toma.tobacu to toma.tabacu
      
      From-SVN: r241852
      Matthew Fortune committed
    • Start adding target-specific selftests · 40af5894
      gcc/ChangeLog:
      	* config/i386/i386.c: Include "selftest.h" and "selftest-rtl.h".
      	(selftest::ix86_test_dumping_hard_regs): New function.
      	(selftest::ix86_run_selftests): New function.
      	(TARGET_RUN_TARGET_SELFTESTS): When CHECKING_P, wire this up to
      	selftest::ix86_run_selftests.
      	* doc/tm.texi.in (TARGET_RUN_TARGET_SELFTESTS): New.
      	* doc/tm.texi: Regenerate
      	* selftest-rtl.h: New file.
      	* rtl-tests.c: Include "selftest-rtl.h".
      	(selftest::assert_rtl_dump_eq): Make non-static.
      	(ASSERT_RTL_DUMP_EQ): Move to selftest-rtl.h.
      	(selftest::test_dumping_regs): Update comment.
      	* selftest-run-tests.c: Include "target.h".
      	(selftest::run_tests): If non-NULL, call
      	targetm.run_target_selftests.
      	* target.def (run_target_selftests): New hook.
      
      From-SVN: r241851
      David Malcolm committed
    • MIPS: Handle -mbranch-likely in testsuite options · d7d2e7b4
      gcc/testsuite/
      	* gcc.target/mips/mips.exp (mips-dg-options): Downgrade to R5
      	for -mbranch-likely, infer -mno-branch-likely for R6.
      
      From-SVN: r241850
      Toma Tabacu committed
    • Add support for ARM Cortex-M33 processor · cf16d50f
      2016-11-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
      
          gcc/
          * config/arm/arm-arches.def (armv8-m.main+dsp): Set Cortex-M33 as
          representative core for this architecture.
          * config/arm/arm-cores.def (cortex-m33): Define new processor.
          * config/arm/arm-tables.opt: Regenerate.
          * config/arm/arm-tune.md: Likewise.
          * config/arm/bpabi.h (BE8_LINK_SPEC): Add Cortex-M33 to the list of
          valid -mcpu options.
          * doc/invoke.texi (ARM Options): Document new Cortex-M33 processor.
      
      From-SVN: r241849
      Thomas Preud'homme committed
    • Add support for ARM Cortex-M23 processor · f6b2065f
      2016-11-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
      
          gcc/
          * config/arm/arm-arches.def (armv8-m.base): Set Cortex-M23 as
          representative core for this architecture.
          * config/arm/arm-cores.def (cortex-m23): Define new processor.
          * config/arm/arm-tables.opt: Regenerate.
          * config/arm/arm-tune.md: Likewise.
          * config/arm/arm.c (arm_v6m_tune): Add Cortex-M23 to the list of cores
          this tuning parameters apply to in the comment.
          * config/arm/bpabi.h (BE8_LINK_SPEC): Add Cortex-M23 to the list of
          valid -mcpu options.
          * doc/invoke.texi (ARM Options): Document new Cortex-M23 processor.
      
      From-SVN: r241848
      Thomas Preud'homme committed
    • fold-const.c (fold_cond_expr_with_comparison): Remove call to pedantic_non_lvalue_loc. · 26060734
      	* fold-const.c (fold_cond_expr_with_comparison): Remove call
      	to pedantic_non_lvalue_loc.  Remove useless code for lvalue
      	where cond_expr can't be a lvalue.
      
      From-SVN: r241847
      Bin Cheng committed
    • re PR c++/71973 (c++ handles built-in functions inconsistently) · dac9376a
      2016-11-04  Bernd Edlinger  <bernd.edlinger@hotmail.de>
      
              PR c++/71973
              * g++.dg/cpp1y/lambda-generic-udt.C: Fix builtin function declaration.
              * g++.dg/init/new15.C: Likewise.
              * g++.dg/ipa/inline-1.C: Likewise.
              * g++.dg/ipa/inline-2.C: Likewise.
              * g++.dg/lto/20080908-1_0.C: Likewise.
              * g++.dg/tc1/dr20.C: Likewise.
              * g++.dg/tree-ssa/inline-1.C: Likewise.
              * g++.dg/tree-ssa/inline-2.C: Likewise.
              * g++.old-deja/g++.law/except1.C: Likewise.
              * g++.old-deja/g++.other/vbase5.C: Likewise.
              * obj-c++.dg/lto/trivial-1_0.mm: Likewise.
      
      From-SVN: r241846
      Bernd Edlinger committed
    • re PR tree-optimization/78210 (slsr-8.c scan-tree-dump-times optimized fails) · b210df46
      2016-11-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
      
      	PR tree-optimization/78210
      	* gcc.dg/tree-ssa/slsr-8.c: Fix slsr scan to include the
      	possibility of widening multiplies.
      
      From-SVN: r241845
      Bill Schmidt committed
    • PR c++/78198 - inherited template ctor with default arg · 866115cd
      	* call.c (convert_default_arg): Look through inheriting ctors.
      
      From-SVN: r241843
      Jason Merrill committed
    • [ARC] Various small miscellaneous fixes. · 491483b0
      gcc/
      2016-11-04  Claudiu Zissulescu  <claziss@synopsys.com>
      
      	* config/arc/arc.c (arc_process_double_reg_moves): Use
      	gen_dexcl_2op call.
      	* config/arc/arc.md (movsi_insn): Disable unsupported move
      	instructions for ARCv2 cores.
      	(movdi): Use prepare_move_operands.
      	(movsf, movdf): Use move_dest_operand predicate.
      	* config/arc/constraints.md (Chs): Enable when barrel shifter is
      	present.
      	* config/arc/fpu.md (divsf3): Change to divsf3_fpu.
      	* config/arc/fpx.md (dexcl_3op_peep2_insn): Dx data register is
      	also a destination.
      	(dexcl_3op_peep2_insn_nores): Likewise.
      	* config/arc/arc.h (SHIFT_COUNT_TRUNCATED): Define to one.
      	(LINK_COMMAND_SPEC): Remove.
      
      From-SVN: r241842
      Claudiu Zissulescu committed
    • re PR tree-optimization/78185 (Wrong branch optimization with -O1 on x86/x86_64) · 964ef24c
      2016-11-04  Richard Biener  <rguenther@suse.de>
      
      	PR middle-end/78185
      	* loop-invariant.c (find_exits): Record entering inner
      	loops as possibly exiting to handle infinite sub-loops.
      	* tree-ssa-loop-im.c: Include tree-ssa-loop-niter.h.
      	(fill_always_executed_in_1): Honor infinite child loops.
      
      	* gcc.dg/pr78185.c: New testcase.
      
      From-SVN: r241841
      Richard Biener committed
    • Fix wrong patch committed · b07aafb1
      From-SVN: r241840
      Michael Meissner committed