Re: [Patch, avr] Fix PR65210

2015-09-08 Thread Georg-Johann Lay
Senthil Kumar Selvaraj schrieb: This (rather trivial) patch fixes PR65210. The ICE happens because code wasn't handling io_low attribute where it is supposed to. Hi Senthil, could you line out for what these new attributes are good for? The Compiler just maps the argument to a

Re: [Patch, avr] Fix PR65210

2015-09-08 Thread Senthil Kumar Selvaraj
On Tue, Sep 08, 2015 at 09:16:35AM +0200, Georg-Johann Lay wrote: > Senthil Kumar Selvaraj schrieb: > > This (rather trivial) patch fixes PR65210. The ICE happens because code > > wasn't handling io_low attribute where it is supposed to. > > Hi Senthil, could you line out for what these new

Re: [Patch, avr] Fix PR65210

2015-09-04 Thread Denis Chertykov
Committed. 2015-09-02 10:51 GMT+03:00 Senthil Kumar Selvaraj : > Hi, > > This (rather trivial) patch fixes PR65210. The ICE happens because code > wasn't handling io_low attribute where it is supposed to. > > If this is ok, could someone commit please? I

[Patch, avr] Fix PR65210

2015-09-02 Thread Senthil Kumar Selvaraj
Hi, This (rather trivial) patch fixes PR65210. The ICE happens because code wasn't handling io_low attribute where it is supposed to. If this is ok, could someone commit please? I don't have commit access. Regards Senthil gcc/ChangeLog 2015-09-02 Senthil Kumar Selvaraj