Re: Infcall of a template function in a C++ program
Keith Seitz <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 7/23/19 9:24 AM, Aktemur, Tankut Baris wrote: > > Are these patches available in some accessible branch? > I have a public branch that contains some or all of it? origin/users/keiths/c++compile-submit But that branch has undoubtedly bitrotted a /lot/. [I might have more recent update locally, I don't recall off the top of my head.] I know that https://sourceware.org/bugzilla/show_bug.cgi?id=23749 has prevented things from working for a while... It's not a difficult thing to fix IIRC, but my changing job role has severely impacted my availability to do development work. [Note that the C++ compile feature template support on that branch is highly incomplete. It cannot handle libstdc++ yet -- just basic class and function templates. There's a *lot* of work to be completed on that before it will even be minimally useful.] Keith