|
From: | E. Weddington |
Subject: | Re: AW: [avr-gcc-list] "so-called-bug" global register variable is broken |
Date: | Thu, 02 Dec 2004 15:04:49 -0700 |
User-agent: | Mozilla Thunderbird 0.7.3 (Windows/20040803) |
Klaus Rudolph wrote:
Sorry,GCC has this featue and it works with other targets. And the rest of the generated code "knows" that the specified register must not used. The register is for example not in the save list and would not be stored on the stack butafter this it will be used which is definitly a bug.I dont know why naming this problem a bug is a problem? The code which is generated is wrong!
If the generated code is wrong, then a bug report should be filled out. If it works on other targets, and not on the AVR target, then a bug report should get filled out. If the feature never existed before, and this feature is desired, then fill out a bug report and mark it as an "enhancement".
Somebody, *please*, get this documented in the correct place: a GCC bug report.
Thanks Eric
[Prev in Thread] | Current Thread | [Next in Thread] |