public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: kparz@iastate.edu
To: gcc-gnats@gcc.gnu.org
Subject: fortran/9263: ICE caused by invalid PARAMETER in implied DO loop
Date: Fri, 10 Jan 2003 16:56:00 -0000	[thread overview]
Message-ID: <200301101652.h0AGqdIP019544@arcturus.student.iastate.edu> (raw)


>Number:         9263
>Category:       fortran
>Synopsis:       ICE caused by invalid PARAMETER in implied DO loop
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          ice-on-illegal-code
>Submitter-Id:   net
>Arrival-Date:   Fri Jan 10 08:56:09 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Krzysztof Parzyszek
>Release:        3.4 20030105 (experimental)
>Organization:
>Environment:
System: FreeBSD arcturus.student.iastate.edu 4.7-STABLE FreeBSD 4.7-STABLE #18: Mon Dec 16 17:03:58 CST 2002 kparz@arcturus.student.iastate.edu:/usr/obj/usr/src/sys/ARCTURUS i386


	
host: i386-unknown-freebsd4.7
build: i386-unknown-freebsd4.7
target: i386-unknown-freebsd4.7
configured with: 
>Description:
Symbolic integer constant declared via PARAMETER not explicitly declared
as INTEGER (and not implicitly of type INTEGER) causes ICE if used as
a limit in an implied DO loop.
>How-To-Repeat:
      PARAMETER (P=10)
      INTEGER C(10)
      DATA (C(I),I=1,P) /10*10/
      END

>Fix:
Use appropriate type-statements or implicit declarations.

>Release-Note:
>Audit-Trail:
>Unformatted:


             reply	other threads:[~2003-01-10 16:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-10 16:56 kparz [this message]
2003-01-12 12:38 toon
2003-04-07  0:26 Billinghurst, David (CRTS)
2003-04-12 11:47 toon

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=200301101652.h0AGqdIP019544@arcturus.student.iastate.edu \
    --to=kparz@iastate.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).