------- Comment #1 from burnus at gcc dot gnu dot org  2006-12-12 22:59 -------
If I dump the original tree, I find:
{ ...
int8 D.1351;
int8 D.1350;
int8 D.1349;
D.1351 = (int8) i; 
if( ... (t.dim[0].lbound > D.1351, 0)) ...
if( ... (t.dim[0].ubound < D.1351, 0)) ...
D.1352 = _gfortran_associated(...[t.dim[0].stride * D.1350 + t.offset].p,
  ...[t.dim[0].stride * D.1351 + t.offset].p)
    && ([t.dim[0].stride * D.1349 + t.offset].p.dim[0].stride != 0;
}

Question: What values have D.1350 and D.1349?


-- 

burnus at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-12-12 22:59:24
               date|                            |


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

Reply via email to