This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 49ec63666e0 widening_mul: Fix a > ~b to .ADD_OVERFLOW optimization [PR98256] new 20d68fa0d81 VAX: Fix lower bound adjustment with `casesi' new 3530ca075b0 VAX: Remove unused register allocation from QMATH DImode ad [...] new ffb1dcf6222 VAX: Handle constant 0 with QMATH DImode add/sub new 294ca9eca02 VAX: Handle subtracting from self with QMATH DImode add/sub new d9ec27c1c38 VAX: Check the correct operand for constant 0 push operation new 2c3d487a9a8 VAX: Unify push operation selection
The 6 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/config/vax/vax.c | 43 +++++++++++++++++++++---------------- gcc/config/vax/vax.md | 2 +- gcc/testsuite/gcc.target/vax/push.c | 27 +++++++++++++++++++++++ 3 files changed, 53 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/gcc.target/vax/push.c