[Bug c++/64029] [4.9/5 Regression] const int (&in)[]{1,2,3,4,5}; results in internal compiler error: Segmentation fault

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Nov 24 09:10:00 GMT 2014


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64029

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org,
                   |                            |jason at gcc dot gnu.org
   Target Milestone|---                         |4.9.3

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Started with r208002.  The ICE is because the gimplifier sees a VAR_DECL with
const int[<unknown>] type (incomplete ARRAY_TYPE with no TYPE_SIZE*).



More information about the Gcc-bugs mailing list