https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87364
Martin Sebor <msebor at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |diagnostic Status|UNCONFIRMED |NEW Last reconfirmed| |2018-09-25 CC| |msebor at gcc dot gnu.org See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=81932 Ever confirmed|0 |1 --- Comment #3 from Martin Sebor <msebor at gcc dot gnu.org> --- I like the suggested improvement and I'm happy to confirm the request. Just as a heads up, the last time a change similar to this one was made it caused GDB to fail to look up non-type template specializations. I don't know if this change has the same potential but it might be worth checking. The details of the problem are discussed in GCC bug 81932 and GDB bug https://sourceware.org/bugzilla/show_bug.cgi?id=22013. There was also a lengthy discussion of the problem on the gcc list: https://gcc.gnu.org/ml/gcc/2018-02/msg00009.html