Re: [PATCH] Move strip_float_extensions to tree.c

2012-03-12 Thread Richard Guenther
On Wed, 7 Mar 2012, Joseph S. Myers wrote: > On Wed, 7 Mar 2012, Richard Guenther wrote: > > > Now, convert.c is used from all frontends to implement convert () > > (that looks backwards - the language convert should be a langhook, > > called from convert implemented in convert.c). But well, I a

Re: [PATCH] Move strip_float_extensions to tree.c

2012-03-07 Thread Joseph S. Myers
On Wed, 7 Mar 2012, Richard Guenther wrote: > Now, convert.c is used from all frontends to implement convert () > (that looks backwards - the language convert should be a langhook, > called from convert implemented in convert.c). But well, I aint > not touching this beast ;) I don't think conver

[PATCH] Move strip_float_extensions to tree.c

2012-03-07 Thread Richard Guenther
Prototyped in tree.h, called from the middle-end but implemented in convert.c. That looks wrong. Now, convert.c is used from all frontends to implement convert () (that looks backwards - the language convert should be a langhook, called from convert implemented in convert.c). But well, I aint n