This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0fc8da731c7 aarch64: Fix issue with __pld builtin at -O0 [PR 123548] new a70bdd86984 PR middle-end/123826: __builtin_pow vs. errno.
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/fold-const-call.cc | 36 +++++++++++++++++------------------- gcc/testsuite/gcc.dg/errno-2.c | 35 +++++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/errno-3.c | 35 +++++++++++++++++++++++++++++++++++ gcc/tree-ssa-math-opts.cc | 3 +++ 4 files changed, 90 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/errno-2.c create mode 100644 gcc/testsuite/gcc.dg/errno-3.c