[Bug c++/58583] [c++11] ICE with invalid non-static data member initialization in template
nathan at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jun 16 02:03:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58583
Nathan Sidwell <nathan at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution|--- |FIXED
--- Comment #5 from Nathan Sidwell <nathan at gcc dot gnu.org> ---
fixed on trunk. Note initializers are instantiated lazily, so invalid ones may
be accepted without error, if never instantiated.
More information about the Gcc-bugs
mailing list