[Bug target/91130] [9/10 Regression] -MF clashes with -flto on aarch64
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jul 17 14:24:00 GMT 2019
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.
More information about the Gcc-bugs
mailing list