1. 15 Apr, 2007 12 commits
  2. 14 Apr, 2007 19 commits
  3. 13 Apr, 2007 9 commits
    • re PR c++/31074 (Reference casting involving multiple inheritance produces bad pointer) · 44ba4c4e
              PR c++/31074
              * call.c (reference_binding): Add c_cast_p parm.  If true,
              add quals to TO as needed to make it reference-compatible.
      
      From-SVN: r123805
      Jason Merrill committed
    • Daily bump. · 9a7b07c6
      From-SVN: r123803
      GCC Administrator committed
    • re PR libstdc++/31556 (find_if uses operator! instead of conversion to bool) · dded9d2c
      2007-04-13  Paolo Carlini  <pcarlini@suse.de>
      
      	PR libstdc++/31556
      	* include/bits/stl_algobase.h (equal(_InputIterator1, _InputIterator1,
      	_InputIterator2, _BinaryPredicate), mismatch(_InputIterator1,
      	_InputIterator1, _InputIterator2, _BinaryPredicate)): Convert
      	predicate return to bool.
      	* include/bits/stl_algo.h (__find_if(_InputIterator, _InputIterator,
      	_Predicate, input_iterator_tag), search(_ForwardIterator1,
      	_ForwardIterator1, _ForwardIterator2, _ForwardIterator2,
      	_BinaryPredicate), __search_n(_ForwardIterator, _ForwardIterator,
      	_Integer, const _Tp&, _BinaryPredicate, std::forward_iterator_tag),
      	__search_n(_RandomAccessIter, _RandomAccessIter, _Integer, const _Tp&,
      	_BinaryPredicate, std::random_access_iterator_tag),
      	search_n(_ForwardIterator, _ForwardIterator, _Integer, const _Tp&,
      	_BinaryPredicate), remove_copy_if(_InputIterator, _InputIterator,
      	_OutputIterator, _Predicate), __unique_copy(_ForwardIterator,
      	_ForwardIterator, _OutputIterator, _BinaryPredicate,
      	forward_iterator_tag, output_iterator_tag),
      	__unique_copy(_InputIterator, _InputIterator, _OutputIterator,
      	_BinaryPredicate, input_iterator_tag, output_iterator_tag),
      	__unique_copy(_InputIterator, _InputIterator, _OutputIterator,
      	_BinaryPredicate, input_iterator_tag, output_iterator_tag),
      	__unique_copy(_InputIterator, _InputIterator, _ForwardIterator,
      	_BinaryPredicate, input_iterator_tag, forward_iterator_tag),
      	unique(_ForwardIterator, _ForwardIterator, _BinaryPredicate),
      	__partition(_BidirectionalIterator, _BidirectionalIterator, _Predicate,
      	bidirectional_iterator_tag), binary_search(_ForwardIterator,
      	_ForwardIterator, const _Tp&, _Compare),
      	next_permutation(_BidirectionalIterator, _BidirectionalIterator,
      	_Compare), prev_permutation(_BidirectionalIterator,
      	_BidirectionalIterator, _Compare)): Likewise.
      
      From-SVN: r123800
      Paolo Carlini committed
    • Fix whitespacing. · 601589db
      From-SVN: r123799
      Mike Stump committed
    • stubify-1.mm: Only run on powerpc. · a35fc190
      	* obj-c++.dg/stubify-1.mm: Only run on powerpc.
      	* obj-c++.dg/template-4.mm: Don't run when 64-bit.
      
      From-SVN: r123798
      Mike Stump committed
    • re PR tree-optimization/29598 (FAIL: gcc.dg/tree-ssa/loadpre1.c and… · 6253b760
      re PR tree-optimization/29598 (FAIL: gcc.dg/tree-ssa/loadpre1.c and loadpre1[45].c scan-tree-dump-times Eliminated: 1 1)
      
      	PR tree-optimization/29598
      	* gcc.dg/tree-ssa/loadpre1.c: XFAIL.
      
      From-SVN: r123794
      Joseph Myers committed
    • re PR fortran/31559 ([4.1 only] Assigning to an EXTERNAL leads to ICE) · 1f8e994c
      2007-04-13  Tobias Burnus  <burnus@net-b.de>
      
      	PR fortran/31559
      	* primary.c (match_variable): External functions
      	are no variables.
      
      2007-04-13  Tobias Burnus  <burnus@net-b.de>
      
      	PR fortran/31559
      	* gfortran.dg/func_assign.f90: New test.
      
      From-SVN: r123793
      Tobias Burnus committed
    • darwin-c.c (handle_c_option): Handle -fapple-kext here so we can... · c40ce8f3
      	* config/darwin-c.c (handle_c_option): Handle -fapple-kext here so
      	we can...
      	* config/darwin.opt (fapple-kext): Make C++ only.
      	* config/darwin.c (darwin_override_options): Remove code to ensure
      	-fapple-kext is given for C++ only.
      
      From-SVN: r123792
      Mike Stump committed