This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/64768] [4.8/4.9/5 Regression] internal compiler error: tree check: expected tree that contains âdecl with RTLâ structure, have âfield_declâ in set_decl_rtl, at emit-rtl.c:1274
- From: "mpolacek at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 24 Jan 2015 10:29:58 +0000
- Subject: [Bug c/64768] [4.8/4.9/5 Regression] internal compiler error: tree check: expected tree that contains âdecl with RTLâ structure, have âfield_declâ in set_decl_rtl, at emit-rtl.c:1274
- Auto-submitted: auto-generated
- References: <bug-64768-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64768
Marek Polacek <mpolacek at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |4.8.5
Summary|internal compiler error: |[4.8/4.9/5 Regression]
|tree check: expected tree |internal compiler error:
|that contains âdecl with |tree check: expected tree
|RTLâ structure, have |that contains âdecl with
|âfield_declâ in |RTLâ structure, have
|set_decl_rtl, at |âfield_declâ in
|emit-rtl.c:1274 |set_decl_rtl, at
| |emit-rtl.c:1274
--- Comment #1 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Seems to be a regression, gcc 4.5 says
ice2.c:2:12: error: array size missing in âaâ
ice2.c:2:8: error: expected specifier-qualifier-list at end of input
and doesn't ICE.