Fortran compiler crash with -I option

The following compiler invocations:

> pgfortran test.f03 -c -I"C:\"
> pgfortran test.f03 -c -I "C:\"
> pgfortran test.f03 -c -IC:\
> pgfortran test.f03 -c -I C:\

all cause catastrophic failures (abort with request to send error report to Microsoft) of compiler (v10.9) on my fully-patched MS Windows XP Pro machine.

I’m a novice and obviously doing something wrong, but I am surprised by the severity of the compiler failure.

I would appreciate any assistance.

Thanks,
– jv

Sorry for the wasted bandwidth … the -I should be -module. I intended to post a problem encountered when trying to specify a directory to search for modules.

– jv