public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug optimization/10624] unroll-loops can't unroll nested constant loops
       [not found] <20030505093600.10624.thome@lix.polytechnique.fr>
@ 2003-06-04 19:32 ` dhazeghi@yahoo.com
  2003-06-07 20:18 ` pinskia@physics.uc.edu
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: dhazeghi@yahoo.com @ 2003-06-04 19:32 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10624


dhazeghi@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
  GCC build triplet|                            |i686-pc-linux-gnu
   GCC host triplet|                            |i686-pc-linux-gnu
 GCC target triplet|                            |i686-linux-pc-gnu


------- Additional Comments From dhazeghi@yahoo.com  2003-06-04 19:32 -------
Zdenek,

you say this is unlikely to be addressed for quite a while. Shall I put this bug in SUSPENDED, or 
leave it as NEW? Thanks,

Dara



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug optimization/10624] unroll-loops can't unroll nested constant loops
       [not found] <20030505093600.10624.thome@lix.polytechnique.fr>
  2003-06-04 19:32 ` [Bug optimization/10624] unroll-loops can't unroll nested constant loops dhazeghi@yahoo.com
@ 2003-06-07 20:18 ` pinskia@physics.uc.edu
  2003-08-05 15:30 ` pinskia at physics dot uc dot edu
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia@physics.uc.edu @ 2003-06-07 20:18 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10624


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-06-07 20:18:01
               date|                            |


------- Additional Comments From pinskia@physics.uc.edu  2003-06-07 20:18 -------
This should not be in waiting.


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

* [Bug optimization/10624] unroll-loops can't unroll nested constant loops
       [not found] <20030505093600.10624.thome@lix.polytechnique.fr>
  2003-06-04 19:32 ` [Bug optimization/10624] unroll-loops can't unroll nested constant loops dhazeghi@yahoo.com
  2003-06-07 20:18 ` pinskia@physics.uc.edu
@ 2003-08-05 15:30 ` pinskia at physics dot uc dot edu
  2004-08-17  5:48 ` [Bug rtl-optimization/10624] " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-08-05 15:30 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10624


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |SUSPENDED
           Keywords|                            |pessimizes-code


------- Additional Comments From pinskia at physics dot uc dot edu  2003-08-05 15:30 -------
Suspending as this will not be fixed in the near future (3.4 or might not 3.5)


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

* [Bug rtl-optimization/10624] unroll-loops can't unroll nested constant loops
       [not found] <20030505093600.10624.thome@lix.polytechnique.fr>
                   ` (2 preceding siblings ...)
  2003-08-05 15:30 ` pinskia at physics dot uc dot edu
@ 2004-08-17  5:48 ` pinskia at gcc dot gnu dot org
  2005-05-11 13:23 ` steven at gcc dot gnu dot org
  2005-05-12 17:36 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-17  5:48 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-17 05:48 -------
Now this could be fixed with LNO branch and scalar evolution code as it will be able to figure out that 
what the loop interval will be.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10624


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

* [Bug rtl-optimization/10624] unroll-loops can't unroll nested constant loops
       [not found] <20030505093600.10624.thome@lix.polytechnique.fr>
                   ` (3 preceding siblings ...)
  2004-08-17  5:48 ` [Bug rtl-optimization/10624] " pinskia at gcc dot gnu dot org
@ 2005-05-11 13:23 ` steven at gcc dot gnu dot org
  2005-05-12 17:36 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 6+ messages in thread
From: steven at gcc dot gnu dot org @ 2005-05-11 13:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From steven at gcc dot gnu dot org  2005-05-11 13:22 -------
So what's the status on this one?  Fixable for 4.1 maybe? 
 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10624


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

* [Bug rtl-optimization/10624] unroll-loops can't unroll nested constant loops
       [not found] <20030505093600.10624.thome@lix.polytechnique.fr>
                   ` (4 preceding siblings ...)
  2005-05-11 13:23 ` steven at gcc dot gnu dot org
@ 2005-05-12 17:36 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-12 17:36 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-12 17:36 -------
*** Bug 15513 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kunert at physik dot tu-
                   |                            |dresden dot de


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10624


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

end of thread, other threads:[~2005-05-12 17:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030505093600.10624.thome@lix.polytechnique.fr>
2003-06-04 19:32 ` [Bug optimization/10624] unroll-loops can't unroll nested constant loops dhazeghi@yahoo.com
2003-06-07 20:18 ` pinskia@physics.uc.edu
2003-08-05 15:30 ` pinskia at physics dot uc dot edu
2004-08-17  5:48 ` [Bug rtl-optimization/10624] " pinskia at gcc dot gnu dot org
2005-05-11 13:23 ` steven at gcc dot gnu dot org
2005-05-12 17:36 ` pinskia at gcc dot gnu dot 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).