gcc-11-20220624 is now available

2022-06-24 Thread GCC Administrator via Gcc
Snapshot gcc-11-20220624 is now available on https://gcc.gnu.org/pub/gcc/snapshots/11-20220624/ 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: [PATCH] static analysis support for posix file desccriptor APIs

2022-06-24 Thread David Malcolm via Gcc
On Thu, 2022-06-23 at 23:58 +0530, Mir Immad wrote: >  Hi Dave, > Thanks for the suggestions, > > I changed most of the things that you suggested, however reporting > for > warnings like close of known invalid fd was problematic: > > consider the following code: > > if (fd >= 0) > { write (fd,..