[Bug c++/82888] terrible code generation for initialization of POD array members vs. clang

glisse at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Nov 7 18:48:00 GMT 2017


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82888

--- Comment #4 from Marc Glisse <glisse at gcc dot gnu.org> ---
The front-end internally uses VEC_INIT_EXPR, and gimplifies it to a loop. I
believe we should end up with an empty CONSTRUCTOR instead.


More information about the Gcc-bugs mailing list