Re: [RISCV] RISC-V GNU Toolchain Biweekly Sync-up call (Jan 27, 2022)

2022-01-26 Thread Philipp Tomsich
Hi all, I won't be able to attend, as the IOMMU TG is convening in the same timeslot tomorrow. However, please be advised that (to my knowledge and after checking with Stephano) the Zcea is on-hold and not frozen. Thanks, Philipp. On Wed, 26 Jan 2022 at 14:05, wrote: > Hi all, > > There is an

Re: GSoC: Working on the static analyzer

2022-01-26 Thread David Malcolm via Gcc
On Mon, 2022-01-24 at 19:49 +0530, Ankur Saini wrote: > The following can be a possible example of a case where the analyzer > fails > to understand POSIX file-descriptor API. > > - - - > #include > #include > > void test() > { >     int fd; >     fd = open("foo.txt", O_RDONLY | O_CREAT); > } >

Re: GSoC: Working on the static analyzer

2022-01-26 Thread David Malcolm via Gcc
On Mon, 2022-01-24 at 01:41 +0530, Mir Immad wrote: > Hi, sir. > > I've been trying to understand the static analyzer's code. I spent most > of > my time learning the state machine's API. I learned how state machine's > on_stmt is supposed to "recognize" specific functions and how > on_transition

[RISCV] RISC-V GNU Toolchain Biweekly Sync-up call (Jan 27, 2022)

2022-01-26 Thread jiawei
Hi all, There is an agenda for tomorrow's meeting. If you have topics to discuss or share, please let me know and I can add them to the agenda. Agenda: - Bump GCC default ISA spec and got bug report[1] for that. - RISC-V subextension related implement progress - Scalar Crypto deve