gcc-11-20211002 is now available

2021-10-02 Thread GCC Administrator via Gcc
Snapshot gcc-11-20211002 is now available on https://gcc.gnu.org/pub/gcc/snapshots/11-20211002/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 11 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch

Re: TYPE_NEEDS_CONSTRUCTING zero for std::string?

2021-10-02 Thread Jonathan Wakely via Gcc
On Fri, 1 Oct 2021, 23:30 Martin Sebor via Gcc, wrote: > On 10/1/21 11:44 AM, Florian Weimer wrote: > > * Martin Sebor via Gcc: > > > >> I'd expect TYPE_NEEDS_CONSTRUCTING to be non-zero in the middle end > >> for any C++ type with a user-defined ctor, but in some of my testing > >> I see it's ac