aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
diff options
context:
space:
mode:
authorJeff Law <jlaw@ventanamicro.com>2024-11-01 20:28:07 -0600
committerJeff Law <jlaw@ventanamicro.com>2024-11-01 20:29:09 -0600
commit4a5a63596dd82d20fd1cc11a69ec1e4729225645 (patch)
treea6a78d8e486b7d8388f50874178681778075ab55 /gcc/fortran
parent0cb6078ca83f545bfe54b4064181dca6f81ce45d (diff)
downloadgcc-4a5a63596dd82d20fd1cc11a69ec1e4729225645.zip
gcc-4a5a63596dd82d20fd1cc11a69ec1e4729225645.tar.gz
gcc-4a5a63596dd82d20fd1cc11a69ec1e4729225645.tar.bz2
[committed] Make LRA default for ft32 and remove -mlra option
I was looking to clean up an old patch I'm carrying in my tester. My first thought was that ft32 was likely going to be deprecated because it wasn't using LRA -- which in turn would mean the patch in question could just be removed. But then I checked, ft32 has an LRA option and if turned on it gets the exact same test results as with reload. While the port mentions a failure with sieve.c, that's been there since the port was introduced in 2015. It's working well enough that I think just converting it is the right thing to do. The testsuite patch which precipitated this one will follow separately. I've kept the -mlra option for compatibility sake, but it's ignored. Pushing to the trunk. gcc/ * config/ft32/ft32.cc (ft32_lra_p): Remove. (TARGET_LRA_P): Likewise. * config/ft32/ft32.opt: Make -mlra ignored. * doc/invoke.texi: Adjust documentation for -mlra on ft32.
Diffstat (limited to 'gcc/fortran')
0 files changed, 0 insertions, 0 deletions