1. 21 Mar, 2014 11 commits
    • re PR target/60610 (ICE in convert_regs_1, at reg-stack.c:3064) · e49080ec
      	PR target/60610
      	* config/i386/i386.h (TARGET_64BIT_P): If not TARGET_BI_ARCH,
      	redefine to 1 or 0.
      	* config/i386/darwin.h (TARGET_64BIT_P): Redefine to
      	TARGET_ISA_64BIT_P(x).
      
      From-SVN: r208756
      Jakub Jelinek committed
    • re PR libstdc++/60587 (debug-mode -std=c++11 vector::insert(pos, begin, end)… · 72d1f255
      re PR libstdc++/60587 (debug-mode -std=c++11 vector::insert(pos, begin, end) dereferences begin too eagerly)
      
      	PR libstdc++/60587
      	* include/debug/functions.h (_Is_contiguous_sequence): Define.
      	(__foreign_iterator): Accept additional iterator. Do not dispatch on
      	iterator category.
      	(__foreign_iterator_aux2): Likewise. Add overload for iterators
      	from different types of debug container. Use _Is_contiguous_sequence
      	instead of is_lvalue_reference.
      	(__foreign_iterator_aux3): Accept additional iterator. Avoid
      	dereferencing past-the-end iterator.
      	(__foreign_iterator_aux4): Use const value_type* instead of
      	potentially user-defined const_pointer type.
      	* include/debug/macros.h (__glibcxx_check_insert_range): Fix comment
      	and pass end iterator to __gnu_debug::__foreign_iterator.
      	(__glibcxx_check_insert_range_after): Likewise.
      	(__glibcxx_check_max_load_factor): Fix comment.
      	* include/debug/vector (_Is_contiguous_sequence): Define partial
      	specializations.
      	* testsuite/23_containers/vector/debug/57779_neg.cc: Remove
      	-std=gnu++11 option and unused header.
      	* testsuite/23_containers/vector/debug/60587.cc: New.
      	* testsuite/23_containers/vector/debug/60587_neg.cc: New.
      
      From-SVN: r208755
      Jonathan Wakely committed
    • pr60033.C: Use target c++1y. · 084721e0
      2014-03-21  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* g++.dg/cpp1y/pr60033.C: Use target c++1y.
      	* g++.dg/cpp1y/pr60393.C: Likewise.
      
      From-SVN: r208753
      Paolo Carlini committed
    • re PR c++/60384 ([c++1y] ICE with invalid typedef) · 279d3eb8
      /cp
      2014-03-21  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/60384
      	* name-lookup.c (push_class_level_binding_1): Check identifier_p
      	on the name argument.
      
      /testsuite
      2014-03-21  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/60384
      	* g++.dg/cpp1y/pr60384.C: New.
      
      From-SVN: r208752
      Paolo Carlini committed
    • rs6000.c (rs6000_expand_vector_set): Generate a pattern for vector nor instead… · 44eb6c40
      rs6000.c (rs6000_expand_vector_set): Generate a pattern for vector nor instead of subtract from splat(-1).
      
      2014-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
      
      	* config/rs6000/rs6000.c (rs6000_expand_vector_set): Generate a
      	pattern for vector nor instead of subtract from splat(-1).
      	(altivec_expand_vec_perm_const_le): Likewise.
      
      From-SVN: r208750
      Bill Schmidt committed
    • re PR target/60598 (ICE in maybe_record_trace_start, at dwarf2cfi.c:2239) · ec6f831a
      PR target/60598
      
      	* ifcvt.c (dead_or_predicable): Return FALSE if there are any frame
      	related insns after epilogue_completed.
      	* gcc.dg/pr60598.c: New test.
      
      From-SVN: r208749
      Richard Henderson committed
    • re PR ipa/59176 (ICE edge points to wrong declaration / verify_cgraph_node failed) · 3d8d0043
      2014-03-21  Martin Jambor  <mjambor@suse.cz>
      
      	PR ipa/59176
      	* cgraph.h (symtab_node): New flag body_removed.
      	* ipa.c (symtab_remove_unreachable_nodes): Set body_removed flag
      	when removing bodies.
      	* symtab.c (dump_symtab_base): Dump body_removed flag.
      	* cgraph.c (verify_edge_corresponds_to_fndecl): Skip nodes which
      	had their bodies removed.
      
      testsuite/
              * g++.dg/torture/pr59176.C: New test.
      
      From-SVN: r208748
      Martin Jambor committed
    • re PR middle-end/60419 (ICE Segmentation fault) · d833415c
      2014-03-21  Martin Jambor  <mjambor@suse.cz>
      
      	PR ipa/60419
      	* ipa.c (symtab_remove_unreachable_nodes): Clear thunk flag of nodes
      	in the border.
      
      testsuite/
      	* g++.dg/ipa/pr60419.C: New test.
      
      From-SVN: r208747
      Martin Jambor committed
    • re PR tree-optimization/60577 (inefficient FDO instrumentation code) · 400a4f6c
      2014-03-21  Richard Biener  <rguenther@suse.de>
      
      	PR tree-optimization/60577
      	* tree-core.h (struct tree_base): Document nothrow_flag use
      	in VAR_DECL_NONALIASED.
      	* tree.h (VAR_DECL_NONALIASED): New.
      	(may_be_aliased): Adjust.
      	* coverage.c (build_var): Set VAR_DECL_NONALIASED.
      
      	* gcc.dg/tree-ssa/ssa-lim-11.c: New testcase.
      
      From-SVN: r208746
      Richard Biener committed
    • configure.ac: Move BUILD_CONFIG set up earlier. · beeda1d9
      	* configure.ac: Move BUILD_CONFIG set up earlier.  Add
      	--enable-vtable-verify option parsing.  Don't add
      	target-libsanitizer to bootstrap_target_libs unless
      	--with-build-config=bootstrap-asan or
      	--with-build-config=bootstrap-ubsan.  Don't add target-libvtv
      	to bootstrap_target_libs unless --enable-vtable-verify.
      	* configure: Regenerated.
      
      From-SVN: r208745
      Jakub Jelinek committed
    • Daily bump. · 6499b5d2
      From-SVN: r208743
      GCC Administrator committed
  2. 20 Mar, 2014 16 commits
  3. 19 Mar, 2014 13 commits