https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81425
Bug ID: 81425 Summary: Bootstrap broken since r250158 Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: marxin at gcc dot gnu.org CC: nathan at gcc dot gnu.org Target Milestone: --- .././../libcc1/libcp1plugin.cc: In function ‘gcc_decl plugin_build_decl(cc1_plugin::connection*, const char*, gcc_cp_symbol_kind, gcc_type, const char*, gcc_address, const char*, unsigned int)’: .././../libcc1/libcp1plugin.cc:1422:34: error: lvalue required as left operand of assignment DECL_CONSTRUCTOR_P (decl) = 1; ^ .././../libcc1/libcp1plugin.cc:1424:33: error: lvalue required as left operand of assignment DECL_DESTRUCTOR_P (decl) = 1;