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] PR42684 [4.5 Regression] ICE when interface operator(xx) available through host and use assoc in module procedure


Am 14.01.2010 03:41, schrieb Jerry DeLisle:
> On 01/13/2010 07:55 AM, Tobias Burnus wrote:
>> Shouldn't one pass q->sym->name rather than "p"?
> 
> Yes, done and regression tested. ( I had it this way originally as seen
> in the PR.  I changed it just to see what would happen. )
>
>> resolve.c:  if (gfc_compare_interfaces (sym1, sym2, NULL, 1, 0, NULL, 0))
> 
> Done and regression tested fine.
>
>> c) Adding a gcc_assert checking that name2 is not NULL, which gives a
> 
> Done, added the assert.
>
> All regression tested.  OK for trunk?

OK - thanks for the patch!

Tobias


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