[Bug c++/80792] worse code generated compared to clang when using std::tuple

glisse at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed May 17 06:20:00 GMT 2017


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

--- Comment #1 from Marc Glisse <glisse at gcc dot gnu.org> ---
There seems to be an ABI issue here, clang returns the tuple in a register, but
(according to PR 71301) it shouldn't, with current libstdc++ code (and g++
doesn't).


More information about the Gcc-bugs mailing list