This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/66962] [concepts] overloaded function causing memory blow-up and ICE


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

--- Comment #12 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
This paper claims O(e log d) for size e and alternation depth d:
http://www.win.tue.nl/~jfg/articles/CSR-04-13.pdf

But I'm not sure if it is applicable.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]