CarlosAlbertoEnciso wrote:
> I'm seeing compilation errors with gcc 11:
>
> ```
> /work/kparzysz/git/llvm.org/lldb/unittests/Host/JSONTransportTest.cpp:190:9:
> error: declaration of ‘using Req = struct {anonymous}::test_protocol::Req’
> changes meaning of ‘Req’ [-fpermissive]
> 190 | using Req = Req;
> | ^~~
> /work/kparzysz/git/llvm.org/lldb/unittests/Host/JSONTransportTest.cpp:52:8:
> note: ‘Req’ declared here as ‘struct {anonymous}::test_protocol::Req’
> 52 | struct Req {
> | ^~~
> ```
I am seeing the same compilation errors.
https://github.com/llvm/llvm-project/pull/159160
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits