[Bug fortran/34026] Internal compiler error: in gfc_add_modify, at fortran/trans.c:159
Christian dot Carli at cern dot ch
gcc-bugzilla@gcc.gnu.org
Thu Nov 8 13:05:00 GMT 2007
------- Comment #4 from Christian dot Carli at cern dot ch 2007-11-08 13:05 -------
Subject: Re: Internal compiler error: in gfc_add_modify, at
fortran/trans.c:159
Hello,
The two files needed to (re)produce the error message have been
uploaded
via the bugzilla interface.
I have continued to play a bit with the source code to isolate
where the error
comes from. The error disappears, if one comments out the 101st line
of the
source file grfa.f:
C DO 40 LINE = NINT(YMIN/DY),NINT(YMAX/DY)
Splitting this command into three lines (and defining INTEGERs
LINEMIN and
LINEMAX) works and gives the following:
LINEMIN=NINT(YMIN/DY)
LINEMAX=NINT(YMAX/DY)
DO 40 LINE = LINEMIN, LINEMAX
I hope that the files and the additional comment are useful for
you. Thanks a
lot for having a look on this problem.
Best regards,
Christian
On Nov 8, 2007, at 1:45 PM, fxcoudert at gcc dot gnu dot org wrote:
>
>
> ------- Comment #1 from fxcoudert at gcc dot gnu dot org
> 2007-11-08 12:45 -------
> (In reply to comment #0)
>> Since I did not find any way to attach the input files (grfa.f and
>> grpckg1.inc) to the present report
>
> Once you write the report, there is a "Create a New Attachment"
> link on the
> bugzilla page for your report.
>
>> /afs/cern.ch/user/c/carli/public/gfortranTest/
>> I hope this is convenient and you can access.
>
> I have absolutely no idea how to access that file. Can you either
> attach it as
> described above, or make it available under a widely-used protocol
> (HTTP, FTP,
> ...)
>
>
> --
>
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34026
>
> ------- You are receiving this mail because: -------
> You are on the CC list for the bug, or are watching someone who is.
> You reported the bug, or are watching the reporter.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34026
More information about the Gcc-bugs
mailing list