[Bug c++/58651] [4.7/4.8/4.9 Regression] ICE with invalid initializer list
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Dec 4 13:14:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58651
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
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
A CONSTRUCTOR with init_list_type_node TREE_TYPE makes it all the way through
to gimplification, which expectedly ICEs on it.
More information about the Gcc-bugs
mailing list