This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/32601] [ISO Bind C] Access to private components not prevented



------- Comment #1 from burnus at gcc dot gnu dot org  2007-07-04 18:48 -------
Related:

  print *, c_loc(4)
  end

gives an ICE. Expected:
Error: xxxx.f90, line 5: The argument to C_LOC must be a pointer or target
additionally with -std=f2003:
Error: xxxx.f90, line 5: Derived type C_PTR in io-list has PRIVATE components


-- 

burnus at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-invalid-code


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]