This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-15 in repository gcc.
from 405a59d95ae Merge branch 'releases/gcc-15' into devel/omp/gcc-15 new d2cc7decabb tree-ssa-math-opts: Fix ICE if vectorizer produces IFN_SIN/ [...] new 6ab471baffd ChangeLog.omp bump
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/ChangeLog.omp | 9 +++++++++ gcc/DATESTAMP.omp | 2 +- gcc/testsuite/ChangeLog.omp | 8 ++++++++ .../gcc.dg/tree-ssa/sincos-ice-on-ifn_sin-call.c | 19 +++++++++++++++++++ .../gcc.target/gcn/sincos-ice-on-ifn_sin-call-1.c | 14 ++++++++++++++ gcc/tree-ssa-math-opts.cc | 13 ++++++++++++- 6 files changed, 63 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/sincos-ice-on-ifn_sin-call.c create mode 100644 gcc/testsuite/gcc.target/gcn/sincos-ice-on-ifn_sin-call-1.c