From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9042 invoked by alias); 9 May 2003 17:06:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 9019 invoked by uid 71); 9 May 2003 17:06:01 -0000 Date: Fri, 09 May 2003 17:06:00 -0000 Message-ID: <20030509170601.9018.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Falk Hueffner Subject: Re: target/10700: 3.2/3.3: ICE on alpha while building libquicktime Reply-To: Falk Hueffner X-SW-Source: 2003-05/txt/msg00785.txt.bz2 List-Id: The following reply was made to PR target/10700; it has been noted by GNATS. From: Falk Hueffner To: rmurray@debian.org Cc: gcc-gnats@gcc.gnu.org, 192576@bugs.debian.org Subject: Re: target/10700: 3.2/3.3: ICE on alpha while building libquicktime Date: 09 May 2003 19:00:32 +0200 rmurray@debian.org 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