https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91130
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hubicka at gcc dot gnu.org --- Comment #23 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Sure, the question is if what is in COLLECT_GCC_OPTIONS are driver options or backend options, if the former, something needs to parse those with CL_DRIVER and perform the magic that is in %(cpp_unique_options) on those to turn them into backend options, if the latter, then it is a bug that it doesn't have already the argument.