public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "burnus at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/31154]  New: IMPORT fails for  "<imported symbol> FUNCTION (...)" kind of procedures
Date: Mon, 12 Mar 2007 19:16:00 -0000	[thread overview]
Message-ID: <bug-31154-13404@http.gcc.gnu.org/bugzilla/> (raw)

+++ This bug was initially created as a clone of Bug #30922 +++

gfortran currently does not like the following:
------------------------------------
module x
  implicit none
  integer, parameter :: d=8
  interface
    real(d) function y()
      import
    end function
  end interface
end module x
------------------------------------

    real(d) function y()
        1
Error: Parameter 'd' at (1) has not been declared or is a variable, which does
not reduce to a constant expression

(A real-world example for the latter is:
http://users.erols.com/dnagle/pub/pthread.f03,
which also needs ISO_C_BINDING support.)


-- 
           Summary: IMPORT fails for  "<imported symbol> FUNCTION (...)"
                    kind of procedures
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: rejects-valid
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: burnus at gcc dot gnu dot org
 BugsThisDependsOn: 30922


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


             reply	other threads:[~2007-03-12 19:16 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-12 19:16 burnus at gcc dot gnu dot org [this message]
2007-03-16 22:40 ` [Bug fortran/31154] " brooks at gcc dot gnu dot org
2007-03-18 18:03 ` fxcoudert at gcc dot gnu dot org
2007-07-02 22:28 ` burnus at gcc dot gnu dot org
2007-09-07 15:02 ` burnus at gcc dot gnu dot org
2007-09-08  5:02 ` patchapp at dberlin dot org
2007-09-22 18:43 ` pault at gcc dot gnu dot org
2007-09-27  0:11 ` patchapp at dberlin dot org
2007-10-02  7:17 ` pault at gcc dot gnu dot org
2007-10-02  7:22 ` pault at gcc dot gnu dot org

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=bug-31154-13404@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@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).