public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug hsa/86948] Internal compiler error compiling brig.dg/test/gimple/mulhi.hsail
       [not found] <bug-86948-4@http.gcc.gnu.org/bugzilla/>
@ 2021-12-23 22:07 ` roger at nextmovesoftware dot com
  2021-12-24 11:54 ` amonakov at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: roger at nextmovesoftware dot com @ 2021-12-23 22:07 UTC (permalink / raw)
  To: gcc-bugs

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

Roger Sayle <roger at nextmovesoftware dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |roger at nextmovesoftware dot com
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2021-12-23
             Status|UNCONFIRMED                 |NEW

--- Comment #7 from Roger Sayle <roger at nextmovesoftware dot com> ---
A default expansion for MULT_HIGHPART_EXPR was proposed as part of
https://gcc.gnu.org/pipermail/gcc-patches/2020-August/551316.html
I'll split off just that part of the patch and resubmit it for review.

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

* [Bug hsa/86948] Internal compiler error compiling brig.dg/test/gimple/mulhi.hsail
       [not found] <bug-86948-4@http.gcc.gnu.org/bugzilla/>
  2021-12-23 22:07 ` [Bug hsa/86948] Internal compiler error compiling brig.dg/test/gimple/mulhi.hsail roger at nextmovesoftware dot com
@ 2021-12-24 11:54 ` amonakov at gcc dot gnu.org
  2021-12-24 14:01 ` jamborm at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: amonakov at gcc dot gnu.org @ 2021-12-24 11:54 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from Alexander Monakov <amonakov at gcc dot gnu.org> ---
How does your patch expand 64-bit highpart multiply (i.e. with 128-bit full
product) on 32-bit targets?

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

* [Bug hsa/86948] Internal compiler error compiling brig.dg/test/gimple/mulhi.hsail
       [not found] <bug-86948-4@http.gcc.gnu.org/bugzilla/>
  2021-12-23 22:07 ` [Bug hsa/86948] Internal compiler error compiling brig.dg/test/gimple/mulhi.hsail roger at nextmovesoftware dot com
  2021-12-24 11:54 ` amonakov at gcc dot gnu.org
@ 2021-12-24 14:01 ` jamborm at gcc dot gnu.org
  2022-01-09  8:50 ` pinskia at gcc dot gnu.org
  2022-01-09  8:51 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: jamborm at gcc dot gnu.org @ 2021-12-24 14:01 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #9 from Martin Jambor <jamborm at gcc dot gnu.org> ---
(In reply to Roger Sayle from comment #7)
> A default expansion for MULT_HIGHPART_EXPR was proposed as part of
> https://gcc.gnu.org/pipermail/gcc-patches/2020-August/551316.html
> I'll split off just that part of the patch and resubmit it for review.

Roger, thanks for your effort.  While I believe your patch series will
be generally useful, as far as this bug is concerned, I do not think
it makes sense to complicate things because of it.  HSA has been
removed in GCC 11 and since your patch is unlikely to be a candidate
for backport to GCC 10 or earlier, it is unlikely to fix this.  HSA
almost certainly does not have any users anyway, there is little need
to bother about it too.

Still, thanks for looking into the general issue.

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

* [Bug hsa/86948] Internal compiler error compiling brig.dg/test/gimple/mulhi.hsail
       [not found] <bug-86948-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2021-12-24 14:01 ` jamborm at gcc dot gnu.org
@ 2022-01-09  8:50 ` pinskia at gcc dot gnu.org
  2022-01-09  8:51 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-01-09  8:50 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WONTFIX
             Status|NEW                         |RESOLVED
   Target Milestone|---                         |11.0

--- Comment #10 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
As mentioned the brig front-end was removed in GCC 11 so closing as won't fix.

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

* [Bug hsa/86948] Internal compiler error compiling brig.dg/test/gimple/mulhi.hsail
       [not found] <bug-86948-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2022-01-09  8:50 ` pinskia at gcc dot gnu.org
@ 2022-01-09  8:51 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-01-09  8:51 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|11.0                        |12.0

--- Comment #11 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #10)
> As mentioned the brig front-end was removed in GCC 11 so closing as won't
> fix.

Actually it was removed for GCC 12 by r12-717.

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

end of thread, other threads:[~2022-01-09  8:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-86948-4@http.gcc.gnu.org/bugzilla/>
2021-12-23 22:07 ` [Bug hsa/86948] Internal compiler error compiling brig.dg/test/gimple/mulhi.hsail roger at nextmovesoftware dot com
2021-12-24 11:54 ` amonakov at gcc dot gnu.org
2021-12-24 14:01 ` jamborm at gcc dot gnu.org
2022-01-09  8:50 ` pinskia at gcc dot gnu.org
2022-01-09  8:51 ` pinskia 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).