public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/32627]  New: [ISO Bind C] Accept c_pointer_* for TYPE
@ 2007-07-04 19:59 burnus at gcc dot gnu dot org
  2007-07-04 19:59 ` [Bug fortran/32627] [ISO Bind C] Accept c_f_pointer " burnus at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: burnus at gcc dot gnu dot org @ 2007-07-04 19:59 UTC (permalink / raw)
  To: gcc-bugs

From:
http://de.wikibooks.org/w/index.php?title=Fortran:_Fortran_und_C:_Fortran_2003#Datenverbund

/tmp/ccW1yqyk.o: In function `MAIN__':
f.f90:(.text+0x3e): undefined reference to `__iso_c_binding_c_f_pointer_s1'


program main
  use iso_c_binding
  implicit none
  type, bind( c ) :: A
    integer( c_int ) :: xc, yc
    type( c_ptr )    :: str
  end type
  type( c_ptr )               :: x
  type( A ), pointer          :: fptr
  character( len=9 ), pointer :: strptr
  call c_f_pointer( fptr%str, strptr )
end program main


-- 
           Summary: [ISO Bind C] Accept c_pointer_* for TYPE
           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


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


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

end of thread, other threads:[~2007-07-21 23:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-04 19:59 [Bug fortran/32627] New: [ISO Bind C] Accept c_pointer_* for TYPE burnus at gcc dot gnu dot org
2007-07-04 19:59 ` [Bug fortran/32627] [ISO Bind C] Accept c_f_pointer " burnus at gcc dot gnu dot org
2007-07-11  8:46 ` burnus at gcc dot gnu dot org
2007-07-16 19:05 ` patchapp at dberlin dot org
2007-07-17 15:25 ` burnus at gcc dot gnu dot org
2007-07-18 18:11 ` patchapp at dberlin dot org
2007-07-21 23:46 ` kargl at gcc dot gnu dot org
2007-07-21 23:48 ` kargl at gcc dot gnu dot 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).