Re: [C++ coroutines 6/7] libiberty demangler update.

2020-01-09 Thread Ian Lance Taylor
Iain Sandoe writes: > The coroutines implementation introduces a new operator with a > mangling of 'aw'. This patch adds that to libiberty's demangler. > > Although this is presented as part of the coroutines patch series > it could stand alone, since clang and EDG-based compilers are > already

[C++ coroutines 6/7] libiberty demangler update.

2020-01-09 Thread Iain Sandoe
Hi Ian, The coroutines implementation introduces a new operator with a mangling of 'aw'. This patch adds that to libiberty's demangler. Although this is presented as part of the coroutines patch series it could stand alone, since clang and EDG-based compilers are already emitting this mangling.