1. 11 Jan, 2009 5 commits
  2. 10 Jan, 2009 6 commits
  3. 09 Jan, 2009 17 commits
  4. 08 Jan, 2009 9 commits
  5. 07 Jan, 2009 3 commits
    • target-supports.exp (check_weak_override_available): New. · 8a0963c3
      	* lib/target-supports.exp (check_weak_override_available): New.
      	* lib/target-supports-dg.exp (dg-require-weak-override): New.
      	* gcc.dg/tree-ssa/pr27781.c, g++.dg/eh/weak1.C: Use
      	dg-require-weak-override.
      
      From-SVN: r143172
      Joseph Myers committed
    • rs6000.c (rs6000_legitimize_address): Check for non-word-aligned REG+CONST addressing. · 7da13f1d
      gcc/
      
      	* config/rs6000/rs6000.c (rs6000_legitimize_address): Check for
      	non-word-aligned REG+CONST addressing.
      
      gcc/testsuite/
      
      	* gcc.c-torture/compile/20090107-1.c: New test.
      
      
      Co-Authored-By: Alan Modra <amodra@bigpond.net.au>
      
      From-SVN: r143171
      Nathan Froyd committed
    • re PR libstdc++/38732 (Openoffice.org segfaults with runtime libs built from GCC trunk) · c4bca01b
      	PR libstdc++/38732
      	* libsupc++/unwind-cxx.h (__cxxabiv1::__cxa_exception): Remove
      	referenceCount field again.
      	(__cxxabiv1::__cxa_refcounted_exception): New struct.
      	(__cxxabiv1::__get_refcounted_exception_header_from_obj,
      	__cxxabiv1::__get_refcounted_exception_header_from_ue): New static
      	inline functions.
      	* libsupc++/eh_alloc.cc (__cxxabiv1::__cxa_allocate_exception,
      	__cxxabiv1::__cxa_free_exception): Use __cxa_refcounted_exception
      	instead of __cxa_exception.
      	* libsupc++/eh_throw.cc (__gxx_exception_cleanup,
      	__cxxabiv1::__cxa_throw): Likewise.
      	* libsupc++/eh_ptr.cc (std::rethrow_exception,
      	std::__exception_ptr::exception_ptr::_M_addref,
      	std::__exception_ptr::exception_ptr::_M_release,
      	__gxx_dependent_exception_cleanup): Likewise.
      	* testsuite/18_support/exception/38732.cc: New test.
      
      From-SVN: r143170
      Jakub Jelinek committed