aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/frontend-passes.c
diff options
context:
space:
mode:
authorRoger Sayle <roger@nextmovesoftware.com>2020-08-04 16:56:06 +0100
committerRoger Sayle <roger@nextmovesoftware.com>2020-08-04 16:57:34 +0100
commit76eafcc395d2bcd4147cb1ba1a8aff321571402f (patch)
treeb3229a1f228034bb4fc5ddfeba8513129d87f9ac /gcc/fortran/frontend-passes.c
parentca2b8c082c4f16919071c9f8de8db0b33b54c405 (diff)
downloadgcc-76eafcc395d2bcd4147cb1ba1a8aff321571402f.zip
gcc-76eafcc395d2bcd4147cb1ba1a8aff321571402f.tar.gz
gcc-76eafcc395d2bcd4147cb1ba1a8aff321571402f.tar.bz2
Test case for PR rtl-optimization/60473
PR rtl-optimization/60473 is code quality regression that has been cured by improvements to register allocation. For the function in the test case, GCC 4.4, 4.5 and 4.6 generated very poor code requiring two mov instructions, and GCC 4.7 and 4.8 (when the PR was filed) produced better but still poor code with one mov instruction. Since GCC 4.9 (including current mainline), it generates optimal code with no mov instructions, matching what used to be generated in GCC 4.1. 2020-08-04 Roger Sayle <roger@nextmovesoftware.com> gcc/testsuite/ChangeLog PR rtl-optimization/60473 * gcc.target/i386/pr60473.c: New test.
Diffstat (limited to 'gcc/fortran/frontend-passes.c')
0 files changed, 0 insertions, 0 deletions