public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/21170] New: Comments still mention rewrite_ssa_into_ssa.
@ 2005-04-23  2:32 kazu at cs dot umass dot edu
  2005-04-23  3:40 ` [Bug tree-optimization/21170] [4.1 Regression] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: kazu at cs dot umass dot edu @ 2005-04-23  2:32 UTC (permalink / raw)
  To: gcc-bugs

tree-ssa-dom.c:  rewrite_ssa_into_ssa.
tree-ssa-threadupdate.c:   SSA_NAMEs.  Right now, we just call into
rewrite_ssa_into_ssa

Note that rewrite_ssa_into_ssa was just removed today.

-- 
           Summary: Comments still mention rewrite_ssa_into_ssa.
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: tree-optimization
        AssignedTo: dnovillo at redhat dot com
        ReportedBy: kazu at cs dot umass dot edu
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug tree-optimization/21170] [4.1 Regression] Comments still mention rewrite_ssa_into_ssa.
  2005-04-23  2:32 [Bug tree-optimization/21170] New: Comments still mention rewrite_ssa_into_ssa kazu at cs dot umass dot edu
@ 2005-04-23  3:40 ` pinskia at gcc dot gnu dot org
  2005-04-23 15:41 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-23  3:40 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Comments still mention      |[4.1 Regression] Comments
                   |rewrite_ssa_into_ssa.       |still mention
                   |                            |rewrite_ssa_into_ssa.
   Target Milestone|---                         |4.1.0
            Version|unknown                     |4.1.0


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


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

* [Bug tree-optimization/21170] [4.1 Regression] Comments still mention rewrite_ssa_into_ssa.
  2005-04-23  2:32 [Bug tree-optimization/21170] New: Comments still mention rewrite_ssa_into_ssa kazu at cs dot umass dot edu
  2005-04-23  3:40 ` [Bug tree-optimization/21170] [4.1 Regression] " pinskia at gcc dot gnu dot org
@ 2005-04-23 15:41 ` pinskia at gcc dot gnu dot org
  2005-05-10 20:21 ` cvs-commit at gcc dot gnu dot org
  2005-05-10 20:22 ` kazu at cs dot umass dot edu
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-23 15:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-23 15:41 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-04-23 15:41:35
               date|                            |


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


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

* [Bug tree-optimization/21170] [4.1 Regression] Comments still mention rewrite_ssa_into_ssa.
  2005-04-23  2:32 [Bug tree-optimization/21170] New: Comments still mention rewrite_ssa_into_ssa kazu at cs dot umass dot edu
  2005-04-23  3:40 ` [Bug tree-optimization/21170] [4.1 Regression] " pinskia at gcc dot gnu dot org
  2005-04-23 15:41 ` pinskia at gcc dot gnu dot org
@ 2005-05-10 20:21 ` cvs-commit at gcc dot gnu dot org
  2005-05-10 20:22 ` kazu at cs dot umass dot edu
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-05-10 20:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-05-10 20:21 -------
Subject: Bug 21170

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	kazu@gcc.gnu.org	2005-05-10 20:21:29

Modified files:
	gcc            : ChangeLog tree-ssa-dom.c 
	                 tree-ssa-threadupdate.c 

Log message:
	PR tree-optimization/21170
	* tree-ssa-dom.c, tree-ssa-threadupdate.c: Replace
	rewrite_ssa_into_ssa in comments with update_ssa.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.8717&r2=2.8718
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-dom.c.diff?cvsroot=gcc&r1=2.109&r2=2.110
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-threadupdate.c.diff?cvsroot=gcc&r1=2.25&r2=2.26



-- 


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


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

* [Bug tree-optimization/21170] [4.1 Regression] Comments still mention rewrite_ssa_into_ssa.
  2005-04-23  2:32 [Bug tree-optimization/21170] New: Comments still mention rewrite_ssa_into_ssa kazu at cs dot umass dot edu
                   ` (2 preceding siblings ...)
  2005-05-10 20:21 ` cvs-commit at gcc dot gnu dot org
@ 2005-05-10 20:22 ` kazu at cs dot umass dot edu
  3 siblings, 0 replies; 5+ messages in thread
From: kazu at cs dot umass dot edu @ 2005-05-10 20:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kazu at cs dot umass dot edu  2005-05-10 20:22 -------
Just checked in a patch.


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


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


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

end of thread, other threads:[~2005-05-10 20:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-23  2:32 [Bug tree-optimization/21170] New: Comments still mention rewrite_ssa_into_ssa kazu at cs dot umass dot edu
2005-04-23  3:40 ` [Bug tree-optimization/21170] [4.1 Regression] " pinskia at gcc dot gnu dot org
2005-04-23 15:41 ` pinskia at gcc dot gnu dot org
2005-05-10 20:21 ` cvs-commit at gcc dot gnu dot org
2005-05-10 20:22 ` kazu at cs dot umass dot edu

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).