public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/21116] New: tree-ssa-phiopt.c:193 has wrong translation from EDGE_COUNT to single_succ_p.
@ 2005-04-19 22:53 kazu at cs dot umass dot edu
  2005-04-19 22:56 ` [Bug tree-optimization/21116] " kazu at cs dot umass dot edu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: kazu at cs dot umass dot edu @ 2005-04-19 22:53 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-phiopt.c.diff?r1=2.25&r2=2.26&only_with_tag=MAIN

-      if (EDGE_COUNT (bb1->succs) > 1
+      if (!single_succ_p (bb1) > 1

We don't need "> 1".

-- 
           Summary: tree-ssa-phiopt.c:193 has wrong translation from
                    EDGE_COUNT to single_succ_p.
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        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=21116


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

* [Bug tree-optimization/21116] tree-ssa-phiopt.c:193 has wrong translation from EDGE_COUNT to single_succ_p.
  2005-04-19 22:53 [Bug tree-optimization/21116] New: tree-ssa-phiopt.c:193 has wrong translation from EDGE_COUNT to single_succ_p kazu at cs dot umass dot edu
@ 2005-04-19 22:56 ` kazu at cs dot umass dot edu
  2005-04-19 23:28 ` [Bug tree-optimization/21116] [4.1 Regression] " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: kazu at cs dot umass dot edu @ 2005-04-19 22:56 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |kazu at cs dot umass dot edu
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED


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


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

* [Bug tree-optimization/21116] [4.1 Regression] tree-ssa-phiopt.c:193 has wrong translation from EDGE_COUNT to single_succ_p.
  2005-04-19 22:53 [Bug tree-optimization/21116] New: tree-ssa-phiopt.c:193 has wrong translation from EDGE_COUNT to single_succ_p kazu at cs dot umass dot edu
  2005-04-19 22:56 ` [Bug tree-optimization/21116] " kazu at cs dot umass dot edu
@ 2005-04-19 23:28 ` pinskia at gcc dot gnu dot org
  2005-04-20 13:19 ` cvs-commit at gcc dot gnu dot org
  2005-04-20 13:21 ` 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-19 23:28 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-19 23:28 -------
This is a regression.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
            Summary|tree-ssa-phiopt.c:193 has   |[4.1 Regression] tree-ssa-
                   |wrong translation from      |phiopt.c:193 has wrong
                   |EDGE_COUNT to single_succ_p.|translation from EDGE_COUNT
                   |                            |to single_succ_p.
   Target Milestone|---                         |4.1.0
            Version|unknown                     |4.1.0


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


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

* [Bug tree-optimization/21116] [4.1 Regression] tree-ssa-phiopt.c:193 has wrong translation from EDGE_COUNT to single_succ_p.
  2005-04-19 22:53 [Bug tree-optimization/21116] New: tree-ssa-phiopt.c:193 has wrong translation from EDGE_COUNT to single_succ_p kazu at cs dot umass dot edu
  2005-04-19 22:56 ` [Bug tree-optimization/21116] " kazu at cs dot umass dot edu
  2005-04-19 23:28 ` [Bug tree-optimization/21116] [4.1 Regression] " pinskia at gcc dot gnu dot org
@ 2005-04-20 13:19 ` cvs-commit at gcc dot gnu dot org
  2005-04-20 13:21 ` 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-04-20 13:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-04-20 13:19 -------
Subject: Bug 21116

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	kazu@gcc.gnu.org	2005-04-20 13:19:18

Modified files:
	gcc            : ChangeLog tree-ssa-phiopt.c 

Log message:
	PR tree-optimization/21116
	* tree-ssa-phiopt.c: Fix a typo.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.8371&r2=2.8372
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-phiopt.c.diff?cvsroot=gcc&r1=2.34&r2=2.35



-- 


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


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

* [Bug tree-optimization/21116] [4.1 Regression] tree-ssa-phiopt.c:193 has wrong translation from EDGE_COUNT to single_succ_p.
  2005-04-19 22:53 [Bug tree-optimization/21116] New: tree-ssa-phiopt.c:193 has wrong translation from EDGE_COUNT to single_succ_p kazu at cs dot umass dot edu
                   ` (2 preceding siblings ...)
  2005-04-20 13:19 ` cvs-commit at gcc dot gnu dot org
@ 2005-04-20 13:21 ` kazu at cs dot umass dot edu
  3 siblings, 0 replies; 5+ messages in thread
From: kazu at cs dot umass dot edu @ 2005-04-20 13:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kazu at cs dot umass dot edu  2005-04-20 13:20 -------
Just checked in a patch.


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


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


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

end of thread, other threads:[~2005-04-20 13:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-19 22:53 [Bug tree-optimization/21116] New: tree-ssa-phiopt.c:193 has wrong translation from EDGE_COUNT to single_succ_p kazu at cs dot umass dot edu
2005-04-19 22:56 ` [Bug tree-optimization/21116] " kazu at cs dot umass dot edu
2005-04-19 23:28 ` [Bug tree-optimization/21116] [4.1 Regression] " pinskia at gcc dot gnu dot org
2005-04-20 13:19 ` cvs-commit at gcc dot gnu dot org
2005-04-20 13:21 ` 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).