[gcc(refs/users/meissner/heads/work158-future)] Add debugging for -mcpu=future

Michael Meissner meissner@gcc.gnu.org
Sat Feb 10 05:47:50 GMT 2024


https://gcc.gnu.org/g:d21e4d975e2b85f0da5957af5728ed85b4b8a808

commit d21e4d975e2b85f0da5957af5728ed85b4b8a808
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Fri Feb 9 19:51:54 2024 -0500

    Add debugging for -mcpu=future
    
    2024-02-09  Michael Meissner  <meissner@linux.ibm.com>
    
    gcc/
    
            * config/rs6000/rs6000.cc (rs6000_opt_masks): Add entry to print out
            -mfuture in the isa flags.

Diff:
---
 gcc/config/rs6000/rs6000.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/config/rs6000/rs6000.cc b/gcc/config/rs6000/rs6000.cc
index 68a14c6f88a3..2064709aa977 100644
--- a/gcc/config/rs6000/rs6000.cc
+++ b/gcc/config/rs6000/rs6000.cc
@@ -24505,6 +24505,7 @@ static struct rs6000_opt_mask const rs6000_opt_masks[] =
   { "float128-hardware",	OPTION_MASK_FLOAT128_HW,	false, true  },
   { "fprnd",			OPTION_MASK_FPRND,		false, true  },
   { "power10",			OPTION_MASK_POWER10,		false, true  },
+  { "future",			OPTION_MASK_FUTURE,		false, true  },
   { "hard-dfp",			OPTION_MASK_DFP,		false, true  },
   { "htm",			OPTION_MASK_HTM,		false, true  },
   { "isel",			OPTION_MASK_ISEL,		false, true  },


More information about the Gcc-cvs mailing list