------- Comment #5 from pinskia at gcc dot gnu dot org  2007-05-26 22:11 -------
+       if ((TYPE_PRECISION (t) != 1 || TYPE_UNSIGNED (t))
Should obviously be:
+       if ((TYPE_PRECISION (type) != 1 || TYPE_UNSIGNED (type))

This is why I should not change my patch after I made it working.  Luckly this
is why I did not apply it as obvious before doing a bootstrap/test :).


-- 


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

Reply via email to