http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37829
Tobias Burnus changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37829
--- Comment #18 from Tobias Burnus 2011-11-16
21:37:47 UTC ---
Author: burnus
Date: Wed Nov 16 21:37:43 2011
New Revision: 181425
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181425
Log:
gcc/fortran
2011-11-16 Tobias Burnus
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37829
Tobias Burnus changed:
What|Removed |Added
CC||burnus at gcc dot gnu.org
--- Comment #17
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37829
Jerry DeLisle changed:
What|Removed |Added
CC||jvdelisle at gcc dot
|
--- Comment #15 from burnus at gcc dot gnu dot org 2010-08-14 16:24 ---
Ignore comment 14 - that's PR fortran/45211. Sorry.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37829
--- Comment #14 from burnus at gcc dot gnu dot org 2010-08-14 09:31 ---
Cf.
http://groups.google.com/group/comp.lang.fortran/browse_thread/thread/887251d8cd64eb02
Lightly tested patch. The ts.is_c_interop is only set when via
verify_bind_c_derived_type, which is called by resolve.c - an
--- Comment #13 from mikael at gcc dot gnu dot org 2010-08-05 17:51 ---
*** Bug 45190 has been marked as a duplicate of this bug. ***
--
mikael at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #12 from burnus at gcc dot gnu dot org 2010-07-09 08:48 ---
For intrinsic modules, we currently have:
use iso_c_binding, only: c_null_ptr
which use-associates a constant (PARAMETER) of the type "c_ptr" - but "c_ptr"
is not imported directly; to make the type information a
--- Comment #11 from burnus at gcc dot gnu dot org 2010-07-09 08:38 ---
*** Bug 44814 has been marked as a duplicate of this bug. ***
--
burnus at gcc dot gnu dot org changed:
What|Removed |Added