------- Comment #4 from pinskia at gcc dot gnu dot org  2005-10-04 18:17 -------
Confirmed, reduced testcase:
void g (__int128_t *dest, long dstride, long rank)
{
  long n;
  for (n = 0; n < rank;  n++)
    dest[n * dstride] = 1;
}

So TImode is fully supported on ia64.


-- 

pinskia 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         |2005-10-04 18:17:34
               date|                            |


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

Reply via email to