From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31526 invoked by alias); 7 Aug 2003 01:05:22 -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 31519 invoked from network); 7 Aug 2003 01:05:22 -0000 Received: from unknown (HELO vlsi1.ultra.nyu.edu) (128.122.140.213) by sources.redhat.com with SMTP; 7 Aug 2003 01:05:22 -0000 Received: by vlsi1.ultra.nyu.edu (4.1/1.34) id AA04242; Wed, 6 Aug 03 21:11:47 EDT Date: Thu, 07 Aug 2003 05:32:00 -0000 From: kenner@vlsi1.ultra.nyu.edu (Richard Kenner) Message-Id: <10308070111.AA04242@vlsi1.ultra.nyu.edu> To: zack@codesourcery.com Subject: Re: Problem in split_basic_block Cc: gcc@gcc.gnu.org X-SW-Source: 2003-08/txt/msg00416.txt.bz2 I realize you're not contributing this port now, but... I agree with most of your comments, except ... > + # 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) The file says why, but I'm not totally sure I understand the comment: I suspect DEC C special-cases the call in question. this also interferes with cross compiler use Right. There are numerous host/target confusions in a lot of the VMS stuff that need to be fixed before the port can be considered finished.