Re: [tree-ssa] conversion between dissimilar-sized pointers is not useless

2011-03-09 Thread Richard Guenther
On Wed, Mar 9, 2011 at 10:51 AM, Richard Guenther wrote: > On Wed, Mar 9, 2011 at 4:44 AM, DJ Delorie wrote: >> >> Affects tpf, mips64, and m32c.  Hand-checked tpf by inspection, m32c >> tests running now.  Look OK so far? >> >>        * tree-ssa.c (useless_type_conversion_p): Conversions between

Re: [tree-ssa] conversion between dissimilar-sized pointers is not useless

2011-03-09 Thread Richard Guenther
On Wed, Mar 9, 2011 at 4:44 AM, DJ Delorie wrote: > > Affects tpf, mips64, and m32c.  Hand-checked tpf by inspection, m32c > tests running now.  Look OK so far? > >        * tree-ssa.c (useless_type_conversion_p): Conversions between >        pointers of different modes are not useless. > > Index: