Skip to content
Snippets Groups Projects
  1. Nov 30, 2011
  2. Nov 29, 2011
  3. Nov 28, 2011
    • Uros Bizjak's avatar
      cdce3.C: Use dg-additional-options. · 338a1a22
      Uros Bizjak authored
      	* g++.dg/cdce3.C: Use dg-additional-options.
      
      From-SVN: r181789
      338a1a22
    • Jakub Jelinek's avatar
      re PR debug/50317 (missing DW_OP_GNU_implicit_pointer) · c32f25b8
      Jakub Jelinek authored
      	PR debug/50317
      	* tree-ssa.c (execute_update_addresses_taken): Remove
      	var ={v} {CLOBBER} stmts instead of rewriting them into
      	var_N ={v} {CLOBBER}.
      
      From-SVN: r181788
      c32f25b8
    • Jakub Jelinek's avatar
      re PR middle-end/50907 (EDGE_CROSSING incorrectly set across same section with... · d3b623c7
      Jakub Jelinek authored
      re PR middle-end/50907 (EDGE_CROSSING incorrectly set across same section with -freorder-blocks-and-partition -fPIC -fprofile-use)
      
      	PR middle-end/50907
      	* function.c (convert_jumps_to_returns): When redirecting an edge
      	succ to EXIT_BLOCK_PTR, clear EDGE_CROSSING flag.
      
      	* gcc.dg/tree-prof/pr50907.c: New test.
      
      From-SVN: r181787
      d3b623c7
    • Jakub Jelinek's avatar
      re PR tree-optimization/50078 (combine wrong code: volatile accesses optimized out) · 8c29866f
      Jakub Jelinek authored
      	PR tree-optimization/50078
      	* tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Copy over
      	TREE_THIS_VOLATILE also from the old to new lhs resp. rhs.
      
      	* gcc.dg/pr50078.c: New test.
      
      From-SVN: r181786
      8c29866f
    • Jakub Jelinek's avatar
      re PR tree-optimization/50682 (ICE: SIGSEGV in main_block_label with -O2... · 99d8763e
      Jakub Jelinek authored
      re PR tree-optimization/50682 (ICE: SIGSEGV in main_block_label with -O2 -fnon-call-exceptions -ftracer)
      
      	PR tree-optimization/50682
      	* tree-eh.c (maybe_remove_unreachable_handlers): New function.
      	* tree-flow.h (maybe_remove_unreachable_handlers): New prototype.
      	* tree-optimize.c (execute_cleanup_cfg_post_optimizing): Call it.
      
      	* g++.dg/opt/pr50682.C: New test.
      
      From-SVN: r181785
      99d8763e
    • Andrew MacLeod's avatar
      c-family · 62bad7cd
      Andrew MacLeod authored
      	* c-cpp-builtin.c (cpp_atomic_builtins):New.  Emit all atomic
      	predefines in one place.  Add LOCK_FREE predefines.
      	(c_cpp_builtins): Move Legacy HAVE_SYNC predefines to
      	new func.
      
      	libstdc++-v3
      	* include/bits/atomic_base.h (ATOMIC_*_LOCK_FREE): Use new cpp
      	predefined macros.
      	* testsuite/29_atomics/headers/atomic/macros.cc: Add BOOL and POINTER
      	macro checks.  Check for expected compile time values.
      
      From-SVN: r181784
      62bad7cd
    • Rainer Orth's avatar
      Cleanup rs6000/t-ppccomm configurations (PR other/51022) · f9c55897
      Rainer Orth authored
      	PR other/51022
      	* config/rs6000/t-savresfgpr: New file.
      	* config/rs6000/t-ppccomm (LIB2ADD_ST): Remove all but
      	$(srcdir)/config/rs6000/eabi.S.
      	* config/rs6000/t-ppccomm-ldbl: Remove.
      	* config.host (powerpc-*-freebsd*): Add rs6000/t-savresfgpr to
      	tmake_file.
      	(powerpc-*-eabispe*): Likewise.
      	(powerpc-*-eabi*): Likewise.
      	(powerpc-*-linux*, powerpc64-*-linux*): Likewise.
      	(powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add rs6000/t-ppccomm
      	to tmake_file, remove rs6000/t-ppccomm-ldbl.
      	(powerpc-*-eabisimaltivec*): Remove rs6000/t-ppccomm-ldbl from
      	tmake_file.
      	(powerpc-*-eabisim*): Likewise.
      	(powerpc-*-elf*): Likewise.
      	(powerpc-*-eabialtivec*): Likewise.
      	(powerpc-xilinx-eabi*): Likewise.
      	(powerpc-*-rtems*): Likewise.
      	(powerpcle-*-elf*): Likewise.
      	(powerpcle-*-eabisim*): Likewise.
      	(powerpcle-*-eabi*): Likewise.
      
      From-SVN: r181782
      f9c55897
Loading