From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16356 invoked by alias); 29 Apr 2004 17:14:37 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 16227 invoked from network); 29 Apr 2004 17:14:36 -0000 Received: from unknown (HELO vlsi1.ultra.nyu.edu) (128.122.140.213) by sources.redhat.com with SMTP; 29 Apr 2004 17:14:36 -0000 Received: by vlsi1.ultra.nyu.edu (4.1/1.34) id AA26199; Thu, 29 Apr 04 13:15:04 EDT Date: Thu, 29 Apr 2004 20:55:00 -0000 From: kenner@vlsi1.ultra.nyu.edu (Richard Kenner) Message-Id: <10404291715.AA26199@vlsi1.ultra.nyu.edu> To: john@johnrshannon.com Subject: Re: ACATS Cc: gcc@gcc.gnu.org X-SW-Source: 2004-04/txt/msg01401.txt.bz2 Yes, it's in my code: if (typecode =3D=3D ARRAY_TYPE) { if (! compare_constant (TREE_PURPOSE (l1), TREE_PURPOSE (l2))) return 0; } and I still have the problem. This fix was to insert a case for VIEW_CONVERT_EXPR with the other conversions in compare_constant. Look at the head sources if unclear.