Hello, Patch has been backported to releases/gcc-16.
Thank You, Kishan On 10/04/26 9:18 am, Michael Meissner wrote: > On Wed, Apr 08, 2026 at 10:52:44PM +0530, Kishan Parmar wrote: >> Hello All, >> >> Changes from v1: >> - Add missing ChangeLog info of new testcases. >> >> Thank you, >> Kishan >> >> This patch introduces support for the -mcpu=future option, intended to >> enable experimental processor features that may or may not be included >> in future Power processors. The option serves as a placeholder for >> development and evaluation purposes, and may be renamed if a >> corresponding processor is defined. >> >> In addition, this change adds support for gating rs6000 built-ins using a >> new target predicate "future", corresponding to -mcpu=future. This >> extends rs6000-gen-builtins.cc and rs6000-builtin.cc to recognize >> [future] as a valid predicate, allowing new built-ins defined in .bif >> files to be conditionally enabled. >> >> Bootstrapped and Regtested on Power10 little-endian system, using the >> --with-cpu=future configuration option. > This looks ok, when GCC 17 opens up you can apply it to the main > branch. After an appropriate waiting period after GCC 16.1 ships, you > can back port it to GCC 16. >
