Re: [Patch, Fortran] PR55763 fix .mod reading plus CALL with CLASS(*)

2012-12-22 Thread Paul Richard Thomas
Dear Tobias, I did this one myself on the plane to the UK last night! We came to the same patch, so yes it's OK for trunk. Thanks Paul On 21 December 2012 22:41, Tobias Burnus wrote: > Another two fixes for CLASS(*). (We really should audit all calls to > gfc_find_derived_vtab for possible is

[Patch, Fortran] PR55763 fix .mod reading plus CALL with CLASS(*)

2012-12-21 Thread Tobias Burnus
Another two fixes for CLASS(*). (We really should audit all calls to gfc_find_derived_vtab for possible issues with CLASS(*).) If I haven't miscounted, there is still one other failure in the PR. Build and regtested on x86-64-gnu-linux. OK for the trunk? Tobias 2012-12-21 Tobias Burnus PR