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/25586] FAIL: gfortran.dg/cray_pointers_2.f90 at -O2 and above



------- Comment #6 from dave at hiauly1 dot hia dot nrc dot ca  2005-12-28 00:25 -------
Subject: Re:  FAIL: gfortran.dg/cray_pointers_2.f90  at -O2 and above

> Can you attach the dump from -fdump-tree-vars?  I suspect that cray_pointers
> are a bit weird on targets like HPPA since we might not record if it is a
> pointer or not in the integer.

<L9>:;
  D.1846 = (real4) i;
  D.14918 = (real4 *) ivtmp___4698;
  MEM[index: D.14918 + (real4 *) pretmp___4503] = D.1846 * 5.0e+0;

It I'm reading this correctly, we appear to have the sum of two
real4* pointers in the MEM.

Dave


-- 


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


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