------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-09 
21:32 -------
Confirmed, the only loop that was optimized was:
      for (i = 0; i < VALUES_SIZE; i++)
        values[i] = - GFC_INTEGER_4_HUGE;


The agruments to intrinsics really should have restrict on them to get the 
partly fortran aliasing rules.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-05-09 21:32:51
               date|                            |


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

Reply via email to