public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: fortran/9263: ICE caused by invalid PARAMETER in implied DO loop
@ 2003-04-07  0:26 Billinghurst, David (CRTS)
  0 siblings, 0 replies; 4+ messages in thread
From: Billinghurst, David (CRTS) @ 2003-04-07  0:26 UTC (permalink / raw)
  To: toon; +Cc: gcc-prs

The following reply was made to PR fortran/9263; it has been noted by GNATS.

From: "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
To: <gcc-gnats@gcc.gnu.org>
Cc:  
Subject: Re: fortran/9263: ICE caused by invalid PARAMETER in implied DO loop
Date: Mon, 7 Apr 2003 10:23:32 +1000

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=3Dview%20audit-trail&database=3D=
 gcc&pr=3D9263
 
 Bud Davis has a patch for this - =
 http://gcc.gnu.org/ml/gcc-patches/2003-04/msg00370.html
 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: fortran/9263: ICE caused by invalid PARAMETER in implied DO loop
@ 2003-04-12 11:47 toon
  0 siblings, 0 replies; 4+ messages in thread
From: toon @ 2003-04-12 11:47 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, kparz, toon

Synopsis: ICE caused by invalid PARAMETER in implied DO loop

State-Changed-From-To: analyzed->closed
State-Changed-By: toon
State-Changed-When: Sat Apr 12 11:47:29 2003
State-Changed-Why:
    Fixed by Bud Davis for GCC/g77 3.3 (and by implication,
    for 3.4).

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9263


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: fortran/9263: ICE caused by invalid PARAMETER in implied DO loop
@ 2003-01-12 12:38 toon
  0 siblings, 0 replies; 4+ messages in thread
From: toon @ 2003-01-12 12:38 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, kparz, nobody, toon

Synopsis: ICE caused by invalid PARAMETER in implied DO loop

Responsible-Changed-From-To: unassigned->toon
Responsible-Changed-By: toon
Responsible-Changed-When: Sun Jan 12 04:38:16 2003
Responsible-Changed-Why:
    Fortran Maintainer.
State-Changed-From-To: open->analyzed
State-Changed-By: toon
State-Changed-When: Sun Jan 12 04:38:16 2003
State-Changed-Why:
    Checked this on powerpc-unknown-linux-gnu - has always been
    wrong.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9263


^ permalink raw reply	[flat|nested] 4+ messages in thread

* fortran/9263: ICE caused by invalid PARAMETER in implied DO loop
@ 2003-01-10 16:56 kparz
  0 siblings, 0 replies; 4+ messages in thread
From: kparz @ 2003-01-10 16:56 UTC (permalink / raw)
  To: gcc-gnats


>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:


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-04-12 11:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-07  0:26 fortran/9263: ICE caused by invalid PARAMETER in implied DO loop Billinghurst, David (CRTS)
  -- strict thread matches above, loose matches on Subject: below --
2003-04-12 11:47 toon
2003-01-12 12:38 toon
2003-01-10 16:56 kparz

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).