Fortran User's Guide

-copyargs

Allow assignment to constant arguments.

    SPARC:77 x86:77

Allow a subprogram to change a dummy argument that is a constant. This option is provided only to allow legacy code to compile and execute without a runtime error.

Code that aborts unless compiled with -copyargs is, of course, not FORTRAN standard compliant. Also, such code is often unpredictable.