This adds the CPU model number of the IBM z14 Model ZR1 machine to
-march=native.  The patch doesn't actually change anything since we
anyway default to z14 for unknown CPU model numbers.  So this is just
for the sake of completeness.

2018-10-02  Andreas Krebbel  <kreb...@linux.ibm.com>

        * config/s390/driver-native.c (s390_host_detect_local_cpu): Add
        0x3907 as CPU model number.
---
 gcc/config/s390/driver-native.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/config/s390/driver-native.c b/gcc/config/s390/driver-native.c
index 4b2dd6e..97f7b05 100644
--- a/gcc/config/s390/driver-native.c
+++ b/gcc/config/s390/driver-native.c
@@ -116,6 +116,7 @@ s390_host_detect_local_cpu (int argc, const char **argv)
              cpu = "z13";
              break;
            case 0x3906:
+           case 0x3907:
              cpu = "z14";
              break;
            default:
-- 
2.7.4

Reply via email to