1. 09 Oct, 2011 7 commits
  2. 08 Oct, 2011 4 commits
    • Fix ChangeLog format for revision 177233. · 7089ef0f
      From-SVN: r179712
      Gerald Pfeifer committed
    • In libobjc/: 2011-10-08 Richard Frith-Macdonald <rfm@gnu.org> Nicola Pero… · 0ea39696
      In libobjc/: 2011-10-08 Richard Frith-Macdonald <rfm@gnu.org> Nicola Pero <nicola.pero@meta-innovation.com>
      
      In libobjc/:
      2011-10-08  Richard Frith-Macdonald <rfm@gnu.org>
                  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	PR libobjc/50428
      	* sendmsg.c (__objc_send_initialize): If a class does not have an
      	+initialize method, search for an +initialize method in the
      	superclass and in the ancestor classes and execute the first one
      	that is found.  This makes the GNU runtime behave in the same way
      	as the Apple/NeXT runtime with respect to +initialize methods and
      	subclassing.
      
      In gcc/:
      2011-10-08  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	PR libobjc/50428
      	* doc/objc.texi (Garbage Collection): Updated example to protect
      	+initialize against execution in subclasses.
      
      In gcc/testsuite/:
      2011-10-08  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	PR libobjc/50428	
      	* objc/execute/initialize-1.m: New test.
      
      From-SVN: r179711
      Nicola Pero committed
    • re PR fortran/47844 (Array stride ignored for pointer-valued function results) · 30a390c8
      2011-10-08  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/47844
      	* trans-array.c (gfc_conv_array_index_offset): Use descriptor
      	stride for pointer function results.
      
      2011-10-08  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/47844
      	* gfortran.dg/pointer_function_result_1.f90 : New test.
      
      From-SVN: r179710
      Paul Thomas committed
    • Daily bump. · 2758ee99
      From-SVN: r179707
      GCC Administrator committed
  3. 07 Oct, 2011 29 commits