------- Additional Comments From phython at gcc dot gnu dot org 2005-08-05 14:49 ------- I patched fold to change if (FOO > TYPE_MAX) or if (FOO < TYPE_MIN) to if (0) and this fixes the ice. I'll mail the patch when I get back from work tonight.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23046