public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "brtnfld at hdfgroup dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/45211] C interoperable error when compiling BIND(C) function in a module.
Date: Mon, 09 Aug 2010 15:03:00 -0000	[thread overview]
Message-ID: <20100809150246.32223.qmail@sourceware.org> (raw)
In-Reply-To: <bug-45211-16432@http.gcc.gnu.org/bugzilla/>



------- Comment #2 from brtnfld at hdfgroup dot org  2010-08-09 15:02 -------
If the type declaration is moved to the module scope the code compiles.

MODULE liter_cb_mod

USE ISO_C_BINDING

TYPE, BIND(C) :: MYFTYPE
  INTEGER(C_INT) :: I, J
  REAL(C_FLOAT) :: S
END TYPE MYFTYPE

CONTAINS

  FUNCTION liter_cb() bind(C)

    USE ISO_C_BINDING
    IMPLICIT NONE

    INTEGER(c_int) liter_cb

    TYPE(MYFTYPE) :: link_info

    liter_cb = 0

  END FUNCTION liter_cb

END MODULE liter_cb_mod

There was a discussion about the matter in comp.lang.fortran under the topic
"BIND(C) functions in a module error" as to the source of the problem. Since
there seems to be a work around I downgraded the severity.


-- 

brtnfld at hdfgroup dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal


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


  parent reply	other threads:[~2010-08-09 15:03 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-06 17:13 [Bug fortran/45211] New: " brtnfld at hdfgroup dot org
2010-08-06 17:26 ` [Bug fortran/45211] " dominiq at lps dot ens dot fr
2010-08-09 15:03 ` brtnfld at hdfgroup dot org [this message]
2010-08-14 16:25 ` burnus at gcc dot gnu dot org
2010-08-15 16:21 ` burnus at gcc dot gnu dot org
2010-08-15 16:23 ` burnus 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=20100809150246.32223.qmail@sourceware.org \
    --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).