From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15904 invoked by alias); 6 Mar 2003 01:46:00 -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 15866 invoked by uid 71); 6 Mar 2003 01:46:00 -0000 Resent-Date: 6 Mar 2003 01:46:00 -0000 Resent-Message-ID: <20030306014600.15865.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, toon@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, David.Billinghurst@riotinto.com Received: (qmail 13762 invoked by uid 48); 6 Mar 2003 01:42:54 -0000 Message-Id: <20030306014254.13761.qmail@sources.redhat.com> Date: Thu, 06 Mar 2003 01:46:00 -0000 From: David.Billinghurst@riotinto.com Reply-To: David.Billinghurst@riotinto.com To: gcc-gnats@gcc.gnu.org Cc: toon@gcc.gnu.org X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) X-GNATS-Notify: toon@gcc.gnu.org Subject: fortran/9972: [3.4 regression] Failure of g77.f-torture/execute/980520-1.f X-SW-Source: 2003-03/txt/msg00240.txt.bz2 List-Id: >Number: 9972 >Category: fortran >Synopsis: [3.4 regression] Failure of g77.f-torture/execute/980520-1.f >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Thu Mar 06 01:46:00 UTC 2003 >Closed-Date: >Last-Modified: >Originator: David Billinghurst >Release: gcc-3.4 20030305 >Organization: >Environment: mips-sgi-irix6.5 >Description: Test g77.f-torture/execute/980520-1.f compile -O0 - passed Tue Mar 4 07:07:13 UTC 2003 - fails Wed Mar 5 07:07:04 UTC 2003 The failure is ld32: ERROR 33: Unresolved text symbol "val_" The (reformatted) test is: Produced a link error through not eliminating the unused statement function after 1998-05-15 change to gcc/toplev.c. Fixed by 1998-05-23 change to f/com.c. values(i,j) = val((i-1)*n+j) end This new behaviour is not unreasonable of -O0, so we may prefer to mark it as XFAIL in the testsuite. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: