Tobias Burnus wrote:
> On Apr 23, 7:24 pm, Fei Liu <fei....@[EMAIL PROTECTED]
> wrote:
>> Hello Group,
>> I am trying to come up with a list of compiler/linker options so
that
>> when the following code is run, a run time failure is generated. Or at
>> least a compile time diagnosis is re****ted.
>
> Try turning on the bounds checking, e.g. -fbounds-check, -C, -C=all, -
> check all, ... (I don't know this option is called for your compiler.)
>
> Tobias
Thanks, now I use
-e95 -std95 -C -CB -CA -CU -warn all -WB -Winline -traceback
Fei


|