[Bug fortran/46339] [4.3/4.4/4.5/4.6 Regression] ICE (segfault) in gfc_trans_pointer_assignment

jvdelisle at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Nov 16 08:18:00 GMT 2010


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

--- Comment #16 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> 2010-11-16 07:42:34 UTC ---
dump shows:

  ipn->dtype = 265;
  ipn->dim[0].lbound = 1;
  ipn->dim[0].ubound = 4;
  ipn->dim[0].stride = 1;
  ipn->data = (void *) &sorb->i[0].j;
  ipn->offset = -1;
  span.9 = 8;

I think we want ipn->span = 8;

I am not sure how to do this.



More information about the Gcc-bugs mailing list