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