[Bug c++/95559] GCC fails to compile "{{}}" in some versions
mpolacek at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jun 9 22:41:58 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95559
Marek Polacek <mpolacek at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mpolacek at gcc dot gnu.org
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
I can't find a version of GCC that compiled this. And clang++ emits a warning:
warning: too many braces around scalar initializer
[-Wmany-braces-around-scalar-init]
I don't think this is rejects-valid.
More information about the Gcc-bugs
mailing list