S/390: Deprecate g5 and g6 CPU levels
authorAndreas Krebbel <krebbel@linux.vnet.ibm.com>
Fri, 18 Dec 2015 09:20:53 +0000 (09:20 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Fri, 18 Dec 2015 09:20:53 +0000 (09:20 +0000)
commit6638efce562e68d702d859c124ed36c7a8c55556
tree83b07c4418831dab27b81aa23d5dac08c175f73d
parentbe33d404c0d777fa846787de66e7c4c8efb281a9
S/390: Deprecate g5 and g6 CPU levels

gcc/ChangeLog:

2015-12-18  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>

* config/s390/driver-native.c (s390_host_detect_local_cpu): Pick
z900 -march -mtune even on g5 and g6 machines.
* config/s390/s390.c (s390_option_override_internal): New argument
to distingiush between options and target attributes.  Emit
deprecation warning for g5 and g6 arch/tune options.
(s390_option_override): Set new s390_option_override_internal
argument to true.
(s390_valid_target_attribute_tree): Set new
s390_option_override_internal argument to false.
* config/s390/s390.h: Default to z900 in the driver.
* doc/invoke.texi: Document the deprecation of g5 and g6.

gcc/testsuite/ChangeLog:

2015-12-18  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>

* gcc.target/s390/hotpatch-8.c: Add -Wno-deprecated to options.
* gcc.target/s390/hotpatch-9.c: Likewise.

From-SVN: r231806
gcc/ChangeLog
gcc/config/s390/driver-native.c
gcc/config/s390/s390.c
gcc/config/s390/s390.h
gcc/doc/invoke.texi
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/s390/hotpatch-8.c
gcc/testsuite/gcc.target/s390/hotpatch-9.c