1. 04 Jul, 2018 23 commits
    • re PR libstdc++/86272 (__gnu_debug::string uses undefined __glibcxx_check_insert_range2) · 96eb9df6
      2018-07-04  François Dumont  <fdumont@gcc.gnu.org>
      
      	PR libstdc++/86272
      	* include/debug/string
      	(__gnu_debug::basic_string<>::insert<_Ite>(const_iterator, _Ite, _Ite)):
      	Use __glibcxx_check_insert_range.
      	* 21_strings/basic_string/cons/char/1.cc: Adapt test to use
      	__gnu_debug::string when _GLIBCXX_DEBUG.
      	* 21_strings/basic_string/init-list.cc: Likewise.
      	* 21_strings/basic_string/modifiers/insert/char/1.cc: Likewise.
      	* 21_strings/basic_string/modifiers/insert/char/2.cc: Likewise.
      	* 21_strings/basic_string/modifiers/insert/char/83328.cc: Likewise.
      	* 21_strings/basic_string/types/1.cc: Likewise.
      
      From-SVN: r262417
      François Dumont committed
    • re PR fortran/82009 ([F08] ICE with block construct) · fa9371ca
      2018-07-04  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR fortran/82009
      	* trans-decl.c (gfc_process_block_locals): Delete assert and set
      	saved_local_decls = NULL_TREE.
      
      	* gfortran.dg/block_16.f08. New test.
      
      From-SVN: r262416
      Jerry DeLisle committed
    • Define "random_device" effective target · 89bc4ab1
      Currently only matches targets where _GLIBCXX_USE_RANDOM_TR1 is defined,
      which means /dev/random and /dev/urandom are usable.
      
      	* testsuite/25_algorithms/make_heap/complexity.cc: Require effective
      	target for std::random_device.
      	* testsuite/26_numerics/random/random_device/cons/default.cc:
      	Likewise.
      	* testsuite/experimental/algorithm/sample-2.cc: Likewise.
      	* testsuite/experimental/algorithm/shuffle.cc: Likewise.
      	* testsuite/experimental/random/randint.cc: Likewise.
      	* testsuite/lib/libstdc++.exp
      	(check_effective_target_random_device): New proc.
      
      From-SVN: r262415
      Jonathan Wakely committed
    • Fix std::__rotl and std::__rotr · 4e4120a2
      2018-07-04  Jonathan Wakely  <jwakely@redhat.com>
      	    Jakub Jelinek  <jakub@redhat.com>
      
      	* include/std/bit (__rotl, __rotr): Fix for non-power of two sizes.
      
      Co-Authored-By: Jakub Jelinek <jakub@redhat.com>
      
      From-SVN: r262414
      Jonathan Wakely committed
    • re PR middle-end/86380 (incorrect comparison in function choose_multiplier) · 04f8c98c
      	PR middle-end/86380
      	* expmed.c (choose_multiplier): Fix incorrect comparison with mask.
      
      From-SVN: r262401
      Eric Botcazou committed
    • Remove spurious $HOME include from BRIG FE Makefile · aacd59e7
      2018-07-04  Martin Jambor  <mjambor@suse.cz>
      
      	PR hsa/86371
      	* Make-lang.in (BRIGINCLUDES): Remove erroneous include path in $HOME.
      
      From-SVN: r262398
      Martin Jambor committed
    • tree-vrp.c (extract_range_from_binary_expr_1): Initialze neg_*_op* variables. · 3d4a2c64
             * tree-vrp.c (extract_range_from_binary_expr_1): Initialze
             neg_*_op* variables.
      
      From-SVN: r262380
      Aldy Hernandez committed
    • PR libstdc++/86398 fix std::is_trivially_constructible regression · e9029d55
      The intrinsic doesn't check for allowed conversions between scalar
      types, so restore the std::is_constructible check.
      
      Also make some trivial whitespace changes.
      
      	PR libstdc++/86398
      	* include/std/type_traits (is_trivially_constructible): Check
      	is_constructible before __is_trivially_constructible.
      	* testsuite/20_util/is_trivially_constructible/value.cc: Add more
      	tests, including negative cases.
      	* testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Use
      	zero for dg-error lineno.
      	* testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc:
      	Likewise.
      
      From-SVN: r262379
      Jonathan Wakely committed
    • Optimize std::rotl and std::rotr, add test for std::popcount · 90fc44ec
      	* include/std/bit (__rotl, __rotr): Avoid branch.
      	(_If_is_unsigned_integer): Use remove_cv_t.
      	* testsuite/26_numerics/bit/bitops.count/popcount.cc: New.
      
      From-SVN: r262378
      Jonathan Wakely committed
    • ssa-dom-thread-7.c: Adjust test because aarch64 has a slightly different IL that provides more... · 6e38deee
      	* gcc.dg/tree-ssa/ssa-dom-thread-7.c: Adjust test because aarch64
      	has a slightly different IL that provides more threading
      	opportunities.
      
      From-SVN: r262377
      Aldy Hernandez committed
    • Fix bootstrap on ia64 with old GCC version. · 175b7dd4
      2018-07-04  Martin Liska  <mliska@suse.cz>
      
      	* tree-switch-conversion.c: Define
              max_ratio_for_speed and max_ratio_for_size constants.
      
      From-SVN: r262376
      Martin Liska committed
    • [multiple changes] · c518c102
      
      
      2018-07-04  Denys Vlasenko  <dvlasenk@redhat.com>
      	    Martin Liska  <mliska@suse.cz>
      
      	PR middle-end/66240
      	PR target/45996
      	PR c/84100
      	* common.opt: Rename align options with 'str_' prefix.
      	* common/config/i386/i386-common.c (set_malign_value): New
      	function.
      	(ix86_handle_option): Use it to set -falign-* options/
      	* config/aarch64/aarch64-protos.h (struct tune_params): Change
      	type from int to string.
      	* config/aarch64/aarch64.c: Update default values from int
      	to string.
      	* config/alpha/alpha.c (alpha_override_options_after_change):
      	Likewise.
      	* config/arm/arm.c (arm_override_options_after_change_1): Likewise.
      	* config/i386/dragonfly.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Print
      	max skip conditionally.
      	* config/i386/freebsd.h (SUBALIGN_LOG): New.
      	(ASM_OUTPUT_MAX_SKIP_ALIGN): Print
      	max skip conditionally.
      	* config/i386/gas.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Print
      	max skip conditionally.
      	* config/i386/gnu-user.h (SUBALIGN_LOG): New.
      	(ASM_OUTPUT_MAX_SKIP_ALIGN): Print
      	max skip conditionally.
      	* config/i386/i386.c (struct ptt): Change type from int to
      	string.
      	(ix86_default_align): Set default values.
      	* config/i386/i386.h (ASM_OUTPUT_MAX_SKIP_PAD): Print
      	max skip conditionally.
      	* config/i386/iamcu.h (SUBALIGN_LOG): New.
      	(ASM_OUTPUT_MAX_SKIP_ALIGN):
      	* config/i386/lynx.h (ASM_OUTPUT_MAX_SKIP_ALIGN):
      	* config/i386/netbsd-elf.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Print
      	max skip conditionally.
      	* config/i386/openbsdelf.h (SUBALIGN_LOG): New.
      	(ASM_OUTPUT_MAX_SKIP_ALIGN) Print max skip conditionally.:
      	* config/i386/x86-64.h (SUBALIGN_LOG): New.
      	(ASM_OUTPUT_MAX_SKIP_ALIGN): Print
      	max skip conditionally.
      	(ASM_OUTPUT_MAX_SKIP_PAD): Likewise.
      	* config/ia64/ia64.c (ia64_option_override): Set default values
              for alignment options.
      	* config/m68k/m68k.c: Handle new str_align_* options.
      	* config/mips/mips.c (mips_set_compression_mode): Change
      	type of constants.
      	(mips_option_override): Set default values for options.
      	* config/powerpcspe/powerpcspe.c (rs6000_option_override_internal):
              Likewise.
      	* config/rs6000/rs6000.c (rs6000_option_override_internal):
      	Likewise.
      	* config/rx/rx.c (rx_option_override): Likewise.
      	* config/rx/rx.h (JUMP_ALIGN): Use align_jumps_log.
      	(LABEL_ALIGN): Use align_labels_log.
      	(LOOP_ALIGN): Use align_loops_align.
      	* config/s390/s390.c (s390_asm_output_function_label): Use new
              macros.
      	* config/sh/sh.c (sh_override_options_after_change):
      	Change type of constants.
      	* config/spu/spu.c (spu_sched_init): Likewise.
      	* config/sparc/sparc.c (sparc_option_override): Set default
              values for options.
      	* config/visium/visium.c (visium_option_override): Likewise.
      	* config/visium/visium.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Do not
              emit p2align format with last argument if it's not needed.
      	* doc/invoke.texi: Document extended format of -falign-*.
      	* final.c: Use align_labels alignment.
      	* flags.h (struct target_flag_state): Change type to use
      	align_flags.
      	(struct align_flags_tuple): New.
      	(struct align_flags): Likewise.
      	(align_loops_log): Redefine macro to use new types.
      	(align_loops_max_skip): Redefine macro to use new types.
      	(align_jumps_log): Redefine macro to use new types.
      	(align_jumps_max_skip): Redefine macro to use new types.
      	(align_labels_log): Redefine macro to use new types.
      	(align_labels_max_skip): Redefine macro to use new types.
      	(align_functions_log): Redefine macro to use new types.
      	(align_loops): Redefine macro to use new types.
      	(align_jumps): Redefine macro to use new types.
      	(align_labels): Redefine macro to use new types.
      	(align_functions): Redefine macro to use new types.
      	(align_functions_max_skip): Redefine macro to use new types.
      	(align_loops_value): New macro.
      	(align_jumps_value): New macro.
      	(align_labels_value): New macro.
      	(align_functions_value): New macro.
      	* function.c (invoke_set_current_function_hook): Propagate
      	alignment values from flags to global variables default in
      	topleev.h.
      	* ipa-icf.c (sem_function::equals_wpa): Use
      	cl_optimization_option_eq instead of memcmp.
      	* lto-streamer.h (cl_optimization_stream_out): Support streaming
      	of string types.
      	(cl_optimization_stream_in): Likewise.
      	* optc-save-gen.awk: Support strings in cl_optimization.
      	* opth-gen.awk: Likewise.
      	* opts.c (finish_options): Remove error checking of invalid
      	value ranges.
      	(MAX_CODE_ALIGN): Remove.
      	(MAX_CODE_ALIGN_VALUE): Likewise.
      	(parse_and_check_align_values): New function.
      	(check_alignment_argument): Likewise.
      	(common_handle_option): Use check_alignment_argument.
      	* opts.h (parse_and_check_align_values): Declare.
      	* toplev.c (init_alignments): Remove.
      	(read_log_maxskip): New.
      	(parse_N_M): Likewise.
      	(parse_alignment_opts): Likewise.
      	(backend_init_target): Remove usage of init_alignments.
      	* toplev.h (parse_alignment_opts): Declare.
      	* tree-streamer-in.c (streamer_read_tree_bitfields): Add new
      	argument.
      	* tree-streamer-out.c (streamer_write_tree_bitfields): Likewise.
      	* tree.c (cl_option_hasher::equal): New.
      	* varasm.c: Use new global macros.
      2018-07-04  Martin Liska  <mliska@suse.cz>
      
      	PR middle-end/66240
      	PR target/45996
      	PR c/84100
      	* lto.c (compare_tree_sccs_1): Use cl_optimization_option_eq
      	instead of memcmp.
      2018-07-04  Martin Liska  <mliska@suse.cz>
      
      	PR middle-end/66240
      	PR target/45996
      	PR c/84100
      	* gcc.dg/pr84100.c (foo):
      	* gcc.target/i386/falign-functions-2.c: New test.
      	* gcc.target/i386/falign-functions.c: New test.
      
      From-SVN: r262375
      Martin Liska committed
    • Temporary remove "at least 8 byte alignment" code from x86 · dd047c67
      2018-07-04  Denys Vlasenko  <dvlasenk@redhat.com>
      
      	* config/i386/dragonfly.h: (ASM_OUTPUT_MAX_SKIP_ALIGN):
      	Use a simpler align directive also if MAXSKIP = ALIGN-1.
      	* config/i386/gas.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Likewise.
      	* config/i386/lynx.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Likewise.
      	* config/i386/netbsd-elf.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Likewise.
      	* config/i386/i386.h (ASM_OUTPUT_MAX_SKIP_PAD): Likewise.
      	* config/i386/freebsd.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Remove "If N
      	is large, do at least 8 byte alignment" code. Add SUBALIGN_LOG
      	define. Use a simpler align directive also if MAXSKIP = ALIGN-1.
      	* config/i386/gnu-user.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Likewise.
      	* config/i386/iamcu.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Likewise.
      	* config/i386/openbsdelf.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Likewise.
      	* config/i386/x86-64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Likewise.
      
      From-SVN: r262374
      Denys Vlasenko committed
    • Fix DOS-based system build and fix documentation. · 7709f595
      2018-07-04  Martin Liska  <mliska@suse.cz>
                  Jonathan Wakely  <jwakely@redhat.com>
      
      	* coverage.c: Use correct type.
      	* doc/invoke.texi: Language correction.
      
      Co-Authored-By: Jonathan Wakely <jwakely@redhat.com>
      
      From-SVN: r262373
      Martin Liska committed
    • Remove legacy testcase for -fprofile-generate=./ · f45eb408
      2018-07-04  Martin Liska  <mliska@suse.cz>
      
      	* gcc.dg/pr47793.c: Remove.
      
      From-SVN: r262372
      Martin Liska committed
    • Fix typo in bb-slp-over-widen-*.c · bb263b55
      2018-07-04  Richard Sandiford  <richard.sandiford@arm.com>
      
      gcc/testsuite/
      	* gcc.dg/vect/bb-slp-over-widen-1.c: Fix name of dump file for
      	final scan test.
      	* gcc.dg/vect/bb-slp-over-widen-2.c: Likewise.
      
      From-SVN: r262371
      Richard Sandiford committed
    • i386: Add indirect_return function attribute · ebaa4dea
      On x86, swapcontext may return via indirect branch when shadow stack
      is enabled.  To support code instrumentation of control-flow transfers
      with -fcf-protection, add indirect_return function attribute to inform
      compiler that a function may return via indirect branch.
      
      Note: Unlike setjmp, swapcontext only returns once.  Mark it return
      twice will unnecessarily disable compiler optimization as shown in
      the testcase here.
      
      gcc/
      
      	PR target/85620
      	* config/i386/i386.c (rest_of_insert_endbranch): Also generate
      	ENDBRANCH for non-tail call which may return via indirect branch.
      	* doc/extend.texi: Document indirect_return attribute.
      
      gcc/testsuite/
      
      	PR target/85620
      	* gcc.target/i386/pr85620-1.c: New test.
      	* gcc.target/i386/pr85620-2.c: Likewise.
      	* gcc.target/i386/pr85620-3.c: Likewise.
      	* gcc.target/i386/pr85620-4.c: Likewise.
      
      From-SVN: r262370
      H.J. Lu committed
    • h8300.md (logical<mode>3_sn, [...]): Merge into a single pattern. · 7422f0ff
              * config/h8300/h8300.md (logical<mode>3_sn, logical<mode>3): Merge
              into a single pattern.
      
      From-SVN: r262369
      Jeff Law committed
    • PR tree-optimization/86274 - SEGFAULT when logging std::to_string(NAN) · 7af7cb51
      gcc/ChangeLog:
      
      	PR tree-optimization/86274
      	* gimple-ssa-sprintf.c (fmtresult::type_max_digits): Verify
      	precondition.
      	(format_floating): Correct handling of infinities and NaNs.
      
      gcc/testsuite/ChangeLog:
      
      	PR tree-optimization/86274
      	* gcc.dg/tree-ssa/builtin-sprintf-9.c: New test.
      	* gcc.dg/tree-ssa/builtin-sprintf-warn-1.c: Adjust.
      	* gcc.dg/tree-ssa/builtin-sprintf-warn-10.c: Same.
      	* gcc.dg/tree-ssa/builtin-sprintf-warn-15.c: Same.
      	* gcc.dg/tree-ssa/builtin-sprintf-warn-7.c: Same.
      	* gcc.dg/tree-ssa/builtin-sprintf.c: Same.
      	* gcc.dg/tree-ssa/pr83198.c: Same.
      
      From-SVN: r262368
      Martin Sebor committed
    • print-tree.c (print_real_cst): New function. · 68a8b147
      gcc/ChangeLog:
      
      	* print-tree.c (print_real_cst): New function.
      	(print_node_brief): Call it.
      	(print_node): Ditto.
      
      From-SVN: r262367
      Martin Sebor committed
    • h8300.md (ors code_iterator): New. · ec4692b4
      	* config/h8300/h8300.md (ors code_iterator): New.
      	(bsetqi_msx, bnotqi_msx patterns and splitters): Consolidate into
      	a single pattern and single splitter.
      	(bsethi_msx, bnothi_msx patterns): Consolidate into a single pattern.
      	(iorqi3_1, xorqi3_1): Likewise.
      	(iorqi3, xorqi3 expanders): Similarly.
      
      From-SVN: r262366
      Jeff Law committed
    • h8300.md (movmd_internal_normal): Consolidated with (movmd_internal) into a… · fae7e834
      h8300.md (movmd_internal_normal): Consolidated with (movmd_internal) into a single pattern using the P mode iterator.
      
      	* config/h8300/h8300.md (movmd_internal_normal): Consolidated with
      	(movmd_internal) into a single pattern using the P mode iterator.
      	(movmd splitters): Similarly.
      	(stpcpy_internal_normal, stpcpy_internal): Similarly for thes patterns.
      	(movsd splitters): Similarly.
      
      From-SVN: r262365
      Jeff Law committed
    • Daily bump. · f1ee5763
      From-SVN: r262364
      GCC Administrator committed
  2. 03 Jul, 2018 17 commits
    • P0556R3 Integral power-of-2 operations, P0553R2 Bit operations · f3e91052
      P0553R2 is not in the C++2a working draft yet, but is likely to be
      approved soon. Neither proposal supports std::byte but this adds
      overloads of each function for std::byte, assuming that will also get
      added.
      
      	* include/Makefile.am: Add new header.
      	* include/Makefile.in: Regenerate.
      	* include/precompiled/stdc++.h: Include new header.
      	* include/std/bit: New header.
      	(__rotl, __rotr, __countl_zero, __countl_one, __countr_zero)
      	(__countr_one, __popcount, __ispow2, __ceil2, __floor2, __log2p1):
      	Define for C++14.
      	[!__STRICT_ANSI__] (rotl, rotr, countl_zero, countl_one, countr_zero)
      	(countr_one, popcount): Define for C++2a. Also overload for std::byte.
      	(ispow2, ceil2, floor2, log2p1): Define for C++2a.
      	[!__STRICT_ANSI__] (ispow2, ceil2, floor2, log2p1): Overload for
      	std::byte.
      	* testsuite/26_numerics/bit/bit.pow.two/ceil2.cc: New.
      	* testsuite/26_numerics/bit/bit.pow.two/floor2.cc: New.
      	* testsuite/26_numerics/bit/bit.pow.two/ispow2.cc: New.
      	* testsuite/26_numerics/bit/bit.pow.two/log2p1.cc: New.
      	* testsuite/26_numerics/bit/bitops.rot/rotl.cc: New.
      	* testsuite/26_numerics/bit/bitops.rot/rotr.cc: New.
      	* testsuite/26_numerics/bit/bitops.count/countl_one.cc: New.
      	* testsuite/26_numerics/bit/bitops.count/countl_zero.cc: New.
      	* testsuite/26_numerics/bit/bitops.count/countr_one.cc: New.
      	* testsuite/26_numerics/bit/bitops.count/countr_zero.cc: New.
      
      From-SVN: r262360
      Jonathan Wakely committed
    • Remove redundant #if conditional · cf3e6e9f
      The whole file is guarded by the same check already.
      
      	* include/bits/alloc_traits.h: Remove redundant preprocessor
      	condition.
      
      From-SVN: r262359
      Jonathan Wakely committed
    • decl.c (min_location): New. · 2dac4037
      /cp
      2018-07-03  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* decl.c (min_location): New.
      	(smallest_type_quals_location): Use the latter.
      	(check_concept_fn): Use DECL_SOURCE_LOCATION.
      	(grokdeclarator): Use accurate locations in a number of error
      	messages involving ds_thread, ds_storage_class, ds_virtual,
      	ds_constexpr, ds_typedef and ds_friend; exploit min_location.
      
      /testsuite
      2018-07-03  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* g++.dg/other/locations1.C: New.
      	* g++.dg/tls/locations1.C: Likewise.
      	* g++.dg/diagnostic/virtual-constexpr.C: Likewise.
      	* g++.dg/diagnostic/virtual-static.C: Likewise.
      	* g++.dg/concepts/fn-concept2.C: Test the locations too.
      	* g++.dg/cpp0x/constexpr-virtual5.C: Likewise.
      	* g++.dg/cpp0x/pr51463.C: Likewise.
      	* g++.dg/other/typedef1.C: Likewise.
      	* g++.dg/parse/dtor13.C: Likewise.
      	* g++.dg/template/error44.C: Likewise.
      	* g++.dg/template/typedef4.C: Likewise.
      	* g++.dg/template/typedef5.C: Likewise.
      	* g++.dg/tls/diag-2.C: Likewise.
      	* g++.old-deja/g++.brendan/crash11.C: Likewise.
      
      From-SVN: r262358
      Paolo Carlini committed
    • h8300.c (h8300_insn_length_from_table): Consolidate ADDB... · c3c3ddbb
      	* config/h8300/h8300.c (h8300_insn_length_from_table): Consolidate
      	ADDB, ADDW and ADDL into a single ADD attribute which selects the
      	right table based on the size of the operand.
      	* config/h8300/h8300.md (length_table): Corresponding changes. All
      	references to "addb", "addw" and "addl" changed to "add".
      	(btst patterns): Merge two variants into a single pattern.
      	(tstqi, tsthi): Likewise.
      	(addhi3_incdec, addsi3_incdec): Likewise.
      	(subhi3_h8300hs, subsi3_h8300hs): Likewise.
      	(mulhi3, mulsi3): Likewise.
      	(udivhi3, udivsi3): Likewise.
      	(divhi3, divsi3): Likewise.
      	(andorqi3, andorhi3, andorsi3): Likewise.
      
      From-SVN: r262357
      Jeff Law committed
    • re PR tree-optimization/85694 (Generation of vectorized AVG (Average) instruction) · 15333be7
      	PR target/85694
      	* config/i386/sse.md (uavg<mode>3_ceil): New expander.
      	(<sse2_avx2>_uavg<mode>3<mask_name>): Simplify expander.
      
      testsuite/ChangeLog:
      
      	PR target/85694
      	* gcc.target/i386/pr85694.c: New test.
      
      From-SVN: r262354
      Uros Bizjak committed
    • re PR c++/86201 (ICE: Error reporting routines re-entered) · 44b0c9ae
      	PR c++/86201
      	* typeck.c (cp_build_binary_op): Check c_inhibit_evaluation_warnings.
      
      	* g++.dg/diagnostic/pr86201.C: New test.
      
      From-SVN: r262353
      Marek Polacek committed
    • stl_algobase.h (__niter_wrap): New. · 315aadc8
      2018-07-03  François Dumont  <fdumont@gcc.gnu.org>
      
      	* include/bits/stl_algobase.h (__niter_wrap): New.
      	(__copy_move_a2(_II, _II, _OI)): Use latter.
      	(__copy_move_backward_a2(_BI1, _BI1, _BI2)): Likewise.
      	(fill_n(_OI, _Size, const _Tp&)): Likewise.
      	(equal(_II1, _II1, _II2)): Use __glibcxx_requires_can_increment.
      	* include/debug/stl_iterator.h
      	(std::__niter_base(const __gnu_cxx::_Safe_iterator<
      	__gnu_cxx::__normal_iterator<>, _Sequence>&)): New declaration.
      	* include/debug/vector (__niter_base(const __gnu_cxx::_Safe_iterator<
      	__gnu_cxx::__normal_iterator<>, _Sequence>&)): New.
      
      From-SVN: r262349
      François Dumont committed
    • Reorg line_map data structures for better packing. · 42a98b43
      	* include/line-map.h (enum lc_reason): Add LC_HWM.
      	(LINE_MAP_MAX_LOCATION): Define here.
      	(struct line_map): Move reason field to line_map_ordinary.  Adjust
      	GTY tagging.
      	(struct line_map_ordinary): Reorder fields for less padding.
      	(struct line_map_macro): Likewise.
      	(MAP_ORDINARY_P): New.
      	(linemap_check_ordinary, linemap_check_macro): Adjust.
      	* line-map.c (LINE_MAP_MAX_SOURCE_LOCATION): Delete.
      	(new_linemap): Take start_location, not reason.  Adjust.
      	(linemap_add, linemap_enter_macro): Adjust.
      	(linemap_line_start): Likewise.
      	(linemap_macro_expansion_map_p): Use MAP_ORDINARY_P.
      	(linemap_macro_loc_to_spelling_point): Likewise.
      	(linemap_macro_loc_to_def_point): Likewise.
      	(linemap_dump): Likewise.
      
      From-SVN: r262348
      Nathan Sidwell committed
    • [17/n] PR85694: AArch64 support for AVG_FLOOR/CEIL · 42addb5a
      This patch adds AArch64 patterns for the new AVG_FLOOR/CEIL operations.
      AVG_FLOOR is [SU]HADD and AVG_CEIL is [SU]RHADD.
      
      2018-07-03  Richard Sandiford  <richard.sandiford@arm.com>
      
      gcc/
      	PR tree-optimization/85694
      	* config/aarch64/iterators.md (HADD, RHADD): New int iterators.
      	(u): Handle UNSPEC_SHADD, UNSPEC_UHADD, UNSPEC_SRHADD and
      	UNSPEC_URHADD.
      	* config/aarch64/aarch64-simd.md (<u>avg<mode>3_floor)
      	(<u>avg<mode>3_ceil): New patterns.
      
      gcc/testsuite/
      	PR tree-optimization/85694
      	* lib/target-supports.exp (check_effective_target_vect_avg_qi):
      	Return true for AArch64 without SVE.
      	* gcc.target/aarch64/vect_hadd_1.h: New file.
      	* gcc.target/aarch64/vect_shadd_1.c: New test.
      	* gcc.target/aarch64/vect_srhadd_1.c: Likewise.
      	* gcc.target/aarch64/vect_uhadd_1.c: Likewise.
      	* gcc.target/aarch64/vect_urhadd_1.c: Likewise.
      
      From-SVN: r262347
      Richard Sandiford committed
    • Remove "note: " prefix from some scan-tree-dump directives · 25d861fe
      gcc/testsuite/ChangeLog:
      	* gcc.dg/vect/slp-perm-1.c: Remove "note: " prefix from
      	scan-tree-dump directive.
      	* gcc.dg/vect/slp-perm-2.c: Likewise.
      	* gcc.dg/vect/slp-perm-3.c: Likewise.
      	* gcc.dg/vect/slp-perm-5.c: Likewise.
      	* gcc.dg/vect/slp-perm-6.c: Likewise.
      	* gcc.dg/vect/slp-perm-7.c: Likewise.
      	* gcc.dg/vect/slp-perm-8.c: Likewise.
      
      From-SVN: r262346
      David Malcolm committed
    • re PR c++/84306 (Wrong overload selected with -std=c++17, explicit and {}) · a9ad62b6
      	PR c++/84306
      	* g++.dg/overload/conv-op3.C: New test.
      
      From-SVN: r262345
      Marek Polacek committed
    • re PR middle-end/86202 (ICE in get_range_info calling an invalid memcpy() declaration) · 3f27391f
      	PR middle-end/86202
      	* gimple-fold.c (size_must_be_zero_p): Check the type of the size.
      
      	* gcc.dg/Wint-conversion-2.c: New test.
      
      From-SVN: r262344
      Marek Polacek committed
    • PR c++/86378 - functional cast in noexcept-specifier. · 2831d681
      	* tree.c (strip_typedefs_expr) [TREE_LIST]: Fix iteration.
      
      From-SVN: r262343
      Jason Merrill committed
    • h8300.md (HSI, [...]): New mode iterators. · a6bac46b
      	* config/h8300/h8300.md (HSI, QHSI, QHSIF): New mode iterators.
      	(shifts): New code iterator.
      	(movqi, movhi, movsi, movsf expanders): Consolidate into a single
      	expander.  Fix HImode handling on H8/SX.
      	(addqi3, addhi3, addsi3 expanders): Consolidate into a single expander.
      	(subqi3, subhi3, subsi3 expanders): Likewise.
      	(andqi3, andhi3, andsi3 expanders): Likewise.
      	(iorqi3, iorhi3, iorsi3 expanders): Likewise.
      	(xorqi3, xorhi3, xorsi3 expanders): Likewise.
      	(negqi2, neghi2, negsi2, negsf2 expanders): Likewise.
      	(one_cmplqi2, one_cmplhi2, one_cmplsi2): Likewise.
      	(zero_extendqihi2, zero_extendqisi2): Likewise.
      	(extendqihi2, extendqisi2): Likewise.
      	(rotlqi3, rotlhi3, rotlsi3): Likewise.
      	(neghi2_h8300, negsi2_h8300): Likewise for these patterns.
      	(rotlqi3_1, rotlhi3_1): Likewise.
      	(logicalhi3_sn, logicalsi3_sn): Likewise.
      	(logicalhi3, logicalsi3): Likewise.
      
      From-SVN: r262342
      Jeff Law committed
    • re PR ipa/86389 (execute FAILs with -fipa-pta) · abee2682
      2018-07-03  Richard Biener  <rguenther@suse.de>
      
      	PR ipa/86389
      	* tree-ssa-structalias.c (find_func_clobbers): Properly
      	handle indirect calls.
      
      	* gcc.dg/torture/pr86389.c: New testcase.
      
      From-SVN: r262341
      Richard Biener committed
    • Remove powerpc-linux_paired from config-list.mk · d3435784
      The target has been removed, so we shouldn't try to build it.
      
      
      	PR target/86382
      	* contrib/config-list.mk: Remove powerpc-linux_paired.
      
      From-SVN: r262340
      Segher Boessenkool committed
    • Pass more vector types to append_pattern_def_seq · 776bfcea
      The PR85694 series added a vectype argument to append_pattern_def_seq.
      This patch makes more callers use it.
      
      2018-07-03  Richard Sandiford  <richard.sandiford@arm.com>
      
      gcc/
      	* tree-vect-patterns.c (vect_recog_rotate_pattern)
      	(vect_recog_vector_vector_shift_pattern, vect_recog_divmod_pattern)
      	(vect_recog_mixed_size_cond_pattern, adjust_bool_pattern_cast)
      	(adjust_bool_pattern, vect_recog_bool_pattern): Pass the vector
      	type to append_pattern_def_seq instead of creating a stmt_vec_info
      	directly.
      	(build_mask_conversion): Likewise.  Remove vinfo argument.
      	(vect_add_conversion_to_patterm): Likewise, renaming to...
      	(vect_add_conversion_to_pattern): ...this.
      	(vect_recog_mask_conversion_pattern): Update call to
      	build_mask_conversion.  Pass the vector type to
      	append_pattern_def_seq here too.
      	(vect_recog_gather_scatter_pattern): Update call to
      	vect_add_conversion_to_pattern.
      
      From-SVN: r262338
      Richard Sandiford committed