1. 29 Jul, 2017 13 commits
    • use C++ for {make,build}_vector_stat · 7488a79f
      gcc/ChangeLog:
      
      2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
      
      	* tree.c (make_vector_stat): Remove _stat from name.
      	(build_vector_stat): Likewise.
      	* tree.h (make_vector_stat): Remove macro.
      	(build_vector_stat): Likewise.
      
      From-SVN: r250705
      Trevor Saunders committed
    • remove unused build_var_debug_value prototype · b1614049
      gcc/ChangeLog:
      
      2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
      
      	* tree.h (build_var_debug_value): Remove prototype.
      
      From-SVN: r250704
      Trevor Saunders committed
    • use c++ for tree_cons_stat · 126d0cd4
      gcc/ChangeLog:
      
      2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
      
      	* tree.c (tree_cons_stat): Remove _stat from name.
      	* tree.h (tree_cons): Remove macro.
      
      From-SVN: r250703
      Trevor Saunders committed
    • use c++ instead of build_vl_exp_stat · 7aa717c1
      gcc/ChangeLog:
      
      2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
      
      	* tree.c (build_vl_exp_stat): Remove _stat from name.
      	* tree.h (build_vl_exp): Remove macro.
      
      From-SVN: r250702
      Trevor Saunders committed
    • use c++ instead of build_decl_stat · 31b8d81f
      gcc/ChangeLog:
      
      2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
      
      	* tree.c (build_decl_stat): Remove _stat from name.
      	* tree.h (build_decl): Remove macro.
      
      From-SVN: r250701
      Trevor Saunders committed
    • replace gimple_alloc_stat with c++ · 9e2d7f46
      gcc/ChangeLog:
      
      2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
      
      	* gimple.c (gimple_build_with_ops_stat): Adjust.
      	(gimple_alloc_stat): Remove _stat from name.
      	* gimple.h (gimple_alloc): Remove macro.
      
      From-SVN: r250700
      Trevor Saunders committed
    • use c++ instead of {make,grow}_tree_vec_stat · 9f896a45
      gcc/ChangeLog:
      
      2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
      
      	* tree.c (make_tree_vec_stat): Remove _stat from name.
      	(grow_tree_vec_stat): Likewise.
      	* tree.h (make_tree_vec_stat): Adjust prototype.
      	(grow_tree_vec_stat): Likewise.
      	(make_tree_vec): Remove macro.
      	(grow_tree_vec): Likewise.
      
      From-SVN: r250699
      Trevor Saunders committed
    • use c++ instead of buildN_stat{,_loc} · 6db60760
      gcc/ChangeLog:
      
      2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
      
      	* fold-const.c (fold_build1_stat_loc): Adjust.
      	(fold_build2_stat_loc): Likewise.
      	(fold_build3_stat_loc): Likewise.
      	* tree.c (build0_stat): Remove _stat from name.
      	(build1_stat): Likewise.
      	(build2_stat): Likewise.
      	(build3_stat): Likewise.
      	(build4_stat): Likewise.
      	(build5_stat): Likewise.
      	* tree.h (build1_loc): Remove macro, and rename _stat function
      	to this.
      	(build2_loc): Likewise.
      	(build3_loc): Likewise.
      	(build4_loc): Likewise.
      	(build5_loc): Likewise.
      
      From-SVN: r250698
      Trevor Saunders committed
    • use c++ for make_int_cst_stat · 4bd2de4b
      gcc/ChangeLog:
      
      2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
      
      	* tree.c (make_int_cst_stat): Remove _stat from name.
      	* tree.h (make_int_cst_stat): Adjust prototype.
      	(make_int_cst): Remove macro.
      
      From-SVN: r250697
      Trevor Saunders committed
    • use cxx instead of make_tree_binfo_stat · 86cbccd7
      gcc/ChangeLog:
      
      2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
      
      	* tree.c (make_tre_binfo_stat): Remove _stat from name.
      	* tree.h (make_tree_binfo_stat): Adjust prototype.
      	(make_tree_binfo): Remove.
      
      From-SVN: r250696
      Trevor Saunders committed
    • use c++ instead of _stat for copy_node_stat · 39d970d7
      gcc/cp/ChangeLog:
      
      2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
      
      	* lex.c (copy_decl): Adjust.
      	(copy_type): Likewise.
      
      gcc/ChangeLog:
      
      2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
      
      	* tree.c (copy_node_stat): Rename to copy_node.
      	(build_distinct_type_copy): Adjust.
      	* tree.h (copy_node_stat): Adjust prototype.
      	(copy_node): Remove macro.
      
      From-SVN: r250695
      Trevor Saunders committed
    • use c++ instead of make_node_stat · f719e2f1
      gcc/ChangeLog:
      
      2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
      
      	* tree.c (make_node_stat): rename to make_node.
      	(build_tree_list_stat): Adjust.
      	(build0_stat): Likewise.
      	(build2_stat): Likewise.
      	(build3_stat): Likewise.
      	(build4_stat): Likewise.
      	(build5_stat): Likewise.
      	(build_decl_stat): Likewise.
      	* tree.h (make_node_stat): Adjust prototype.
      	(make_node): remove macro.
      
      From-SVN: r250694
      Trevor Saunders committed
    • Daily bump. · 57a93c6a
      From-SVN: r250693
      GCC Administrator committed
  2. 28 Jul, 2017 27 commits
    • ppc-auxv.h (PPC_FEATURE2_DARN): New define. · 782a7850
      gcc/
      	* config/rs6000/ppc-auxv.h (PPC_FEATURE2_DARN): New define.
      	(PPC_FEATURE2_SCV): Likewise.
      	* config/rs6000/rs6000.c (cpu_supports_info): Use them.
      
      gcc/testsuite/
      	* gcc.target/powerpc/cpu-builtin-1.c (darn, scv): Add tests.
      
      From-SVN: r250687
      Peter Bergner committed
    • compiler: add backend type conversion · 02c7e7eb
          
          Tweak Interface_field_reference_expression::do_get_backend to apply an
          additional backend type conversion to the returned result.  This is
          needed due to the fact that the top level type of the expression is a
          function descriptor, however the value being manufactured is a pointer
          to <thunk-descriptor, value> struct.
          
          Reviewed-on: https://go-review.googlesource.com/51712
      
      From-SVN: r250686
      Ian Lance Taylor committed
    • configure.ac (target-libffi): Don't disable for AIX. · 5a427c63
      2017-07-28  Tony Reix  <tony.reix@atos.net>
      
              * configure.ac (target-libffi): Don't disable for AIX.
              (go): Don't add to unsupported_languages on AIX.
              (target-libgo): Don't disable for AIX.
              * configure: Regenerate.
      
      From-SVN: r250685
      Tony Reix committed
    • compiler: track placeholder pointer types for conversion · 9761988f
          
          We recently started walking through the hash table of pointer types to
          finalize them.  Unfortunately it is possible to create a new pointer
          type while finalizing an existing one (test case: test/fixedbugs/issue5291)
          and that breaks the iteration.  So, instead, keep a list of
          placeholder pointer types, and iterate through them while permitting
          the list to be extended as we go.
          
          Reviewed-on: https://go-review.googlesource.com/51771
      
      From-SVN: r250683
      Ian Lance Taylor committed
    • compiler: use a single temporary for calls with multiple results · 97a0928c
          
          For calls that return multiple results we used to create a temporary
          of struct type to hold the results, and also create a separate
          temporary for each result.  Then the call expression would copy each
          result out of the struct to the temporary, and Call_result_expression
          would refer to the desired temporary.
          
          Simplify this to just use a single temporary of struct type, and
          change Call_result_expression to fetch a field of the struct.
          
          This may reduce some incorrect tree sharing in the backend code.
          
          Reviewed-on: https://go-review.googlesource.com/51770
      
      From-SVN: r250682
      Ian Lance Taylor committed
    • 2017-07-28 Tamar Christina <tamar.christina@arm.com> · 9de00935
      	* config/aarch64/aarch64.c
      	(aarch64_internal_mov_immediate): Add new special pattern.
      	* config/aarch64/aarch64.md (*movdi_aarch64):
      	Add reg/32bit const mov case.
      
      gcc/testsuite/
      2017-07-28  Tamar Christina  <tamar.christina@arm.com>
      
      	* gcc.target/aarch64/int_mov_immediate_1.c: New.
      
      From-SVN: r250680
      Tamar Christina committed
    • pr80815-3.c: Require vect_perm. · 8de33df2
      	gcc/testsuite
      	* gcc.dg/vect/pr80815-3.c: Require vect_perm.
      
      From-SVN: r250676
      Bin Cheng committed
    • Fix pid_t printing · cf311b03
      	* fileline.c (fileline_initialize): Print pid_t as long.
      
      From-SVN: r250675
      Rainer Orth committed
    • dbl_mov_immediate_1.c: New. · 8acb8421
      2017-07-28  Tamar Christina  <tamar.christina@arm.com>
      	    Bilyan Borisov  <bilyan.borisov@arm.com>
      
      	* gcc.target/aarch64/dbl_mov_immediate_1.c: New.
      	* gcc.target/aarch64/flt_mov_immediate_1.c: New.
      	* gcc.target/aarch64/f16_mov_immediate_1.c: New.
      	* gcc.target/aarch64/f16_mov_immediate_2.c: New.
      	* gcc.target/aarch64/pr63304_1.c: Changed to double.
      
      
      Co-Authored-By: Bilyan Borisov <bilyan.borisov@arm.com>
      
      From-SVN: r250674
      Tamar Christina committed
    • aarch64.md (mov<mode>): Generalize. · 90e6443f
      2017-07-28  Tamar Christina  <tamar.christina@arm.com>
                  Richard Sandiford <richard.sandiford@linaro.org>
      
              * config/aarch64/aarch64.md (mov<mode>): Generalize.
              (*movhf_aarch64, *movsf_aarch64, *movdf_aarch64):
              Add integer and movi cases.
              (movi-split-hf-df-sf split, fp16): New.
              (enabled): Added TARGET_FP_F16INST.
              * config/aarch64/iterators.md (GPF_HF): New.
              * config/aarch64/predicates.md (aarch64_reg_or_fp_float): New.
      
      
      Co-Authored-By: Richard Sandiford <richard.sandiford@linaro.org>
      
      From-SVN: r250673
      Tamar Christina committed
    • 2017-07-28 Tamar Christina <tamar.christina@arm.com> · a2170965
      	* config/aarch64/aarch64.c
      	(aarch64_simd_container_mode): Add prototype.
      	(aarch64_expand_mov_immediate): Add HI support.
      	(aarch64_reinterpret_float_as_int, aarch64_float_const_rtx_p: New.
      	(aarch64_can_const_movi_rtx_p): New.
      	(aarch64_preferred_reload_class):
      	Remove restrictions of using FP registers for certain SIMD operations.
      	(aarch64_rtx_costs): Added new cost for CONST_DOUBLE moves.
      	(aarch64_valid_floating_const): Add integer move validation.
      	(aarch64_simd_imm_scalar_p): Remove.
      	(aarch64_output_scalar_simd_mov_immediate): Generalize function.
      	(aarch64_legitimate_constant_p): Expand list of supported cases.
      	* config/aarch64/aarch64-protos.h
      	(aarch64_float_const_rtx_p, aarch64_can_const_movi_rtx_p): New.
      	(aarch64_reinterpret_float_as_int): New.
      	(aarch64_simd_imm_scalar_p): Remove.
      	* config/aarch64/constraints.md (Uvi): New.
      	(Dd): Split into Ds and new Dd.
      	* config/aarch64/aarch64.md (*movsi_aarch64):
      	Add SIMD mov case.
      	(*movdi_aarch64): Add SIMD mov case.
      
      From-SVN: r250672
      Tamar Christina committed
    • tree-predcom.c: (struct chain): Handle store-store chain in which stores for elimination only... · 39ff50ce
      	* tree-predcom.c: (struct chain): Handle store-store chain in which
      	stores for elimination only store loop invariant values.
      	(execute_pred_commoning_chain): Ditto.
      	(prepare_initializers_chain_store_elim): Ditto.
      	(prepare_finalizers): Ditto.
      	(is_inv_store_elimination_chain): New function.
      	(initialize_root_vars_store_elim_1): New function.
      
      From-SVN: r250670
      Bin Cheng committed
    • tree-predcom.c: Revise general description of the pass. · d9c259ef
      	* tree-predcom.c: Revise general description of the pass.
      	(enum chain_type): New enum type for store elimination.
      	(struct chain): New field supporting store elimination.
      	(struct component): Ditto.
      	(dump_chain): Dump store-stores chain.
      	(release_chain): Release resources.
      	(split_data_refs_to_components): Compute and create component
      	contains only stores for elimination.
      	(get_chain_last_ref_at): New function.
      	(make_invariant_chain): Initialization.
      	(make_rooted_chain): Specify chain type in parameter and record it.
      	(add_looparound_copies): Skip for store-stores chain.
      	(determine_roots_comp): Compute type of chain and pass it to
      	make_rooted_chain.
      	(initialize_root_vars_store_elim_2): New function.
      	(finalize_eliminated_stores): New function.
      	(remove_stmt): Handle store for elimination.
      	(execute_pred_commoning_chain): Execute predictive commoning on
      	store-store chains.
      	(determine_unroll_factor): Skip unroll for store-stores chain.
      	(prepare_initializers_chain_store_elim): New function.
      	(prepare_initializers_chain): Hanlde store-store chain.
      	(prepare_finalizers_chain, prepare_finalizers): New function.
      	(tree_predictive_commoning_loop): Return integer value indicating
      	if loop is unrolled or lcssa form is corrupted.
      	(tree_predictive_commoning): Rewrite for lcssa form if necessary.
      
      	gcc/testsuite
      	* gcc.dg/tree-ssa/predcom-dse-1.c: New test.
      	* gcc.dg/tree-ssa/predcom-dse-2.c: New test.
      	* gcc.dg/tree-ssa/predcom-dse-3.c: New test.
      	* gcc.dg/tree-ssa/predcom-dse-4.c: New test.
      	* gcc.dg/tree-ssa/predcom-dse-5.c: New test.
      	* gcc.dg/tree-ssa/predcom-dse-6.c: New test.
      	* gcc.dg/tree-ssa/predcom-dse-7.c: New test.
      	* gcc.dg/tree-ssa/predcom-dse-8.c: New test.
      	* gcc.dg/tree-ssa/predcom-dse-9.c: New test.
      	* gcc.dg/tree-ssa/predcom-dse-10.c: New test.
      	* gcc.dg/tree-ssa/predcom-dse-11.c: New test.
      
      From-SVN: r250669
      Bin Cheng committed
    • tree-predcom.c (initialize_root): Delete. · 10dfaf9a
      	* tree-predcom.c (initialize_root): Delete.
      	(execute_pred_commoning_chain): Initialize root vars and replace
      	reference of non-combined chain directly, rather than call above
      	function.
      
      From-SVN: r250668
      Bin Cheng committed
    • tree-predcom.c (ref_at_iteration): Add parameter NITERS. · 3c62a7fb
      	* tree-predcom.c (ref_at_iteration): Add parameter NITERS.  Compute
      	memory reference to DR at (NITERS + ITERS)-th iteration of loop.
      
      From-SVN: r250667
      Bin Cheng committed
    • tree-predcom.c (struct chain): New field init_seq. · aa4de160
      	* tree-predcom.c (struct chain): New field init_seq.
      	(release_chain): Release init_seq.
      	(prepare_initializers_chain): Record intialization stmts in above
      	field.
      	(insert_init_seqs): New function.
      	(tree_predictive_commoning_loop): Call insert_init_seqs.
      
      From-SVN: r250666
      Bin Cheng committed
    • match.pd: Remove superfluous :c. · 6c35e5b0
      2017-07-28  Richard Biener  <rguenther@suse.de>
      
      	* match.pd: Remove superfluous :c.
      	* genmatch.c (simplify::id): Add member.
      	(lower_commutative, lower_opt_convert, lower_cond, lower_for):
      	Copy id.
      	(current_id): New global.
      	(dt_node::parent): Move from ...
      	(dt_operand::parent): ... here.  Add for_id member.
      	(is_a_helper <dt_operand *>::test): DT_TRUE is also a dt_operand.
      	(decision_tree::find_node): Relax order requirement when
      	merging DT_TRUE nodes to ones inbetween the current simplify
      	and the one we try to merge with.  Add diagnostic whenever
      	we need to enforce pattern order by not merging.
      	(decision_tree::insert): Set current_id.
      	(decision_tree::print_node): Dump parent node and for_id.
      	(parser::last_id): Add member.
      	(parser::push_simplify): Assign unique id.
      	(parser::parser): Initialize last_id.
      
      From-SVN: r250664
      Richard Biener committed
    • Set DECL_VALUE_EXPR after a debug stmt is generated (PR sanitizer/81340). · 6d7649f8
      2017-07-28  Martin Liska  <mliska@suse.cz>
      
      	PR sanitizer/81340
      	* sanopt.c (sanitize_rewrite_addressable_params): Set VALUE_EXPR after
      	gimple_build_debug_bind.
      2017-07-28  Martin Liska  <mliska@suse.cz>
      
      	PR sanitizer/81340
      	* g++.dg/asan/pr81340.C: New test.
      
      From-SVN: r250660
      Martin Liska committed
    • re PR middle-end/81502 (In some cases the data is moved to memory unnecessarily… · 92e29a5e
      re PR middle-end/81502 (In some cases the data is moved to memory unnecessarily [partial regression])
      
      2017-07-28  Richard Biener  <rguenther@suse.de>
      
      	PR tree-optimization/81502
      	* match.pd: Add pattern combining BIT_INSERT_EXPR with
      	BIT_FIELD_REF.
      	* tree-cfg.c (verify_expr): Verify types of BIT_FIELD_REF
      	size/pos operands.
      	(verify_gimple_assign_ternary): Likewise for BIT_INSERT_EXPR pos.
      	* gimple-fold.c (maybe_canonicalize_mem_ref_addr): Use bitsizetype
      	for BIT_FIELD_REF args.
      	* fold-const.c (make_bit_field_ref): Likewise.
      	* tree-vect-stmts.c (vectorizable_simd_clone_call): Likewise.
      
      	* gcc.target/i386/pr81502.c: New testcase.
      
      From-SVN: r250659
      Richard Biener committed
    • re PR sanitizer/80998 (Implement -fsanitize=pointer-overflow) · c9b39a49
      	PR sanitizer/80998
      	* sanopt.c (pass_sanopt::execute): Handle IFN_UBSAN_PTR.
      	* tree-ssa-alias.c (call_may_clobber_ref_p_1): Likewise.
      	* flag-types.h (enum sanitize_code): Add SANITIZER_POINTER_OVERFLOW.
      	Or it into SANITIZER_UNDEFINED.
      	* ubsan.c: Include gimple-fold.h and varasm.h.
      	(ubsan_expand_ptr_ifn): New function.
      	(instrument_pointer_overflow): New function.
      	(maybe_instrument_pointer_overflow): New function.
      	(instrument_object_size): Formatting fix.
      	(pass_ubsan::execute): Call instrument_pointer_overflow
      	and maybe_instrument_pointer_overflow.
      	* internal-fn.c (expand_UBSAN_PTR): New function.
      	* ubsan.h (ubsan_expand_ptr_ifn): Declare.
      	* sanitizer.def (__ubsan_handle_pointer_overflow,
      	__ubsan_handle_pointer_overflow_abort): New builtins.
      	* tree-ssa-tail-merge.c (merge_stmts_p): Handle IFN_UBSAN_PTR.
      	* internal-fn.def (UBSAN_PTR): New internal function.
      	* opts.c (sanitizer_opts): Add pointer-overflow.
      	* lto-streamer-in.c (input_function): Handle IFN_UBSAN_PTR.
      	* fold-const.c (build_range_check): Compute pointer range check in
      	integral type if pointer arithmetics would be needed.  Formatting
      	fixes.
      gcc/testsuite/
      	* c-c++-common/ubsan/ptr-overflow-1.c: New test.
      	* c-c++-common/ubsan/ptr-overflow-2.c: New test.
      libsanitizer/
      	* ubsan/ubsan_handlers.cc: Cherry-pick upstream r304461.
      	* ubsan/ubsan_checks.inc: Likewise.
      	* ubsan/ubsan_handlers.h: Likewise.
      
      From-SVN: r250656
      Jakub Jelinek committed
    • Do not handle VLA in sanitization (PR sanitizer/81460). · 70affe6a
      2017-07-28  Martin Liska  <mliska@suse.cz>
      
      	PR sanitizer/81460
      	* sanopt.c (sanitize_rewrite_addressable_params): Do not rewrite
      	parameters that are of a variable-length.
      2017-07-28  Martin Liska  <mliska@suse.cz>
      
      	PR sanitizer/81460
      	* gcc.dg/asan/pr81460.c: New test.
      
      From-SVN: r250655
      Martin Liska committed
    • [PowerPC/RTEMS] Add 64-bit support using ELFv2 ABI · 16bab95a
      Add 64-bit support for RTEMS using the ELFv2 ABI with 64-bit long
      double.
      
      gcc/
      	* config.gcc (powerpc-*-rtems*): Remove rs6000/eabi.h.  Add
      	rs6000/biarch64.h.
      	* config/rs6000/rtems.h (ASM_DECLARE_FUNCTION_SIZE): New macro.
      	(ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
      	(CRT_CALL_STATIC_FUNCTION): Likewise.
      	(ASM_DEFAULT_SPEC): New define.
      	(ASM_SPEC32): Likewise.
      	(ASM_SPEC64): Likewise.
      	(ASM_SPEC_COMMON): Likewise.
      	(ASM_SPEC): Likewise.
      	(INVALID_64BIT): Likewise.
      	(LINK_OS_DEFAULT_SPEC): Likewise.
      	(LINK_OS_SPEC32): Likewise.
      	(LINK_OS_SPEC64): Likewise.
      	(POWERPC_LINUX): Likewise.
      	(PTRDIFF_TYPE): Likewise.
      	(RESTORE_FP_PREFIX): Likewise.
      	(RESTORE_FP_SUFFIX): Likewise.
      	(SAVE_FP_PREFIX): Likewise.
      	(SAVE_FP_SUFFIX): Likewise.
      	(SIZE_TYPE): Likewise.
      	(SUBSUBTARGET_OVERRIDE_OPTIONS): Likewise.
      	(TARGET_64BIT): Likewise.
      	(TARGET_64BIT): Likewise.
      	(TARGET_AIX): Likewise.
      	(WCHAR_TYPE_SIZE): Likewise.
      	(WCHAR_TYPE): Undefine.
      	(TARGET_OS_CPP_BUILTINS): Add 64-bit PowerPC defines.
      	(CPP_OS_DEFAULT_SPEC): Use previous CPP_OS_RTEMS_SPEC.
      	(CPP_OS_RTEMS_SPEC): Delete.
      	(SUBSUBTARGET_EXTRA_SPECS): Remove cpp_os_rtems.  Add
      	asm_spec_common, asm_spec32, asm_spec64, link_os_spec32, and
      	link_os_spec64.
      	* config/rs6000/t-rtems: Add mcpu=e6500/m64 multilibs.
      
      libgcc/
      	* config/rs6000/ibm-ldouble.c: Disable if defined __rtems__.
      
      From-SVN: r250652
      Sebastian Huber committed
    • re PR tree-optimization/81578 (ICE in omp_reduction_init_op) · d0ee55a1
      	PR tree-optimization/81578
      	* tree-parloops.c (build_new_reduction): Bail out if
      	reduction_code isn't one of the standard OpenMP reductions.
      	Move the details printing after that decision.
      
      	* gcc.dg/pr81578.c: New test.
      
      From-SVN: r250651
      Jakub Jelinek committed
    • re PR tree-optimization/81573 (wrong code at -O3 on x86_64-linux-gnu) · 1ce75e41
      2017-07-28  Richard Biener  <rguenther@suse.de>
      
      	PR tree-optimization/81573
      	* gcc.dg/torture/pr81573.c: Explicitely use signed char.
      
      From-SVN: r250650
      Richard Biener committed
    • go-backend.c (go_write_export_data): Use EXCLUDE section for AIX. · 4ce21457
      	* go-backend.c (go_write_export_data): Use EXCLUDE section for
      	AIX.
      
      From-SVN: r250648
      Tony Reix committed