Kevan Hashemi wrote:
The GPC manual says I can turn off range checking with {$R-} or with the command-line option --no-range-checking. I tried both, but the compiler gives me an error: unrecognised directive. I'm using GPC for MacOSX compiled with GCC 3.3.
Can I turn off range checking?
The latest GPC release (20030830 -- try `gpc -v' to see the version; the GCC version doesn't mean much here) supports range-checking only in a few cases. General range-checking will be added in the next release. If your version doesn't recognize `{$R-}', it's probably older and doesn't do range-checking at all, so you don't need to worry. When you upgrade, just add the option again which should be recognized then. Frank -- Frank Heckenbach, frank@g-n-u.de, http://fjf.gnu.de/, 7977168E GPC To-Do list, latest features, fixed bugs: http://www.gnu-pascal.de/todo.html GPC download signing key: 51FF C1F0 1A77 C6C2 4482 4DDC 117A 9773 7F88 1707