Re: gcc-bug in gcc-11

2022-10-04 Thread David Edelsohn via Gcc
On Tue, Oct 4, 2022 at 12:18 PM Shivam Rajput via Gcc wrote: > Hey, I was trying to build clang's libcxx on my ubuntu 22.04 and it has > gcc-11.2 by default most prolly, but while building libcxx there was an > error about using the deleted function but it seems that overloaded > resolution in gc

Re: gcc-bug in gcc-11

2022-10-04 Thread Jonathan Wakely via Gcc
On Tue, 4 Oct 2022 at 17:17, Shivam Rajput via Gcc wrote: > > Hey, I was trying to build clang's libcxx on my ubuntu 22.04 and it has > gcc-11.2 by default most prolly, but while building libcxx there was an > error about using the deleted function but it seems that overloaded > resolution in gcc-

Re: gcc-bug in gcc-11

2022-10-04 Thread Andrew Pinski via Gcc
On Tue, Oct 4, 2022 at 9:18 AM Shivam Rajput via Gcc wrote: > > Hey, I was trying to build clang's libcxx on my ubuntu 22.04 and it has > gcc-11.2 by default most prolly, but while building libcxx there was an > error about using the deleted function but it seems that overloaded > resolution in gc

gcc-bug in gcc-11

2022-10-04 Thread Shivam Rajput via Gcc
Hey, I was trying to build clang's libcxx on my ubuntu 22.04 and it has gcc-11.2 by default most prolly, but while building libcxx there was an error about using the deleted function but it seems that overloaded resolution in gcc-11 has a bug https://godbolt.org/z/GPTPYaobb , it consider wrong over