[Bug c++/62056] Long compile times with large tuples

manu at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Sep 30 14:34:00 GMT 2014


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

Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2014-09-30
                 CC|                            |manu at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #7 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
(In reply to Agustín Bergé from comment #6)
> Well, not necessarily, It's not `std::tuple` which is at fault, but the
> compiler (gcc and every other). Note that this issue was moved from
> libstdc++ to c++, so that's promising!

I don't see any analysis of what the "bug" actually is. If there is a bug in
g++, you should be able to trigger it with a testcase not including <tuple>.

On the other hand, if you want to provide an alternative implementation of
<tuple>, you should join libstc++:
https://gcc.gnu.org/onlinedocs/libstdc++/manual/appendix_contributing.html


More information about the Gcc-bugs mailing list