This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]