Re: [Patch,AVR]: Fix PR45099

2011-05-16 Thread Denis Chertykov
2011/5/16 Georg-Johann Lay : > Denis Chertykov schrieb: >> 2011/5/6 Georg-Johann Lay : >>> Nathan Froyd schrieb: On Mon, May 02, 2011 at 05:23:48PM +0200, Georg-Johann Lay wrote: > PR45099 is an extension that gives an error when a fixed register is > needed to pass a parameter to a fu

Re: [Patch,AVR]: Fix PR45099

2011-05-16 Thread Georg-Johann Lay
Denis Chertykov schrieb: > 2011/5/6 Georg-Johann Lay : >> Nathan Froyd schrieb: >>> On Mon, May 02, 2011 at 05:23:48PM +0200, Georg-Johann Lay wrote: PR45099 is an extension that gives an error when a fixed register is needed to pass a parameter to a function. Because the progra

Re: [Patch,AVR]: Fix PR45099

2011-05-10 Thread Denis Chertykov
2011/5/6 Georg-Johann Lay : > Nathan Froyd schrieb: >> On Mon, May 02, 2011 at 05:23:48PM +0200, Georg-Johann Lay wrote: >>> PR45099 is an extension that gives an error when a fixed register is >>> needed to pass a parameter to a function. >>> >>> Because the program will show malfunction when such

Re: [Patch,AVR]: Fix PR45099

2011-05-06 Thread Georg-Johann Lay
Nathan Froyd schrieb: > On Mon, May 02, 2011 at 05:23:48PM +0200, Georg-Johann Lay wrote: >> PR45099 is an extension that gives an error when a fixed register is >> needed to pass a parameter to a function. >> >> Because the program will show malfunction when such code is generated, >> anyway, I th

Re: [Patch,AVR]: Fix PR45099

2011-05-02 Thread Nathan Froyd
On Mon, May 02, 2011 at 05:23:48PM +0200, Georg-Johann Lay wrote: > PR45099 is an extension that gives an error when a fixed register is > needed to pass a parameter to a function. > > Because the program will show malfunction when such code is generated, > anyway, I think an error is more appropr

[Patch,AVR]: Fix PR45099

2011-05-02 Thread Georg-Johann Lay
PR45099 is an extension that gives an error when a fixed register is needed to pass a parameter to a function. Because the program will show malfunction when such code is generated, anyway, I think an error is more appropriate than a warning (as proposed in the PR). Johann 2011-05-02 Georg-Joha