This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 113dab2b9d5 Improve backward threading with switches. new 81342e95827 middle-end/84407 - honor -frounding-math for int to float c [...]
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.c | 15 ++++- gcc/simplify-rtx.c | 26 ++++++++ .../gcc.dg/torture/fp-uint64-convert-double-1.c | 74 +++++++++++++++++++++ .../gcc.dg/torture/fp-uint64-convert-double-2.c | 75 ++++++++++++++++++++++ 4 files changed, 189 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gcc.dg/torture/fp-uint64-convert-double-1.c create mode 100644 gcc/testsuite/gcc.dg/torture/fp-uint64-convert-double-2.c