https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104004

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Segher Boessenkool <seg...@gcc.gnu.org>:

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

commit r12-7945-gaaf3a5993ae49f1ae6792800e5161a1d51436ed3
Author: Bill Schmidt <wschm...@linux.ibm.com>
Date:   Fri Jan 28 11:50:26 2022 -0600

    rs6000: Fix some missing built-in attributes [PR104004]

    PR104004 caught some misses on my part in converting to the new built-in
    function infrastructure.  In particular, I forgot to mark all of the
"nosoft"
    built-ins, and one of those should also have been marked "no32bit".

    2022-01-27  Bill Schmidt  <wschm...@linux.ibm.com>

    gcc/
            PR target/104004
            * config/rs6000/rs6000-builtins.def (MFFSL): Mark nosoft.
            (MTFSB0): Likewise.
            (MTFSB1): Likewise.
            (SET_FPSCR_RN): Likewise.
            (SET_FPSCR_DRN): Mark nosoft and no32bit.
  • [Bug target/104004] [12 Regress... cvs-commit at gcc dot gnu.org via Gcc-bugs

Reply via email to