This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/22335] DOM creates missed matched types


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-07 01:04 -------
I have a patch to fix this.
The bug is in lookup_avail_expr.
It only returns boolean_false_node/boolean_true_node which is wrong.
It should be using constant_boolean_node instead.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-07-07 01:04:39
               date|                            |


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]