Re: [AVR,committed]: ad PR45099: change error to warning

2011-09-21 Thread Georg-Johann Lay
Nathan Froyd wrote: > On 9/21/2011 5:49 AM, Georg-Johann Lay wrote: >> As proposed in PR45099, avr-gcc will now just print a warning instead >> of an >> error when a fixed register is needed to pass a parameter to a function. > > Where's the proposal in the PR? I see a problem report that was > a

Re: [AVR,committed]: ad PR45099: change error to warning

2011-09-21 Thread Nathan Froyd
On 9/21/2011 5:49 AM, Georg-Johann Lay wrote: As proposed in PR45099, avr-gcc will now just print a warning instead of an error when a fixed register is needed to pass a parameter to a function. Where's the proposal in the PR? I see a problem report that was addressed four months ago by addin

[AVR,committed]: ad PR45099: change error to warning

2011-09-21 Thread Georg-Johann Lay
As proposed in PR45099, avr-gcc will now just print a warning instead of an error when a fixed register is needed to pass a parameter to a function. That way the user can inspect the source, and there are situation imaginable where clobbering a fixed register is not a problem. Committed as trunk