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

2020-06-16 Thread alejandromagic at hotmail dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: alejandromagic at hotmail dot com Target Milestone: --- Created attachment 48743 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48743&action=edit Preprocessed file The following codes triggers a "Compiler in

[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