This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8e99b5ba4c1 g++.dg/warn/Warray-bounds-10..13: Fix for 32-bit newlib targets new 781183595ac Add conversions between _Float128 and Decimal.
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: .../{libbid/_sd_to_tf.c => rs6000/_dd_to_kf.c} | 25 +++++----- .../{libbid/_sd_to_tf.c => rs6000/_kf_to_dd.c} | 25 +++++----- .../{libbid/_sd_to_tf.c => rs6000/_kf_to_sd.c} | 25 +++++----- .../{libbid/_sd_to_tf.c => rs6000/_kf_to_td.c} | 25 +++++----- .../{libbid/_sd_to_tf.c => rs6000/_sd_to_kf.c} | 25 +++++----- libgcc/config/rs6000/_sprintfkf.c | 57 ++++++++++++++++++++++ .../{visium/udivdi3.c => rs6000/_sprintfkf.h} | 9 ++-- libgcc/config/rs6000/_strtokf.c | 53 ++++++++++++++++++++ .../config/{visium/divdi3.c => rs6000/_strtokf.h} | 8 +-- .../{libbid/_sd_to_tf.c => rs6000/_td_to_kf.c} | 25 +++++----- libgcc/config/rs6000/quad-float128.h | 8 +++ libgcc/config/rs6000/t-float128 | 37 +++++++++++++- libgcc/dfp-bit.c | 12 ++++- libgcc/dfp-bit.h | 26 ++++++++++ 14 files changed, 273 insertions(+), 87 deletions(-) copy libgcc/config/{libbid/_sd_to_tf.c => rs6000/_dd_to_kf.c} (66%) copy libgcc/config/{libbid/_sd_to_tf.c => rs6000/_kf_to_dd.c} (66%) copy libgcc/config/{libbid/_sd_to_tf.c => rs6000/_kf_to_sd.c} (66%) copy libgcc/config/{libbid/_sd_to_tf.c => rs6000/_kf_to_td.c} (66%) copy libgcc/config/{libbid/_sd_to_tf.c => rs6000/_sd_to_kf.c} (66%) create mode 100644 libgcc/config/rs6000/_sprintfkf.c copy libgcc/config/{visium/udivdi3.c => rs6000/_sprintfkf.h} (79%) create mode 100644 libgcc/config/rs6000/_strtokf.c copy libgcc/config/{visium/divdi3.c => rs6000/_strtokf.h} (81%) copy libgcc/config/{libbid/_sd_to_tf.c => rs6000/_td_to_kf.c} (66%)