PR driver/24473
* gcc.c (main): Use the correct counter for erroring out
about mulitple files.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105732
138bc75d-0d04-0410-961f-
82ee72b054a4
+2005-10-21 Andrew Pinski <pinskia@physics.uc.edu>
+
+ PR driver/24473
+ * gcc.c (main): Use the correct counter for erroring out
+ about mulitple files.
+
2005-10-21 Alan Modra <amodra@bigpond.net.au>
PR target/24465
infiles[i].preprocessed = false;
}
- if (!combine_inputs && have_c && have_o && n_infiles > 1)
+ if (!combine_inputs && have_c && have_o && lang_n_infiles > 1)
fatal ("cannot specify -o with -c or -S with multiple files");
if (combine_flag && save_temps_flag)