From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5071 invoked by alias); 10 May 2003 00:56: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 5008 invoked by uid 71); 10 May 2003 00:56:01 -0000 Date: Sat, 10 May 2003 00:56:00 -0000 Message-ID: <20030510005601.5007.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/msg00855.txt.bz2 List-Id: The following reply was made to PR target/10700; it has been noted by GNATS. From: Falk Hueffner To: gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org Cc: Subject: Re: target/10700: 3.2/3.3: ICE on alpha while building libquicktime Date: 10 May 2003 02:55:32 +0200 http://gcc.gnu.org/PR?10700 There's some problem with this tree (on ia64): unit size align 32 symtab 0 alias set 3 precision 32 min max pointer_to_this > arg 0 unit size align 64 symtab 0 alias set -1 precision 64 min max > arg 0 arg 0 arg 1 > arg 1 arg 0 arg 1 >> arg 1 constant 8>> expand_mult eventually gets passed (reg:DI XXX) and (const_int 8) and doesn't like the result mode being different from arg0's mode. I'm not sure whether it is supposed to. Also, shouldn't the type of eq_expr and truth_or_expr always be int? Maybe somebody more knowledgeable can comment on this... -- Falk