[Bug c++/87663] Exorbitant compile times

manu at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sun Oct 28 23:49:00 GMT 2018


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |manu at gcc dot gnu.org

--- Comment #6 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
(In reply to Lukas Mosimann from comment #5)
> Now I need your help: I don't know the code base for gcc that well. Why do
> we need this functionality, and how could we solve this issue? I could
> imagine that this can also impact real code - but it's hard to say because
> the quick-fix above only works in simple codes. I would love to continue
> working on this, but I need some hints how I could do this (or that it
> cannot be done without major rework).

The answer to the first question is in the comment above the function. It seems
this is needed for debugging and other stuff. 

Perhaps the search over the variants is not needed or can be made more
efficient?

In any case, it may be worth it to ask the question in the gcc@ mailing list,
CCing the C++ maintainers, which you can find in the MAINTAINERS file. Not many
people read bugzilla.


More information about the Gcc-bugs mailing list