------- Comment #4 from pinskia at gcc dot gnu dot org  2006-12-22 08:45 -------
This is a very simple patch to fix this issue also:
-        if (same_type_p (TREE_TYPE (arg), boolean_type_node))
+        if (TREE_CODE (TREE_TYPE (arg)) == BOOLEAN_TYPE)


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |ASSIGNED
   Last reconfirmed|2006-12-21 18:13:05         |2006-12-22 08:45:50
               date|                            |


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

Reply via email to