public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: fortran/8485: g77 doesn't accept INTEGER*8 constant in PARAMETER multiplication
@ 2003-05-08 15:53 sayle
  0 siblings, 0 replies; 3+ messages in thread
From: sayle @ 2003-05-08 15:53 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, pmarguinaud, toon

Synopsis: g77 doesn't accept INTEGER*8 constant in PARAMETER multiplication

State-Changed-From-To: analyzed->closed
State-Changed-By: sayle
State-Changed-When: Thu May  8 15:53:16 2003
State-Changed-Why:
    This has now been fixed for 3.4 by my recent patch.

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


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

* Re: fortran/8485: g77 doesn't accept INTEGER*8 constant in PARAMETER multiplication
@ 2002-11-06 15:25 toon
  0 siblings, 0 replies; 3+ messages in thread
From: toon @ 2002-11-06 15:25 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, pmarguinaud, toon

Synopsis: g77 doesn't accept INTEGER*8 constant in PARAMETER multiplication

Responsible-Changed-From-To: unassigned->toon
Responsible-Changed-By: toon
Responsible-Changed-When: Wed Nov  6 15:25:34 2002
Responsible-Changed-Why:
    Fortran Maintainer.
State-Changed-From-To: open->analyzed
State-Changed-By: toon
State-Changed-When: Wed Nov  6 15:25:34 2002
State-Changed-Why:
    It fails on powerpc-unknown-linux-gnu using 3.2.1 prerelease.

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


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

* fortran/8485: g77 doesn't accept INTEGER*8 constant in PARAMETER multiplication
@ 2002-11-06 14:06 pmarguinaud
  0 siblings, 0 replies; 3+ messages in thread
From: pmarguinaud @ 2002-11-06 14:06 UTC (permalink / raw)
  To: gcc-gnats


>Number:         8485
>Category:       fortran
>Synopsis:       g77 doesn't accept INTEGER*8 constant in PARAMETER multiplication
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          rejects-legal
>Submitter-Id:   net
>Arrival-Date:   Wed Nov 06 14:06:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Philou Marguinad
>Release:        3.2
>Organization:
>Environment:
Linux (doesn't seem to be really relevant.
>Description:
g77 rejects the following, which uses a supported extension
(namely, 64-bit INTEGERs):

      PARAMETER (PPMULT = 1.0E5)
      INTEGER*8 NWRONG
      PARAMETER (NWRONG = 8)
      PARAMETER (DDMULT = PPMULT * NWRONG)
      END

      PARAMETER (DDMULT = PPMULT * NWRONG)
                          ^
Expression at (^) has incorrect data type or rank for
its context
>How-To-Repeat:
Compile the above just using g77 file.f
>Fix:

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


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

end of thread, other threads:[~2003-05-08 15:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-08 15:53 fortran/8485: g77 doesn't accept INTEGER*8 constant in PARAMETER multiplication sayle
  -- strict thread matches above, loose matches on Subject: below --
2002-11-06 15:25 toon
2002-11-06 14:06 pmarguinaud

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