Hi!
program tmp
implicit none
integer *8 zero
parameter (zero = 0)
call exit(%val(zero))
end
crashes in any g77 I've tried with something like:
../../../gcc/f/com.c:3863: failed assertion "bad op" == NULL'
(FFEBLD_opPERCENT_VAL is not handled in the switch).
Can you please look at this (I don't even know what %val means)?
Thanks.
Jakub