This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from eaa18cd42c4 Remove assert in reshape_init_r. new 9f40a2fccb6 Fix builtin functions needlessly using VIEW_CONVERT_EXPRs o [...]
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 | 105 ++++++ gcc/config/rs6000/rs6000-builtin.def | 88 ++++- gcc/config/rs6000/rs6000-call.c | 523 ++++++++++++++++----------- gcc/testsuite/ChangeLog | 6 + gcc/testsuite/gcc.target/powerpc/pr92923-1.c | 453 +++++++++++++++++++++++ gcc/testsuite/gcc.target/powerpc/pr92923-2.c | 285 +++++++++++++++ 6 files changed, 1235 insertions(+), 225 deletions(-) create mode 100644 gcc/testsuite/gcc.target/powerpc/pr92923-1.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr92923-2.c