gcc-11-20230113 is now available

2023-01-13 Thread GCC Administrator via Gcc
Snapshot gcc-11-20230113 is now available on https://gcc.gnu.org/pub/gcc/snapshots/11-20230113/ 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

g++ does not suppress warnings even isystem flag is set

2023-01-13 Thread Dmitry K
Hello. We use g++ to compile our big project and we use many 3rd party libraries and frameworks inside(like Qt or Poco). Some of these frameworks generate many warnings, so we use flag isystem to mark them as system to suppress 3dparty warnings. But it seems not all warnings suppressing by this

Re: LTO apparently does not support _FloatNx types

2023-01-13 Thread Paul Iannetta via Gcc
On Fri, Jan 13, 2023 at 08:15:34AM +0100, Richard Biener wrote: > On Thu, Jan 12, 2023 at 5:35 PM Richard Biener > wrote: > > > > > > > > > Am 12.01.2023 um 17:18 schrieb Paul Iannetta via Gcc : > > > > > > Hi, > > > > > > I was investigating an ICE (in our yet to be upstreamed back-end which > >