option to check that arguments to PACK conform?

Paul Thomas paulthomas2@wanadoo.fr
Fri Nov 10 20:47:00 GMT 2006


Steve,
>
> Are you proposing that in the presence of checking that
> the frontend should emit a new function such that
>
>    x = reshape(y,z)
>
> becomes
>
>   check_bounds(x, y, z)
>   x = reshape(y,z)
>
>   
Yes; using tree-ssa to accomplish it.

Paul



More information about the Fortran mailing list