Closed luismgsilva closed 10 months ago
When using --disable-plugins, lto_output is non existent in the struct lang_input_statement_flags and with that, a proper validation has been added.
--disable-plugins
lto_output
struct lang_input_statement_flags
This problem was raised by issue: https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/issues/589
The fix issued by this PR has been replaced by an upstream commit that handles the same problem.
https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb/commit/121bb365ccd1d22d579eeab629ad5fbc2b31b8bd
When using
--disable-plugins
,lto_output
is non existent in thestruct lang_input_statement_flags
and with that, a proper validation has been added.This problem was raised by issue: https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/issues/589