This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from 93612f9c215 Daily bump. new 104864f99c0 rs6000: Handle unresolved overloaded builtin [PR105485] new 1a71881d05d rs6000: Fix the check of bif argument number [PR104482]
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/config/rs6000/rs6000-builtin.cc | 13 +++++++ gcc/config/rs6000/rs6000-c.cc | 60 ++++++++++++++--------------- gcc/testsuite/g++.target/powerpc/pr105485.C | 9 +++++ gcc/testsuite/gcc.target/powerpc/pr104482.c | 16 ++++++++ 4 files changed, 68 insertions(+), 30 deletions(-) create mode 100644 gcc/testsuite/g++.target/powerpc/pr105485.C create mode 100644 gcc/testsuite/gcc.target/powerpc/pr104482.c