Re: [Patch, fortran] PR48946 - Deferred Overloaded Assignment [fwd: tobias.bur...@physik.fu-berlin.de]

2012-01-04 Thread Tobias Burnus
Dear Paul, On Tue, Jan 03, 2012 at 09:30:28PM +0100, Paul Richard Thomas wrote: > Bootstrapped and regtested on x86_64/FC9 - OK for trunk? OK. Thanks for the patch. > + /* If we find a deferred typebound procedure, check for derived types > + that an over-riding typebound procedure has not

Re: [Patch, fortran] PR48946 - Deferred Overloaded Assignment

2012-01-04 Thread Paul Richard Thomas
Dear Thomas, Happy New Year! > Wouldn't it be better to make a new test case?  If there turns out > to be a regression later, changing test cases makes it harder to > find. > > You could just commit the test case 'as is' as typebound_operator_8.f03 > and leave the old one. > > Regards > >      

Re: [Patch, fortran] PR48946 - Deferred Overloaded Assignment

2012-01-04 Thread Thomas Koenig
Hi Paul, Dear All, This is a straightforward patch that adds a last ditch attempt to find a specific typebound procedure when all that has been found for a derived type base object is 'deferred'. typebound_operator_7.f03 has been extended to test derived type as well as class base objects. Bo