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
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
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