This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problem in split_basic_block
"Douglas B Rupp" <rupp@gnat.com> 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 <long | short>"
It shouldn't be that hard to add.
zw