public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: fortran/5122: g77 rejects accepted use of INTEGER*2 as type of DATA statement loop index
@ 2001-12-14 11:36 toon
  0 siblings, 0 replies; 3+ messages in thread
From: toon @ 2001-12-14 11:36 UTC (permalink / raw)
  To: toon; +Cc: gcc-prs

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

From: toon@gcc.gnu.org
To: gcc-bugs@gcc.gnu.org, gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org,
  nobody@gcc.gnu.org, toon@gcc.gnu.org, toon@moene.indiv.nluug.nl,
  vtd2000@hotmail.com
Cc:  
Subject: Re: fortran/5122: g77 rejects accepted use of INTEGER*2 as type of DATA statement loop index
Date: 14 Dec 2001 19:27:12 -0000

 Synopsis: g77 rejects accepted use of INTEGER*2 as type of DATA statement loop index
 
 Responsible-Changed-From-To: unassigned->toon
 Responsible-Changed-By: toon
 Responsible-Changed-When: Fri Dec 14 11:27:11 2001
 Responsible-Changed-Why:
     My Job.
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=5122&database=gcc


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

* Re: fortran/5122: g77 rejects accepted use of INTEGER*2 as type of DATA statement loop index
@ 2001-12-14 11:27 toon
  0 siblings, 0 replies; 3+ messages in thread
From: toon @ 2001-12-14 11:27 UTC (permalink / raw)
  To: gcc-bugs, gcc-gnats, gcc-prs, nobody, toon, toon, vtd2000

Synopsis: g77 rejects accepted use of INTEGER*2 as type of DATA statement loop index

Responsible-Changed-From-To: unassigned->toon
Responsible-Changed-By: toon
Responsible-Changed-When: Fri Dec 14 11:27:11 2001
Responsible-Changed-Why:
    My Job.

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


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

* fortran/5122: g77 rejects accepted use of INTEGER*2 as type of DATA statement loop index
@ 2001-12-14 10:46 toon
  0 siblings, 0 replies; 3+ messages in thread
From: toon @ 2001-12-14 10:46 UTC (permalink / raw)
  To: gcc-gnats; +Cc: JC


>Number:         5122
>Category:       fortran
>Synopsis:       g77 rejects accepted use of INTEGER*2 as type of DATA statement loop index
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          rejects-legal
>Submitter-Id:   net
>Arrival-Date:   Fri Dec 14 10:46:04 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     JC
>Release:        g77-2.95, 3.0
>Organization:
>Environment:
Windows, Linux
>Description:
This program

      CHARACTER*20 PARTD(6)
      INTEGER*2 L
      DATA (PARTD(L),L=1,16)/'A','B','C','D','E','F'/
      END

draws:

jc.f: In program `MAIN__':
jc.f:3: 
         DATA (PARTD(L),L=1,16)/'A','B','C','D','E','F'/
                     ^
Invalid declaration of or reference to symbol `l' at (^) [initially seen at (^)]
jc.f:3: 
         DATA (PARTD(L),L=1,16)/'A','B','C','D','E','F'/
               ^
Expression at (^) has incorrect data type or rank for its context

while it should be accepted (INTEGER*2 is an extension to
FORTRAN 77 that g77 supports).
>How-To-Repeat:
g77 jc.f
>Fix:

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


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

end of thread, other threads:[~2001-12-14 19:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-14 11:36 fortran/5122: g77 rejects accepted use of INTEGER*2 as type of DATA statement loop index toon
  -- strict thread matches above, loose matches on Subject: below --
2001-12-14 11:27 toon
2001-12-14 10:46 toon

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