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/29899] [Segfault] Fortran entry point caught from C function
Date: Mon, 02 Apr 2007 22:28:00 -0000	[thread overview]
Message-ID: <20070402222834.958.qmail@sourceware.org> (raw)
In-Reply-To: <bug-29899-13590@http.gcc.gnu.org/bugzilla/>



------- Comment #3 from burnus at gcc dot gnu dot org  2007-04-02 23:28 -------
> You can found the complete ranlux.f subroutine at
> http://www.systella.fr/~bertrand/rpl2/download/rpl-4.00pre8q.tar.bz2

The program does not compile for me:

gfortran ./src/fonctions_speciales.conv.f90

./src/fonctions_speciales.conv.f90:62.48:

   type(GSL_SF_RESULT), intent(out) ::  RESULTAT
                                               1
Error: the type of 'resultat' at (1) has not been declared within the interface
./src/fonctions_speciales.conv.f90:59.59:

  integer function gsl_sf_lngamma_sgn_e_wrapper(X, RESULTAT, SIGNE)
                                                          1
Error: Symbol 'resultat' at (1) has no IMPLICIT type
./src/fonctions_speciales.conv.f90:67.47:

 ERREUR_GAMMA = gsl_sf_lngamma_sgn_e_wrapper(X, STRUCT_RESULTAT, &
                                              1
Error: Type/rank mismatch in argument 'resultat' at (1)


NSG f95:
Error: ./src/fonctions_speciales.conv.f90, line 62: RESULTAT is of undefined
derived type GSL_SF_RESULT
       detected at ::@RESULTAT
Error: ./src/fonctions_speciales.conv.f90, line 64: Derived type GSL_SF_RESULT
used but not defined
       detected at FUNCTION@<end-of-statement>


-- 


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


  parent reply	other threads:[~2007-04-02 22:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-19 16:33 [Bug fortran/29899] New: " jkb at systella dot fr
2006-11-20  0:35 ` [Bug fortran/29899] " pinskia at gcc dot gnu dot org
2006-11-20  9:25 ` jkb at systella dot fr
2007-02-03 10:43 ` fxcoudert at gcc dot gnu dot org
2007-04-02 22:28 ` burnus at gcc dot gnu dot org [this message]
2007-04-13 14:06 ` fxcoudert 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=20070402222834.958.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).