------- Comment #1 from manu at gcc dot gnu dot org 2007-11-13 03:27 ------- This is confirmed. I think the problem is in the specs in gcc.c:
%{!combine:\ %{save-temps|traditional-cpp|no-integrated-cpp:%(trad_capable_cpp) \ %(cpp_options) -o %{save-temps:%b.i} %{!save-temps:%g.i} \n\ cc1 -fpreprocessed %{save-temps:%b.i} %{!save-temps:%g.i} \ %(cc1_options)}\ %{!save-temps:%{!traditional-cpp:%{!no-integrated-cpp:\ when cc1 -fpreprocessed %{save-temps:%b.i} is expanded to cc1 -fpreprocessed -.i No idea how this can be fixed without a "--" or an "--input" option. -- manu at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |manu at gcc dot gnu dot org Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2007-11-13 03:27:26 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32528