few questions...
Craig Burley
burley@gnu.org
Thu Apr 23 13:31:00 GMT 1998
>would like to know for egcs-g77 the following:
>
>1. how can I desable array bound checking?
If you mean g77 rejecting "A(3)" when A is dimensioned to (2),
I don't think you can. Well, you could always change the code
to get rid of the diagnostic, I suppose. Beyond that, g77
doesn't yet have run-time array-bound checking. That means
you can't *disable* compile-time checking or *enable* run-time
checking! Kind of silly, but we'll probably do the latter sometime
this year.
>2. have overflows and underflows without the codes break?
No idea what that means.
tq vm, (burley)
More information about the Gcc
mailing list