http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47927
Summary: GCC driver accepts bogus compiler options on assembly input Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: driver AssignedTo: unassig...@gcc.gnu.org ReportedBy: hjl.to...@gmail.com CC: js...@gcc.gnu.org [intel64corei7@gnu-34 gcc]$ touch x.s [intel64corei7@gnu-34 gcc]$ ./xgcc -B./ -mfoobar x.s -c [intel64corei7@gnu-34 gcc]$