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: ICE


Il giorno gio, 07/02/2008 alle 10.50 +0000, FX ha scritto:
> > psb_tools_mod.f90: In function 'psb_cdall':
> > psb_tools_mod.f90:621: internal compiler error: in fold_convert, at
> > fold-const.c:2248
> 
> Showing us the lines around psb_tools_mod.f90:621 might help a bit.
> 
Here you go...looks pretty vanilla to me.....

    | desc_a%base_desc => null()  
    |
    |   if (present(parts)) then  
    |      if (.not.present(mg)) then 
    |        info=581
    |        call psb_errpush(info,name)
    |        goto 999 
    |      end if
621 |      if (present(ng)) then 
    |        n_ = ng
    |      else
    |        n_ = mg 
    |      endif
    |      call  psb_cdals(mg, n_, parts, ictxt, desc_a, info)

> > Since I suspect cutting down the test case will require some time, is
> > there sufficient  interest in fixing 4.2.3 for me to open a PR?
> 
> Did it work with previous 4.2 compilers?

Not sure, it's a recent development branch (about 10 days) and I think I
only used 4.3 on it. 

Thanks 
Salvatore



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