------- Comment #7 from indan at nul dot nu 2005-10-16 12:06 ------- Was the non-standard behaviour in 3.4 a bug or a feature? In any case, isn't it reasonable to mention the -combine option in the error message? Something like:
fatal ("cannot specify -o with -c or -S with multiple files. Try -combine"); I don't have the gcc code, but you check for have_c && have_o, but can have_o ever be true for -S? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22544