This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 82a4c5c7044 IBM zSystems: Add support for z16 as CPU name. new 91a38e8a848 builtins: Fix up expand_builtin_int_roundingfn_2 [PR105211] new d481d13786c i386: Fix ICE caused by ix86_emit_i387_log1p [PR105214]
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/builtins.cc | 30 +++++++++++++++++++++--------- gcc/config/i386/i386-expand.cc | 5 +++++ gcc/testsuite/gcc.dg/asan/pr105214.c | 16 ++++++++++++++++ gcc/testsuite/gcc.dg/pr105211.c | 11 +++++++++++ 4 files changed, 53 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/asan/pr105214.c create mode 100644 gcc/testsuite/gcc.dg/pr105211.c