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.

Reply via email to