This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ee636671898 fold: DECL_VALUE_EXPR isn't simple [PR120400] new a57ea0a189b libgcc: Add DPD support + fix big-endian support of _BitInt [...] new 74a2281ae18 Fortran: fix regression introduced by commit r16-914-g787a8 [...]
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/fortran/primary.cc | 9 +- libgcc/config/t-softfp | 2 - libgcc/soft-fp/bitint.h | 6 +- libgcc/soft-fp/bitintpow10.c | 340 ++++++++++++++++++++++++++++++++++++++++- libgcc/soft-fp/fixddbitint.c | 33 +++- libgcc/soft-fp/fixddti.c | 6 +- libgcc/soft-fp/fixsdbitint.c | 27 +++- libgcc/soft-fp/fixsdti.c | 4 + libgcc/soft-fp/fixtdbitint.c | 54 ++++++- libgcc/soft-fp/fixtdti.c | 6 +- libgcc/soft-fp/fixunsddti.c | 6 +- libgcc/soft-fp/fixunssdti.c | 6 +- libgcc/soft-fp/fixunstdti.c | 6 +- libgcc/soft-fp/floatbitintdd.c | 45 +++++- libgcc/soft-fp/floatbitintsd.c | 39 ++++- libgcc/soft-fp/floatbitinttd.c | 68 ++++++++- libgcc/soft-fp/floattidd.c | 6 +- libgcc/soft-fp/floattisd.c | 6 +- libgcc/soft-fp/floattitd.c | 6 +- libgcc/soft-fp/floatuntidd.c | 6 +- libgcc/soft-fp/floatuntisd.c | 6 +- libgcc/soft-fp/floatuntitd.c | 6 +- 22 files changed, 659 insertions(+), 34 deletions(-)