public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/87583] error: unrecognizable insn on ppc64le
       [not found] <bug-87583-4@http.gcc.gnu.org/bugzilla/>
@ 2020-03-20 23:50 ` segher at gcc dot gnu.org
  2020-03-31 16:46 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: segher at gcc dot gnu.org @ 2020-03-20 23:50 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Segher Boessenkool <segher at gcc dot gnu.org> ---
commit 68dd57808f7c0147acdb5ca72c88ff655afcb0ce
Author: Carl Love <carll@us.ibm.com>
Date:   Fri Mar 20 18:15:05 2020 -0500

    rs6000: Add command line and builtin compatibility check

    2020-03-20  Carl Love  <cel@us.ibm.com>

        PR/target 87583
        * gcc/config/rs6000/rs6000.c (rs6000_option_override_internal):
        Add check for TARGET_FPRND for Power 7 or newer.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/87583] error: unrecognizable insn on ppc64le
       [not found] <bug-87583-4@http.gcc.gnu.org/bugzilla/>
  2020-03-20 23:50 ` [Bug target/87583] error: unrecognizable insn on ppc64le segher at gcc dot gnu.org
@ 2020-03-31 16:46 ` cvs-commit at gcc dot gnu.org
  2020-03-31 17:46 ` cvs-commit at gcc dot gnu.org
  2020-03-31 23:39 ` carll at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-03-31 16:46 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-9 branch has been updated by Carl Love <carll@gcc.gnu.org>:

https://gcc.gnu.org/g:8ab40918a3b6b9093930193fe8900d738858e75f

commit r9-8425-g8ab40918a3b6b9093930193fe8900d738858e75f
Author: Carl Love <carll@us.ibm.com>
Date:   Tue Mar 31 11:30:00 2020 -0500

    rs6000: Add command line and builtin compatibility check

    2020-03-31  Carl Love  <cel@us.ibm.com>

            backport of mainline commit

            commit 68dd57808f7c0147acdb5ca72c88ff655afcb0ce
            Author: Carl Love <carll@us.ibm.com>
            Date:   Fri Mar 20 18:15:05 2020 -0500

            whith change log typo fixed.

            PR target/87583
            * gcc/config/rs6000/rs6000.c (rs6000_option_override_internal):
            Add check for TARGET_FPRND for Power 7 or newer.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/87583] error: unrecognizable insn on ppc64le
       [not found] <bug-87583-4@http.gcc.gnu.org/bugzilla/>
  2020-03-20 23:50 ` [Bug target/87583] error: unrecognizable insn on ppc64le segher at gcc dot gnu.org
  2020-03-31 16:46 ` cvs-commit at gcc dot gnu.org
@ 2020-03-31 17:46 ` cvs-commit at gcc dot gnu.org
  2020-03-31 23:39 ` carll at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-03-31 17:46 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-8 branch has been updated by Carl Love <carll@gcc.gnu.org>:

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

commit r8-10153-gbfb0e282e3dacb7c72f78b9b546b36a6fcc534e8
Author: Carl Love <carll@us.ibm.com>
Date:   Tue Mar 31 11:53:47 2020 -0500

    rs6000 Add command line and builtin compatibility check

    2020-03-31  Carl Love  <cel@us.ibm.com>

            backport of mainline commit

            commit 68dd57808f7c0147acdb5ca72c88ff655afcb0ce
            Author: Carl Love <carll@us.ibm.com>
            Date:   Fri Mar 20 18:15:05 2020 -0500

            whith change log typo fixed.

            PR target/87583
            * gcc/config/rs6000/rs6000.c (rs6000_option_override_internal):
            Add check for TARGET_FPRND for Power 7 or newer.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/87583] error: unrecognizable insn on ppc64le
       [not found] <bug-87583-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2020-03-31 17:46 ` cvs-commit at gcc dot gnu.org
@ 2020-03-31 23:39 ` carll at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: carll at gcc dot gnu.org @ 2020-03-31 23:39 UTC (permalink / raw)
  To: gcc-bugs

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

Carl Love <carll at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |carll at gcc dot gnu.org
         Resolution|---                         |FIXED

--- Comment #8 from Carl Love <carll at gcc dot gnu.org> ---
The issue was fixed with a patch to mainline, backported to GCC 8 and 9

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-03-31 23:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-87583-4@http.gcc.gnu.org/bugzilla/>
2020-03-20 23:50 ` [Bug target/87583] error: unrecognizable insn on ppc64le segher at gcc dot gnu.org
2020-03-31 16:46 ` cvs-commit at gcc dot gnu.org
2020-03-31 17:46 ` cvs-commit at gcc dot gnu.org
2020-03-31 23:39 ` carll at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).