1. 11 May, 2016 4 commits
  2. 10 May, 2016 31 commits
    • cfgcleanup: Handle a branch with just a return in both arms (PR71028) · ac2a4c0d
      If we have a conditional jump that has only a return in both the branch
      path and the fallthrough path, and the return on the branch path can not
      be made a conditional return, we will try to make a conditional return
      from the fallthrough path, and that does not work because we then try
      to redirect the (new) jump in the fallthrough block to the original
      dest in the branch path, which is the exit block.
      
      For the testcase on ARM we end up in this situation because before the
      jump2 pass there are some other insns in the return blocks as well, but
      the same insns in both, so those are moved above the conditional jump.
      Only later (in the ce3 pass) are the conditional jump and two returns
      melded into one return, so we need to handle this strange case here.
      
      
      	PR rtl-optimization/71028
      	* cfgcleanup.c (try_optimize_cfg): Do not flip a conditional
      	jump with just a return in the fallthrough block if the branch
      	block contains just a returns as well.
      
      From-SVN: r236106
      Segher Boessenkool committed
    • Simple bitop reassoc in match.pd · e39dab2c
      2016-05-10  Marc Glisse  <marc.glisse@inria.fr>
      
      gcc/
      	* fold-const.c (fold_binary_loc) [(X ^ Y) & Y]: Remove and merge with...
      	* match.pd ((X & Y) ^ Y): ... this.
      	((X & Y) & Y, (X | Y) | Y, (X ^ Y) ^ Y, (X & Y) & (X & Z), (X | Y)
      	| (X | Z), (X ^ Y) ^ (X ^ Z)): New transformations.
      
      gcc/testsuite/
      	* gcc.dg/tree-ssa/bit-assoc.c: New testcase.
      	* gcc.dg/tree-ssa/pr69270.c: Adjust.
      	* gcc.dg/tree-ssa/vrp59.c: Disable forwprop.
      
      From-SVN: r236103
      Marc Glisse committed
    • Simplify read-md.c and read-rtl.c using require_char_ws · 601070fc
      read-md.c and read-rtl.c repeatedly use this pattern:
      
          c = read_skip_spaces ();
          if (c != ')')
            fatal_expected_char (')', c);
      
      Simplify them by introduce a helper function to do this.
      
      gcc/ChangeLog:
      	* read-md.c (require_char_ws): New function.
      	(read_string): Simplify using require_char_ws.
      	(handle_constants): Likewise.
      	(handle_enum): Likewise.
      	(handle_file): Likewise.
      	* read-md.h (require_char_ws): New declaration.
      	* read-rtl.c (read_conditions): Simplify using require_char_ws.
      	(read_mapping): Likewise.
      	(read_rtx_code): Likewise.
      	(read_nested_rtx): Likewise.
      
      From-SVN: r236101
      David Malcolm committed
    • sysv4.h (CRTOFFLOADBEGIN): Define. · 31269570
      	* config/rs6000/sysv4.h (CRTOFFLOADBEGIN): Define. Add crtoffloadbegin.o
      	if offloading is enabled and -fopenacc or -fopenmp is specified.
      	(CRTOFFLOADEND): Likewise.
      	(STARTFILE_LINUX_SPEC): Add CRTOFFLOADBEGIN.
      	(ENDFILE_LINUX_SPEC): Add CRTOFFLOADEND.
      
      From-SVN: r236098
      James Norris committed
    • i386.c (legitimize_pic_address): Merge 64-bit and 32-bit gotoff_operand code paths. · 6ca7558b
      	* config/i386/i386.c (legitimize_pic_address): Merge 64-bit and 32-bit
      	gotoff_operand code paths.  Use copy_to_suggested_regs and
      	expand_simple_binop where appropriate.  Cleanup.
      
      From-SVN: r236096
      Uros Bizjak committed
    • configure.ac: Move AC_USE_SYSTEM_EXTENSIONS behind AM_ENABLE_MULTILIB. · 61431953
      2016-05-10  Matthias Klose  <doko@ubuntu.com>
      
              * configure.ac: Move AC_USE_SYSTEM_EXTENSIONS behind AM_ENABLE_MULTILIB.
              * configure: Regenerate.
      
      From-SVN: r236093
      Matthias Klose committed
    • re PR target/70799 (STV pass does not convert DImode shifts) · d067e238
      gcc/
      
      	PR target/70799
      	* config/i386/i386.c (dimode_scalar_to_vector_candidate_p): Allow
      	integer constants.
      	(dimode_scalar_chain::vector_const_cost): New.
      	(dimode_scalar_chain::compute_convert_gain): Handle constants.
      	(dimode_scalar_chain::convert_op): Likewise.
      	(dimode_scalar_chain::convert_insn): Likewise.
      
      gcc/testsuite/
      
      	PR target/70799
      	* gcc.target/i386/pr70799-1.c: New test.
      
      From-SVN: r236090
      Ilya Enkovich committed
    • re PR middle-end/70877 ([MPX] ICE in in convert_move) · 1e3af2a4
      gcc/
      
      	PR middle-end/70877
      	* tree-chkp.c (chkp_add_bounds_to_call_stmt): Handle
      	calls with type casted fndecl.
      
      gcc/testsuite/
      
      	PR middle-end/70877
      	* gcc.target/i386/pr70877.c: New test.
      
      From-SVN: r236088
      Ilya Enkovich committed
    • DWARF: fix stack usage assessment for DW_OP_neg · cd36c83e
      When the DWARF back-end generates DW_OP_neg operations in DWARF
      procedures, we get an ICE because of inconsistent stack usage
      computation for the embedding expression. This is because
      resolve_args_picking_1 thinks DW_OP_neg is a binary operation (pops 2
      stack slots, pushes 1) whereas it really is an unary one (one pop, one
      push).
      
      This change fixes resolve_args_picking_1 and adds a regression testcase
      (which crashes with the current trunk).  Bootstrapped and regtested
      without regression on x86_64-linux.
      
      gcc/
      
      	* dwarf2out.c (resolve_args_picking_1): Consider DW_OP_neg as an
      	unary operation, not a binary one.
      
      gcc/testsuite/
      
      	* gnat.dg/debug6.adb, gnat.dg/debug6_pkg.ads: New testcase.
      
      From-SVN: r236087
      Pierre-Marie de Rodat committed
    • re PR tree-optimization/70876 (ICE in chkp_find_bounds: Unexpected tree code with_size_expr) · afc610db
      gcc/
      
      	PR tree-optimization/70786
      	* tree-chkp.c (chkp_find_bounds_1): Support WITH_SIZE_EXPR.
      	* gcc/calls.c (initialize_argument_information): Bind bounds
      	with corresponding args passed by reference.
      
      gcc/testsuite/
      
      	PR tree-optimization/70786
      	* gcc.target/i386/pr70876.c: New test.
      
      From-SVN: r236086
      Ilya Enkovich committed
    • Test begin and end functions for directory iterators · 7f99d40a
      	* include/experimental/bits/fs_dir.h (begin, end): Add noexcept.
      	* testsuite/experimental/filesystem/iterators/directory_iterator.cc:
      	Test begin and end functions.
      	* testsuite/experimental/filesystem/iterators/
      	recursive_directory_iterator.cc: Likewise.
      
      From-SVN: r236085
      Jonathan Wakely committed
    • libstdc++/71038 fix error checks in filesystem::copy_file · 6fe673ad
      	PR libstdc++/71038
      	* src/filesystem/ops.cc (do_copy_file): Fix backwards conditions.
      	* testsuite/experimental/filesystem/operations/copy_file.cc: New test.
      
      From-SVN: r236084
      Jonathan Wakely committed
    • re PR target/70927 ([6 only] avx512dq instructions emitted even with -mavx512vl -mno-avx512dq) · 4b59d19f
      	PR target/70927
      	* config/i386/sse.md (<sse>_andnot<mode>3<mask_name>),
      	*<code><mode>3<mask_name>): For !TARGET_AVX512DQ and EVEX encoding,
      	use vp*[dq] instead of v*p[sd] instructions and adjust mode attribute
      	accordingly.
      
      	* gcc.target/i386/avx512vl-logic-1.c: New test.
      	* gcc.target/i386/avx512vl-logic-2.c: New test.
      	* gcc.target/i386/avx512dq-logic-2.c: New test.
      
      From-SVN: r236083
      Jakub Jelinek committed
    • re PR target/70963 (vec_cts/vec_ctf intrinsics produce wrong results for 64-bit floating point) · 9b5ee426
      [gcc]
      
      2016-05-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
      
      	PR target/70963
      	* config/rs6000/vsx.md (vsx_xvcvdpsxds_scale): Generate correct
      	code for a zero scale factor.
      	(vsx_xvcvdpuxds_scale): Likewise.
      
      [gcc/testsuite]
      
      2016-05-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
      
      	PR target/70963
      	* gcc.target/powerpc/pr70963.c: New.
      
      From-SVN: r236082
      Bill Schmidt committed
    • Add debugging ruler to diagnostic-show-locus.c · f3352cab
      When debugging diagnostic-show-locus.c, it's invaluable to have a
      "ruler" showing column numbers.
      
      This patch adds in support via a new "show_ruler_p" flag within
      the diagnostic_context.  There's no direct way for end-users to enable
      this, but plugins can enable it by setting the flag, so the
      plugin that tests the diagnostic subsystem uses this to verify that
      the ruler is correctly printed.
      
      gcc/ChangeLog:
      	* diagnostic-show-locus.c (layout::layout): Call show_ruler
      	if show_ruler_p was set on the context.
      	(layout::show_ruler): New method.
      	* diagnostic.h (struct diagnostic_context): Add field
      	"show_ruler_p".
      
      gcc/testsuite/ChangeLog:
      	* gcc.dg/plugin/diagnostic-test-show-locus-bw.c
      	(test_very_wide_line): Add ruler to expected output.
      	* gcc.dg/plugin/diagnostic-test-show-locus-color.c
      	(test_very_wide_line): Likewise.
      	* gcc.dg/plugin/diagnostic_plugin_test_show_locus.c
      	(test_show_locus): Within the handling of "test_very_wide_line",
      	enable show_ruler_p on the diagnostic context.
      
      From-SVN: r236080
      David Malcolm committed
    • re PR tree-optimization/71039 (ICE: verify_ssa failed (error: definition in… · 4a3255dd
      re PR tree-optimization/71039 (ICE: verify_ssa failed (error: definition in block 4 does not dominate use in block 5) w/ -O1 and above)
      
      2016-05-10  Richard Biener  <rguenther@suse.de>
      
      	PR tree-optimization/71039
      	* tree-ssa-phiprop.c: Include tree-ssa-loop.h.
      	(chk_uses): New function.
      	(propagate_with_phi): Verify we can safely replicate the lhs of an
      	aggregate assignment on all incoming edges.
      
      	* gcc.dg/torture/pr71039.c: New testcase.
      
      From-SVN: r236079
      Richard Biener committed
    • Optimize __directory_iterator_proxy for the common case · 77a87b2a
      	* include/experimental/bits/fs_dir.h (__directory_iterator_proxy):
      	Overload operator* to move from rvalues.
      
      From-SVN: r236078
      Jonathan Wakely committed
    • nested-func-10.c: Requires alloca. · da7c9950
      	* gcc.dg/nested-func-10.c: Requires alloca.
      	* gcc.dg/nested-func-9.c: Requires alloca.
      	* gcc.c-torture/execute/pr70460.c: Requires labels.
      	* gcc.c-torture/compile/pr70199.c: Requires labels.
      	* gcc.target/nvptx/decl.c: Compile only.
      	* gcc.target/nvptx/trailing-init.c: Compile only.
      	* gcc.target/nvptx/ary-init.c: Compile only.
      
      From-SVN: r236077
      Nathan Sidwell committed
    • libstdc++/71036 Handle EEXIST in filesystem::create_directory · f9a39467
      	PR libstdc++/71036
      	* src/filesystem/ops.cc (create_dir): Handle EEXIST from mkdir.
      	* testsuite/experimental/filesystem/operations/create_directory.cc:
      	New test.
      
      From-SVN: r236076
      Jonathan Wakely committed
    • Add rudimentary support for atomics on RX. · 927d22fa
      Add rudimentary support for atomics on RX.  It is implemented by flipping
      interrupts off/on around the atomic sequences.
      
      gcc/
      	* config/rx/rx-protos.h (is_interrupt_func, is_fast_interrupt_func):
      	Forward declare.
      	(rx_atomic_sequence): New class.
      	* config/rx/rx.c (rx_print_operand): Use symbolic names for PSW bits.
      	(is_interrupt_func, is_fast_interrupt_func): Make non-static and
      	non-inline.
      	(rx_atomic_sequence::rx_atomic_sequence,
      	rx_atomic_sequence::~rx_atomic_sequence): New functions.
      	* config/rx/rx.md (CTRLREG_PSW, CTRLREG_USP, CTRLREG_FPSW, CTRLREG_CPEN,
      	CTRLREG_BPSW, CTRLREG_BPC, CTRLREG_ISP, CTRLREG_FINTV,
      	CTRLREG_INTB): New constants.
      	(FETCHOP): New code iterator.
      	(fethcop_name, fetchop_name2): New iterator code attributes.
      	(QIHI): New mode iterator.
      	(atomic_exchange<mode>, atomic_exchangesi, xchg_mem<mode>,
      	atomic_fetch_<fetchop_name>si, atomic_fetch_nandsi,
      	atomic_<fetchop_name>_fetchsi, atomic_nand_fetchsi): New patterns.
      
      From-SVN: r236075
      Oleg Endo committed
    • libstdc++/71037 Add base path to filesystem::canonical exceptions · 6f0800d4
      	PR libstdc++/71037
      	* src/filesystem/ops.cc (canonical(const path&, const path&)): Add
      	base path to exception.
      	* testsuite/experimental/filesystem/operations/canonical.cc: Test
      	paths contained in exception.
      
      From-SVN: r236074
      Jonathan Wakely committed
    • 2.cc: Remove unused using declaration. · f10b2e1c
      	* testsuite/experimental/type_erased_allocator/2.cc: Remove unused
      	using declaration.
      
      From-SVN: r236073
      Jonathan Wakely committed
    • libstdc++/71005 fix post-increment for filesystem iterators · d7187f9e
      	PR libstdc++/71005
      	* include/experimental/bits/fs_dir.h (__directory_iterator_proxy):
      	New type.
      	(directory_iterator::operator++(int)): Return proxy.
      	(recursive_directory_iterator::operator++(int)): Likewise.
      	* testsuite/experimental/filesystem/iterators/directory_iterator.cc:
      	Test post-increment.
      	* testsuite/experimental/filesystem/iterators/
      	recursive_directory_iterator.cc: Likewise.
      
      From-SVN: r236072
      Jonathan Wakely committed
    • re PR c/70255 (change of the order of summation of floating point numbers… · cf68d92c
      re PR c/70255 (change of the order of summation of floating point numbers despite no-associative-math)
      
      	PR c/70255
      	* c-decl.c (diagnose_mismatched_decls): Warn for optimize attribute
      	on a declaration following the definition.
      
      	* gcc.dg/attr-opt-1.c: New test.
      
      From-SVN: r236071
      Marek Polacek committed
    • Handle memory leak in tree-inline.c. · bf1abda1
      	* tree-inline.c (remap_dependence_clique): Do not remap
      	debugging statements.
      
      From-SVN: r236070
      Martin Liska committed
    • S/390: Disable scalar vector instructions with -mno-vx. · a579871b
      Although the scalar variants of the vector instructions aren't
      actually vector instructions they are still executed in the vector
      facility and therefore need to be disabled when disabling the facility
      with -mno-vx.
      
      Fixed with the attached patch.  Committed to head, GCC 6, and GCC 5
      branches.
      
      gcc/ChangeLog:
      
      2016-05-10  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
      
      	* config/s390/s390.md ("*vec_cmp<insn_cmp>df_cconly")
      	("*fixuns_truncdfdi2_z13")
      	("*fixuns_trunc<FP:mode><GPR:mode>2_z196")
      	("*fix_truncdfdi2_bfp_z13", "*floatunsdidf2_z13")
      	("*extendsfdf2_z13"): Replace TARGET_Z13 with TARGET_VX.
      
      From-SVN: r236067
      Andreas Krebbel committed
    • re PR tree-optimization/70497 (Missed CSE of subregs on GIMPLE) · 64ea4e15
      2016-05-10  Richard Biener  <rguenther@suse.de>
      
      	PR tree-optimization/70497
      	PR tree-optimization/28367
      	* tree-ssa-sccvn.c (vn_nary_build_or_lookup): New function
      	split out from ...
      	(visit_reference_op_load): ... here.
      	(vn_reference_lookup_3): Use it to handle subreg-like accesses
      	with simplified BIT_FIELD_REFs.
      	* tree-ssa-pre.c (eliminate_insert): Handle inserting BIT_FIELD_REFs.
      	* tree-complex.c (extract_component): Handle BIT_FIELD_REFs
      	correctly.
      
      	* gcc.dg/torture/20160404-1.c: New testcase.
      	* gcc.dg/tree-ssa/ssa-fre-54.c: Likewise.
      	* gcc.dg/tree-ssa/ssa-fre-55.c: Likewise.
      
      From-SVN: r236066
      Richard Biener committed
    • DWARF: add abstract origin links on lexical blocks DIEs · 5a96dae3
      Track from which abstract lexical block concrete ones come from in DWARF
      so that debuggers can inherit the former from the latter. This enables
      debuggers to properly handle the following case:
      
        * function Child2 is nested in a lexical block, itself nested in
          function Child1;
        * function Child1 is inlined into some call site;
        * function Child2 is never inlined.
      
      Here, Child2 is described in DWARF only in the abstract instance of
      Child1. So when debuggers decode Child1's concrete instances, they need
      to fetch the definition for Child2 in the corresponding abstract
      instance: the DW_AT_abstract_origin link on the lexical block that
      embeds Child1 enables them to do that.
      
      Bootstrapped and regtested on x86_64-linux.
      
      gcc/ChangeLog:
      
      	* dwarf2out.c (add_abstract_origin_attribute): Adjust
      	documentation comment.  For BLOCK nodes, add a
      	DW_AT_abstract_origin attribute that points to the DIE generated
      	for the origin BLOCK.
      	(gen_lexical_block_die): Call add_abstract_origin_attribute for
      	blocks from inlined functions.
      
      gcc/testsuite/Changelog:
      
      	* gcc.dg/debug/dwarf2/nested_fun.c: New testcase.
      
      From-SVN: r236065
      Pierre-Marie de Rodat committed
    • [RTEMS] Fix moxie libgcc support · ad251dfd
      libgcc/
      
      	PR libgcc/70720
      	* config.host (moxie-*-rtems*): Merge this stanza with other moxie
      	targets so the same extra_parts are built.  Also have tmake_file add
      	on to its value rather than override.
      
      From-SVN: r236064
      Joel Sherrill committed
    • [libatomic] Add missing files for RTEMS support · 9b6ffe72
      Add missing files for:
      
      2016-04-27  Sebastian Huber  <sebastian.huber@embedded-brains.de>
      
      	* configure.tgt (configure_tgt_pre_target_cpu_XCFLAGS): New variable.
      	(*-*-rtems*): New supported target.
      	* config/rtems/host-config.h: New file.
      	* config/rtems/lock.c: Likewise.
      
      From-SVN: r236060
      Sebastian Huber committed
    • Daily bump. · dad4b09a
      From-SVN: r236056
      GCC Administrator committed
  3. 09 May, 2016 5 commits