https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100108
--- Comment #9 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-11 branch has been updated by Segher Boessenkool <seg...@gcc.gnu.org>: https://gcc.gnu.org/g:8bd3b0c11cb08f63d2ca41a21596d16635626661 commit r11-8264-g8bd3b0c11cb08f63d2ca41a21596d16635626661 Author: Segher Boessenkool <seg...@kernel.crashing.org> Date: Tue Apr 20 12:00:50 2021 +0000 rs6000: Fix cpu selection w/ isel (PR100108) There are various non-IBM CPUs with isel as well, so it is easiest if we just don't consider that flag here (it is not needed). 2021-04-20 Segher Boessenkool <seg...@kernel.crashing.org> PR target/100108 * config/rs6000/rs6000.c (rs6000_machine_from_flags): Do not consider OPTION_MASK_ISEL. (cherry picked from commit 6156df483fa50a08f561b6c248819f2992aa380d)