Problem in split_basic_block

Zack Weinberg zack@codesourcery.com
Wed Aug 6 23:57:00 GMT 2003


"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



More information about the Gcc mailing list