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++/51619] [c++0x] [4.6 Regression] ICE with array class member


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51619

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[c++0x] [4.6/4.7            |[c++0x] [4.6 Regression]
                   |Regression] ICE with array  |ICE with array class member
                   |class member                |

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-12-19 15:48:05 UTC ---
Fixed on the trunk so far.  On the branch the PR49924 changes look very
different between trunk and 4.6, so I wonder what exactly to do.  Perhaps guard
the else if (!init) code with else if (!init && TREE_CODE (elttype) !=
ARRAY_TYPE) instead?


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