From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16689 invoked by alias); 21 Feb 2003 21:26:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 16668 invoked by uid 71); 21 Feb 2003 21:26:00 -0000 Resent-Date: 21 Feb 2003 21:26:00 -0000 Resent-Message-ID: <20030221212600.16667.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, larson@w6yx.stanford.edu Received: (qmail 16213 invoked by uid 48); 21 Feb 2003 21:24:45 -0000 Message-Id: <20030221212445.16212.qmail@sources.redhat.com> Date: Fri, 21 Feb 2003 21:26:00 -0000 From: larson@w6yx.stanford.edu Reply-To: larson@w6yx.stanford.edu To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: fortran/9793: Internal compiler error in `float_signal', at toplev.c:2442 X-SW-Source: 2003-02/txt/msg01082.txt.bz2 List-Id: >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 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: