From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13629 invoked by alias); 7 Sep 2004 20:32:30 -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 13621 invoked from network); 7 Sep 2004 20:32:30 -0000 Received: from unknown (HELO vlsi1.ultra.nyu.edu) (128.122.140.213) by sourceware.org with SMTP; 7 Sep 2004 20:32:30 -0000 Received: by vlsi1.ultra.nyu.edu (4.1/1.34) id AA26895; Tue, 7 Sep 04 16:35:29 EDT Date: Tue, 07 Sep 2004 20:32:00 -0000 From: kenner@vlsi1.ultra.nyu.edu (Richard Kenner) Message-Id: <10409072035.AA26895@vlsi1.ultra.nyu.edu> To: dnovillo@redhat.com Subject: Re: Problem with operand handling Cc: gcc@gcc.gnu.org X-SW-Source: 2004-09/txt/msg00319.txt.bz2 Sorry for the delay in responding. > system__traceback_entries__traceback_entry___XDLU_0__18446744073709551615[1 .. T.2] & decorator_traceback; What does this declaration mean? I think this is how it prints a REFERENCE_TYPE. This may help. Put this test in add_may_alias: if (is_gimple_reg (var) || is_gimple_reg (alias)) abort (); It aborts, as I think you expected.