This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/81425] New: Bootstrap broken since r250158
- From: "marxin at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 13 Jul 2017 08:32:52 +0000
- Subject: [Bug bootstrap/81425] New: Bootstrap broken since r250158
- Auto-submitted: auto-generated
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;