From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2390 invoked by alias); 6 Aug 2003 23:45:41 -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 2375 invoked from network); 6 Aug 2003 23:45:40 -0000 Received: from unknown (HELO mail.codesourcery.com) (65.73.237.138) by sources.redhat.com with SMTP; 6 Aug 2003 23:45:40 -0000 Received: (qmail 14138 invoked from network); 6 Aug 2003 23:43:50 -0000 Received: from egil.codesourcery.com (HELO taltos.codesourcery.com) (zack@66.92.14.122) by mail.codesourcery.com with DES-CBC3-SHA encrypted SMTP; 6 Aug 2003 23:43:50 -0000 Received: by taltos.codesourcery.com (sSMTP sendmail emulation); Wed, 6 Aug 2003 16:43:23 -0700 From: "Zack Weinberg" To: "Douglas B Rupp" Cc: "Richard Kenner" , Subject: Re: Problem in split_basic_block References: <10308062258.AA03807@vlsi1.ultra.nyu.edu> <87brv2mk98.fsf@codesourcery.com> <00e401c35c74$4d001a80$6901a8c0@Jinx> Date: Wed, 06 Aug 2003 23:57:00 -0000 In-Reply-To: <00e401c35c74$4d001a80$6901a8c0@Jinx> (Douglas B. Rupp's message of "Wed, 6 Aug 2003 16:41:41 -0700") Message-ID: <877k5qmjxh.fsf@codesourcery.com> User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-08/txt/msg00407.txt.bz2 "Douglas B Rupp" writes: >> > + # Assemble startup files. >> > + vcrt0.o: $(CRT0_S) $(GCC_PASSES) >> > + ./decc -c /names=as_is $(srcdir)/config/ia64/vms-crt0.c -o vcrt0.o >> > + >> > + pcrt0.o: $(CRT0_S) $(GCC_PASSES) >> > + ./decc -c /names=as_is $(srcdir)/config/ia64/vms-psxcrt0.c -o pcrt0.o >> >> why the hell can't this code be compiled with gcc? (the alpha-vms port >> has the same problem) > > Because gcc doesn't have "pragma POINTER_SIZE " It shouldn't be that hard to add. zw