[Patch, libgomp] libgomp.fortran/fortran.exp - add -fintrinsic-modules-path ${blddir}

David Edelsohn dje.gcc@gmail.com
Fri Dec 21 15:50:00 GMT 2012


This change introduced a large number of failures on AIX of the form:

cannot specify -o with -c, -S or -E with multiple files

during the execution of collect2-ld

Note that all of the tests are run with the "gcc" driver, not the
"gfortran" driver. If I use gfortran, every thing is okay.

I still am unsure about the cause in gcc.c, but lang_n_infiles is
being incremented to 2. I think it is related to the difference
between the invoked compiler and the language compiler.

Thanks, David



More information about the Gcc-patches mailing list