Followup on PR/109279: large constants on RISCV

2023-06-01 Thread Vineet Gupta
Hi Jeff, I finally got around to collecting various observations on PR/109279 - more importantly the state of large constants in RV backend, apologies in advance for the long email. It seems the various commits in area have improved the original test case of 0x1010101_01010101   Before 2e8

gcc-11-20230601 is now available

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

YunQiang Su appointed MIPS maintainer

2023-06-01 Thread David Edelsohn via Gcc
I am pleased to announce that the GCC Steering Committee has appointed YunQiang Su as MIPS maintainer. Please note that this is somewhat provisional because MIPS needs a full-time maintainer, but you do not have a long history of experience in the GCC Community. Please continue to be vigilant abo

[analyzer] Comparing svalues

2023-06-01 Thread Pierrick Philippe
Hi David, hi all, I'm working on a plugin for the analyzer, and basically I've reached a point where I need to compare svalues. For the need of my analysis, I've modified the analyzer to be able to track for region in some specific cases, so I modified the implementation of the /sm_state_map/.