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 in gimplify.c


> gf_statistics.f90: In function 'print_stats_binary':
> gf_statistics.f90:652: internal compiler error: in
> gimplify_expr, at gimplify.c:5764
>
> The code is 925 lines, and when I comment out the
> lines that trip up gfortran, other errors occur. I can
> mail the code to who wants to investigate this.

Reduced, and confirmed this is PR fortran/25619
(http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25619).

A few comments:
  - maybe we should issue a few guidelines to help people reducing
their bugs, that would be useful as this one wasn't so hard to do, and
it still takes time.
  - does someone have a delta setup for fortran ready (to
automatically reduce fortran code)? if not, I might give it a try over
the week-end

FX


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