re PR tree-optimization/34679 (ICE: tree check: expected integer_type, have enumeral_...
authorRichard Guenther <rguenther@suse.de>
Wed, 9 Jan 2008 12:14:01 +0000 (12:14 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 9 Jan 2008 12:14:01 +0000 (12:14 +0000)
commitcbad2e09260a2898b3384dded5f3ce2651e17425
tree764f81577f0b53934a061bca964c5536a7368326
parent51631813373a8784613b024dd9b517708803d3d9
re PR tree-optimization/34679 (ICE: tree check: expected integer_type, have enumeral_type in host_integerp, at tree.c:4949 (predictive commoning))

2008-01-09  Richard Guenther  <rguenther@suse.de>

PR middle-end/34679
* tree.c (host_integerp): Check for sizetype only if the
type is an integer type.

From-SVN: r131425
gcc/ChangeLog
gcc/tree.c