public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/47803] New: [F95+] Constant inquiry function rejected in PARAMETER definition
@ 2011-02-18 16:58 burnus at gcc dot gnu.org
  2011-02-18 17:09 ` [Bug fortran/47803] " burnus at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: burnus at gcc dot gnu.org @ 2011-02-18 16:58 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [F95+] Constant inquiry function rejected in PARAMETER
                    definition
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Keywords: rejects-valid
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: burnus@gcc.gnu.org


I think the following program could be valid. It came up in an IR and my
understanding is that following program is valid - while the version in the IR
is invalid. -- Given that all other compilers accept it, I think it should be
valid F95.

Cf. http://j3-fortran.org/doc/year/11/11-101.txt - and look for updates
(11-101r1.txt etc.)

        INTEGER PURE FUNCTION F1(I)
          INTEGER :: A(int(1))
          INTEGER, PARAMETER :: KIND = SIZE(A)   ! KIND == 1
          INTEGER(KIND), INTENT(IN) :: I

          F1 = 17
        END FUNCTION F1

ifort, g95, NAG f95, pathf95 compile the program but gfortran rejects it with:

          INTEGER, PARAMETER :: KIND = SIZE(A)   ! KIND == 1
                                            1
Error: Array 'a' at (1) is a variable, which does not reduce to a constant
expression


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

end of thread, other threads:[~2013-06-26 20:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-18 16:58 [Bug fortran/47803] New: [F95+] Constant inquiry function rejected in PARAMETER definition burnus at gcc dot gnu.org
2011-02-18 17:09 ` [Bug fortran/47803] " burnus at gcc dot gnu.org
2013-06-26 19:03 ` dominiq at lps dot ens.fr
2013-06-26 20:06 ` burnus at gcc dot gnu.org

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