[Bug fortran/54667] [OOP] gimplification failure with c_f_pointer

janus at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Sep 22 08:41:00 GMT 2012


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

--- Comment #1 from janus at gcc dot gnu.org 2012-09-22 08:39:44 UTC ---
The dump for comment 0 shows (with -fdump-tree-original):

MAIN__ ()
{
  void * cself;
  struct __class_MAIN___Nc_p self;

  &self = (struct __class_MAIN___Nc_p *) cself;
}

Certainly we are missing are reference to the '_data' component of 'self'.



More information about the Gcc-bugs mailing list