This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 780720f04b0 testsuite/52641 - Skip test cases that are not 16-bit clean. new 02fff24e2c6 c: Fix up __builtin_stdc_rotate_{left,right} lowering [PR117456] new 8663fc1c282 c-family: Fix ICE with __sync_*_and_* on _BitInt [PR117641]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/c-family/c-common.cc | 7 +- gcc/c/c-fold.cc | 3 +- gcc/c/c-parser.cc | 34 +++++++- gcc/testsuite/gcc.dg/bitint-115.c | 9 ++ gcc/testsuite/gcc.dg/builtin-stdc-rotate-4.c | 120 +++++++++++++++++++++++++++ 5 files changed, 168 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/bitint-115.c create mode 100644 gcc/testsuite/gcc.dg/builtin-stdc-rotate-4.c