This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch in repository gcc.
from c1c4ff7 * gcc-interface/misc.c (gnat_enum_underlying_base_type): New [...] new 9974a1b Fix bswap optimization on big-endian (PR69714, 67781). new 26f9934 Backport lra-remat fix from mainline, PR68730
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 | 22 +++++ gcc/lra-remat.c | 115 ++++++++++++++++-------- gcc/testsuite/ChangeLog | 10 ++- gcc/testsuite/gcc.dg/torture/pr69714.c | 156 +++++++++++++++++++++++++++++++++ gcc/tree-ssa-math-opts.c | 46 ++++------ 5 files changed, 282 insertions(+), 67 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr69714.c