This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problem in split_basic_block
- From: "Douglas B Rupp" <rupp at gnat dot com>
- To: "Zack Weinberg" <zack at codesourcery dot com>,"Richard Kenner" <kenner at vlsi1 dot ultra dot nyu dot edu>
- Cc: <gcc at gcc dot gnu dot org>
- Date: Wed, 6 Aug 2003 16:41:41 -0700
- Subject: Re: Problem in split_basic_block
- Organization: Ada Core Technologies, Inc
- References: <10308062258.AA03807@vlsi1.ultra.nyu.edu> <87brv2mk98.fsf@codesourcery.com>
- Reply-to: "Douglas B Rupp" <rupp at gnat dot com>
> > + # 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 <long | short>"