public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "david.billinghurst@riotinto.com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/10965] g77 compiles illegal code in testsuite
Date: Tue, 27 May 2003 00:36:00 -0000	[thread overview]
Message-ID: <20030527001520.16996.qmail@sources.redhat.com> (raw)
In-Reply-To: <20030524110427.10965.billingd@gcc.gnu.org>

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10965



------- Additional Comments From david.billinghurst@riotinto.com  2003-05-27 00:15 -------
Subject: [Bug fortran/10965]  illegal code in testsuite - patch for testsuite

This patch removes the non-standard code in test g77.f-torture/compile/20000601-2.f.
I have looked over my notes on this. A function call was needed to trigger the bug, and 
I used MAX().  Any other function call should be OK.

I tried to rebuild a mainline g77 from 20010118 to check this, but couldn't bootstrap.
I did build a version from 20010110, but the original and modified tests both
passed (although the bug was still present if I complied the LAPACK file sgbtrf.f).

2003-05-27  David Billinghurst (David.Billinghurst@riotinto.com)

	PR fortran/10965
	* g77.f-torture/compile/20000601-2.f: Fix non-standard code.

Index: 20000601-2.f
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/g77.f-torture/compile/20000601-2.f,v
retrieving revision 1.1
diff -u -r1.1 20000601-2.f
--- 20000601-2.f        19 Jan 2001 07:59:23 -0000      1.1
+++ 20000601-2.f        26 May 2003 23:55:53 -0000
@@ -11,14 +11,14 @@
       INTEGER   KL, KU, LDAB, M
       REAL      AB( LDAB, * )
 
-      INTEGER   J, JB, JJ, JP, KV, KM
+      INTEGER   J, JB, JJ, JP, KV, KM, F
       REAL      WORK13(65,64), WORK31(65,64)
       KV = KU + KL
       DO J = 1, M
          JB = MIN( 1, M-J+1 )
          DO JJ = J, J + JB - 1
             KM = MIN( KL, M-JJ )
-            JP = MAX( KM+1, AB( KV+1, JJ ) )
+            JP = F( KM+1, AB( KV+1, JJ ) )
             CALL SSWAP( JB, AB( KV+1+JJ-J, J ), LDAB-1,
      $           AB( KV+JP+JJ-J, J ), LDAB-1 )
          END DO




------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


  parent reply	other threads:[~2003-05-27  0:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-24 11:44 [Bug fortran/10965] New: " billingd@gcc.gnu.org
2003-05-24 14:04 ` [Bug fortran/10965] " billingd@gcc.gnu.org
2003-05-27  0:36 ` david.billinghurst@riotinto.com [this message]
2003-06-03  0:15 ` billingd@gcc.gnu.org

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=20030527001520.16996.qmail@sources.redhat.com \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@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).