[EMAIL PROTECTED] writes:

> gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../include/quicktime -O3 
> -funroll-all-loops -fomit-frame-pointer -finline-functions -W -Wall 
> -Wno-unused -Winline -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE 
> -D_FILE_OFFSET_BITS=64 -c mot_est_mb.c -MT mot_est_mb.lo -MD -MP -MF 
> .deps/mot_est_mb.TPlo  -fPIC -DPIC -o .libs/mot_est_mb.lo
> mot_est_mb.c: In function `MBMotionEstimation':
> mot_est_mb.c:614: internal compiler error: in copy_to_mode_reg, at 
> explow.c:740
> Please submit a full bug report,

Here's a testcase.

int SAD_Block(int *);
void MBMotionEstimation(int *act_block, int block)
{
    SAD_Block(act_block + (  (8 * (block == 1 || block == 3))
                           + (8 * (block == 2 || block == 3))));
}

Still there in gcc 3.4 20030423.

-- 
        Falk


Reply via email to