[Bug fortran/33497] Bind(C): C_LOC rejects interoperable arguments

2007-09-20 Thread burnus at gcc dot gnu dot org
--- Comment #3 from burnus at gcc dot gnu dot org 2007-09-20 11:50 --- Subject: Bug 33497 Author: burnus Date: Thu Sep 20 11:50:39 2007 New Revision: 128620 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=128620 Log: 2007-09-20 Christopher D. Rickett [EMAIL PROTECTED]

[Bug fortran/33497] Bind(C): C_LOC rejects interoperable arguments

2007-09-20 Thread burnus at gcc dot gnu dot org
--- Comment #4 from burnus at gcc dot gnu dot org 2007-09-20 11:54 --- Fixed on 4.3 (trunk). -- burnus at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/33497] Bind(C): C_LOC rejects interoperable arguments

2007-09-19 Thread sfilippone at uniroma2 dot it
--- Comment #1 from sfilippone at uniroma2 dot it 2007-09-19 17:29 --- A version with an inner pointer to a derived type instead of allocatable array fails as well. - module c_vhandle_mod use iso_c_binding type foo integer :: i end type foo type foo_item

[Bug fortran/33497] Bind(C): C_LOC rejects interoperable arguments

2007-09-19 Thread patchapp at dberlin dot org
--- Comment #2 from patchapp at dberlin dot org 2007-09-19 23:15 --- Subject: Bug number PR 33497 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-09/msg01583.html --