------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-22 
15:58 -------
Even though the ICE has nothing to do with the following but you are violating 
C aliasing rules with the 
following:
           __m64 pic = *(__m64 *)&pic_data[j][i];
           __m64 ref = *(__m64 *)&ref_data[j][i];

-- 


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

Reply via email to