On Apr 11, 2012, at 6:59 AM, Bernd Schmidt wrote: > This is another problem I found working on a new target. In fold-const, > when folding conversions, there are two instances where mode bitsizes > are compared to type precisions. This fails to do the right thing if > mode precision and bitsize differ (which I believe they currently don't > on any target).
They do on mine... In my genmodes patch, it would make it true on two existing gcc ports as I recall.