public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/79405] [8/9/10/11 Regression] Infinite loop in fwprop
       [not found] <bug-79405-4@http.gcc.gnu.org/bugzilla/>
@ 2020-05-07 11:56 ` jakub at gcc dot gnu.org
  2020-07-23  6:51 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2020-05-07 11:56 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.0                        |10.2

--- Comment #14 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 10.1 has been released.

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

* [Bug rtl-optimization/79405] [8/9/10/11 Regression] Infinite loop in fwprop
       [not found] <bug-79405-4@http.gcc.gnu.org/bugzilla/>
  2020-05-07 11:56 ` [Bug rtl-optimization/79405] [8/9/10/11 Regression] Infinite loop in fwprop jakub at gcc dot gnu.org
@ 2020-07-23  6:51 ` rguenth at gcc dot gnu.org
  2021-04-08 12:02 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-07-23  6:51 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.2                        |10.3

--- Comment #15 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 10.2 is released, adjusting target milestone.

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

* [Bug rtl-optimization/79405] [8/9/10/11 Regression] Infinite loop in fwprop
       [not found] <bug-79405-4@http.gcc.gnu.org/bugzilla/>
  2020-05-07 11:56 ` [Bug rtl-optimization/79405] [8/9/10/11 Regression] Infinite loop in fwprop jakub at gcc dot gnu.org
  2020-07-23  6:51 ` rguenth at gcc dot gnu.org
@ 2021-04-08 12:02 ` rguenth at gcc dot gnu.org
  2021-10-22  6:08 ` [Bug rtl-optimization/79405] [9/10/11/12 " steven at gcc dot gnu.org
  2021-10-22  8:56 ` rsandifo at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-04-08 12:02 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.3                        |10.4

--- Comment #16 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 10.3 is being released, retargeting bugs to GCC 10.4.

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

* [Bug rtl-optimization/79405] [9/10/11/12 Regression] Infinite loop in fwprop
       [not found] <bug-79405-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2021-04-08 12:02 ` rguenth at gcc dot gnu.org
@ 2021-10-22  6:08 ` steven at gcc dot gnu.org
  2021-10-22  8:56 ` rsandifo at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: steven at gcc dot gnu.org @ 2021-10-22  6:08 UTC (permalink / raw)
  To: gcc-bugs

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

Steven Bosscher <steven at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |WAITING
                 CC|                            |rsandifo at gcc dot gnu.org

--- Comment #17 from Steven Bosscher <steven at gcc dot gnu.org> ---
https://gcc.gnu.org/pipermail/gcc-patches/2020-November/558946.html: "Also, the
old version didn't naturally guarantee termination (PR79405),
whereas the new one does."

So, I'm guessing the RTL SSA fwprop fixed this?

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

* [Bug rtl-optimization/79405] [9/10/11/12 Regression] Infinite loop in fwprop
       [not found] <bug-79405-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2021-10-22  6:08 ` [Bug rtl-optimization/79405] [9/10/11/12 " steven at gcc dot gnu.org
@ 2021-10-22  8:56 ` rsandifo at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: rsandifo at gcc dot gnu.org @ 2021-10-22  8:56 UTC (permalink / raw)
  To: gcc-bugs

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

rsandifo at gcc dot gnu.org <rsandifo at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |FIXED

--- Comment #18 from rsandifo at gcc dot gnu.org <rsandifo at gcc dot gnu.org> ---
(In reply to Steven Bosscher from comment #17)
> https://gcc.gnu.org/pipermail/gcc-patches/2020-November/558946.html: "Also,
> the old version didn't naturally guarantee termination (PR79405),
> whereas the new one does."
> 
> So, I'm guessing the RTL SSA fwprop fixed this?
Ah, yeah.

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

end of thread, other threads:[~2021-10-22  8:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-79405-4@http.gcc.gnu.org/bugzilla/>
2020-05-07 11:56 ` [Bug rtl-optimization/79405] [8/9/10/11 Regression] Infinite loop in fwprop jakub at gcc dot gnu.org
2020-07-23  6:51 ` rguenth at gcc dot gnu.org
2021-04-08 12:02 ` rguenth at gcc dot gnu.org
2021-10-22  6:08 ` [Bug rtl-optimization/79405] [9/10/11/12 " steven at gcc dot gnu.org
2021-10-22  8:56 ` rsandifo 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).