This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 713ecb3d417 rs6000: Allow FPRs to change between SDmode and DDmode [...] new b5228b1bc8c PR middle-end/94004 - missing -Walloca on calls to alloca d [...]
The 1 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/ChangeLog | 7 +++ gcc/gimple-ssa-warn-alloca.c | 65 +++++++++++++++++----------- gcc/testsuite/ChangeLog | 7 +++ gcc/testsuite/gcc.dg/Walloca-larger-than-3.c | 38 ++++++++++++++++ gcc/testsuite/gcc.dg/Walloca-larger-than-3.h | 9 ++++ gcc/testsuite/gcc.dg/Wvla-larger-than-4.c | 30 +++++++++++++ 6 files changed, 130 insertions(+), 26 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/Walloca-larger-than-3.c create mode 100644 gcc/testsuite/gcc.dg/Walloca-larger-than-3.h create mode 100644 gcc/testsuite/gcc.dg/Wvla-larger-than-4.c