rs6000: Remove -mpower10 option (PR95907)
authorSegher Boessenkool <segher@kernel.crashing.org>
Fri, 24 Jul 2020 23:12:08 +0000 (23:12 +0000)
committerSegher Boessenkool <segher@kernel.crashing.org>
Fri, 24 Jul 2020 23:23:07 +0000 (23:23 +0000)
commit4e577910050d6e18977525f0302a175542ffd610
tree3571904345742f4ef11f4f4baed4ff605328ad61
parentf8f3a0102c4e0cc53bb815e5021ec55a8c07f63a
rs6000: Remove -mpower10 option (PR95907)

The only way to enable or disable Power10 insns (ISA 3.1 insns) should
be via the -mcpu= switch.  This patch disables the -mpower10 options the
same way the -mdirect-move switch is neutered already.  That is not an
ideal way, but it works, it is not the first, and doing it properly is
more work, and will happen later.

2020-07-24  Segher Boessenkool  <segher@kernel.crashing.org>

* config/rs6000/rs6000.opt: Delete -mpower10.

gcc/testsuite/
* gcc.target/powerpc/pr95907.c: New.
gcc/config/rs6000/rs6000.opt
gcc/testsuite/gcc.target/powerpc/pr95907.c [new file with mode: 0644]