This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch, Fortran, OOP] PR 45933:[4.6 regression] ICE in gfc_add_component_ref, at fortran/class.c:77


On 10/07/2010 09:26 AM, Janus Weil wrote:
Hi all,

this patch fixes the code which resolves type-bound operator calls: It
was only working if the passed-object is a simple variable, but failed
on more complicated expressions like derived-type components. The
reason for this being a regression is probably that we modified a lot
of the polymorphic TBP handling in 4.6.

The patch was regtested on x86_64-unknown-linux-gnu. I think it's
pretty obvious. Ok for trunk?

OK and thanks Janus.

Jerry


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]