public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: larson@w6yx.stanford.edu
To: gcc-gnats@gcc.gnu.org
Subject: fortran/9793: Internal compiler error in `float_signal', at toplev.c:2442
Date: Fri, 21 Feb 2003 21:26:00 -0000 [thread overview]
Message-ID: <20030221212445.16212.qmail@sources.redhat.com> (raw)
>Number: 9793
>Category: fortran
>Synopsis: Internal compiler error in `float_signal', at toplev.c:2442
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: unassigned
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri Feb 21 21:26:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator: larson@w6yx.stanford.edu
>Release: F77 version 2.95.4 20020320 [FreeBSD]
>Organization:
>Environment:
>Description:
The simple program:
integer a, b, c
c = -2147483648 / -1
a = 1
b = 0
c = a / b
print *, c
end
gets this error:
foo.f: In program `MAIN__':
foo.f:5: Internal compiler error in `float_signal', at toplev.c:2442
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Obviously, it attempted to evaluate a constant expression
that it couldn't do. Interestingly, it got the line number
wrong, as the error was not on source line 5 (it was really
on line 3).
This was compiling with f77 -g -o foo foo.f
>How-To-Repeat:
attempt to compile with given flags.
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
next reply other threads:[~2003-02-21 21:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-02-21 21:26 larson [this message]
2003-02-21 21:47 bangerth
2003-03-28 4:46 ljrittle
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030221212445.16212.qmail@sources.redhat.com \
--to=larson@w6yx.stanford.edu \
--cc=gcc-gnats@gcc.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).