public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/55574] New: c binding access to c_ptr type
@ 2012-12-03 14:20 valeryweber at hotmail dot com
  2012-12-03 15:06 ` [Bug fortran/55574] " dominiq at lps dot ens.fr
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: valeryweber at hotmail dot com @ 2012-12-03 14:20 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 55574
           Summary: c binding access to c_ptr type
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: valeryweber@hotmail.com


Hi All 
shouldnt gfortran (gcc version 4.8.0 20121126) complain with the following code
(something like c_ptr not defined)?
v

program aaaa
  use iso_c_binding, only : c_loc
  integer, target :: i
  type(C_PTR) :: f_ptr
  f_ptr=c_loc(i)
end program aaaa


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

end of thread, other threads:[~2014-07-11  7:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-03 14:20 [Bug fortran/55574] New: c binding access to c_ptr type valeryweber at hotmail dot com
2012-12-03 15:06 ` [Bug fortran/55574] " dominiq at lps dot ens.fr
2012-12-03 15:40 ` [Bug fortran/55574] [4.7/4.8 Regression] C " burnus at gcc dot gnu.org
2013-01-15 18:02 ` mikael at gcc dot gnu.org
2013-03-25 15:54 ` [Bug fortran/55574] [4.7/4.8/4.9 " burnus at gcc dot gnu.org
2013-04-11  7:59 ` rguenth at gcc dot gnu.org
2013-12-21 21:39 ` [Bug fortran/55574] [4.7/4.8 " mikael at gcc dot gnu.org
2014-06-12 13:49 ` rguenth at gcc dot gnu.org
2014-07-11  7:07 ` [Bug fortran/55574] [4.8 " burnus at gcc dot gnu.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).