few questions...

Dave Love d.love@dl.ac.uk
Thu Apr 23 12:25:00 GMT 1998


>>>>> "Miguel" == Miguel A de Avillez <pancho@galaxy.lca.uevora.pt> writes:

 Miguel> would like to know for egcs-g77 the following:

 Miguel> 1. how can I desable array bound checking?

g77 has no runtime bounds checking.  I think the only control you have
over compile-time checking is the option -fugly-assumed.  See node
`Ugly Assumed-Size Arrays' in the manual.

 Miguel> 2. have overflows and underflows without the codes break?

See node `Floating-point Exception Handling' in the manual and,
possibly, machine-dependent gcc options.



More information about the Gcc mailing list