Re: Don't query the frontend for unsupported types

2017-10-25 Thread Richard Biener
On Sun, Oct 1, 2017 at 6:17 PM, Richard Sandiford wrote: > Richard Biener writes: >> On Fri, Sep 22, 2017 at 6:42 PM, Richard Sandiford >> wrote: >>> Richard Biener writes: On Thu, Sep 21, 2017 at 2:56 PM, Richard Sandiford wrote: > Richard Biener writes: >> On September 20,

Re: Don't query the frontend for unsupported types

2017-10-23 Thread Richard Sandiford
Ping. Richard Sandiford writes: > Richard Biener writes: >> On Fri, Sep 22, 2017 at 6:42 PM, Richard Sandiford >> wrote: >>> Richard Biener writes: On Thu, Sep 21, 2017 at 2:56 PM, Richard Sandiford wrote: > Richard Biener writes: >> On September 20, 2017 2:36:03 PM GMT+02:

Re: Don't query the frontend for unsupported types

2017-10-01 Thread Richard Sandiford
Richard Biener writes: > On Fri, Sep 22, 2017 at 6:42 PM, Richard Sandiford > wrote: >> Richard Biener writes: >>> On Thu, Sep 21, 2017 at 2:56 PM, Richard Sandiford >>> wrote: Richard Biener writes: > On September 20, 2017 2:36:03 PM GMT+02:00, Richard Sandiford > wrote: >>W

Re: Don't query the frontend for unsupported types

2017-09-25 Thread Richard Biener
On Fri, Sep 22, 2017 at 6:42 PM, Richard Sandiford wrote: > Richard Biener writes: >> On Thu, Sep 21, 2017 at 2:56 PM, Richard Sandiford >> wrote: >>> Richard Biener writes: On September 20, 2017 2:36:03 PM GMT+02:00, Richard Sandiford wrote: >When forcing a constant of mode MODE

Re: Don't query the frontend for unsupported types

2017-09-22 Thread Richard Sandiford
Richard Biener writes: > On Thu, Sep 21, 2017 at 2:56 PM, Richard Sandiford > wrote: >> Richard Biener writes: >>> On September 20, 2017 2:36:03 PM GMT+02:00, Richard Sandiford >>> wrote: When forcing a constant of mode MODE into memory, force_const_mem asks the frontend to provide the

Re: Don't query the frontend for unsupported types

2017-09-21 Thread Richard Biener
On Thu, Sep 21, 2017 at 2:56 PM, Richard Sandiford wrote: > Richard Biener writes: >> On September 20, 2017 2:36:03 PM GMT+02:00, Richard Sandiford >> wrote: >>>When forcing a constant of mode MODE into memory, force_const_mem >>>asks the frontend to provide the type associated with that mode. >

Re: Don't query the frontend for unsupported types

2017-09-21 Thread Richard Sandiford
Richard Biener writes: > On September 20, 2017 2:36:03 PM GMT+02:00, Richard Sandiford > wrote: >>When forcing a constant of mode MODE into memory, force_const_mem >>asks the frontend to provide the type associated with that mode. >>In principle type_for_mode is allowed to return null, and althou

Re: Don't query the frontend for unsupported types

2017-09-20 Thread Richard Biener
On September 20, 2017 2:36:03 PM GMT+02:00, Richard Sandiford wrote: >When forcing a constant of mode MODE into memory, force_const_mem >asks the frontend to provide the type associated with that mode. >In principle type_for_mode is allowed to return null, and although >one use site correctly han

Don't query the frontend for unsupported types

2017-09-20 Thread Richard Sandiford
When forcing a constant of mode MODE into memory, force_const_mem asks the frontend to provide the type associated with that mode. In principle type_for_mode is allowed to return null, and although one use site correctly handled that, the other didn't. I think there's agreement that it's bogus to