[Bug c++/95711] namespace alias fails inside coroutine

2020-06-30 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95711 Iain Sandoe changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug c++/95711] namespace alias fails inside coroutine

2020-06-30 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95711 --- Comment #4 from CVS Commits --- The releases/gcc-10 branch has been updated by Iain D Sandoe : https://gcc.gnu.org/g:65025a6dae4b2c62ca79d2d0687229dafa93af7f commit r10-8395-g65025a6dae4b2c62ca79d2d0687229dafa93af7f Author: Iain Sandoe

[Bug c++/95711] namespace alias fails inside coroutine

2020-06-28 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95711 --- Comment #3 from CVS Commits --- The master branch has been updated by Iain D Sandoe : https://gcc.gnu.org/g:06ed4aae1c2fa84b7050a286d866db4a6def3c36 commit r11-1694-g06ed4aae1c2fa84b7050a286d866db4a6def3c36 Author: Iain Sandoe Date: Sun

[Bug c++/95711] namespace alias fails inside coroutine

2020-06-21 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95711 Iain Sandoe changed: What|Removed |Added Status|UNCONFIRMED |NEW Assignee|unassigned at gcc

[Bug c++/95711] namespace alias fails inside coroutine

2020-06-16 Thread alejandromagic at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95711 --- Comment #1 from Alejandro --- When I said "It essentially happens when any namespace alias is defined inside a lambda" I meant inside a coroutine