gcc-13-20220605 is now available

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

Connecting From LinkedIn

2022-06-05 Thread Jacco Minnaar via Gcc
-- Hello from LinkedIn, Is your email still active?

[RFC] Support for nonzero attribute

2022-06-05 Thread Miika via Gcc
Based on Jakub's and Yair's comments I created a new attribute "inrange". Inrage takes three arguments, pos min and max. Pos being the argument position in the function, and min and max defines the range of valid integer. Both min and max are inclusive and work with enums. Warnings are enabled with