[Bug c++/65154] [4.8/4.9/5 Regression] ICE with {} initialized array with string
jason at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Mar 26 18:39:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65154
--- Comment #6 from Jason Merrill <jason at gcc dot gnu.org> ---
(In reply to Mikhail Maltsev from comment #5)
> We'll get 1000 calls to ss() in main instead of calling default c-tor of
> struct C. (which is probably not what we want).
Agreed, we ought to use the default constructor for {}-initialization when we
can.
More information about the Gcc-bugs
mailing list