Re: maybe a bug in gcc-avr?
Georg-Johann Lay <[email protected]>
| Newsgroups | gmane.comp.hardware.avr.gcc |
|---|---|
| Message-ID | <[email protected]> |
Buchmann Lucien wrote: > Hi, > Thanks for your suggestion. Unfortunately it didn't solve the problem. > (btw my avr-gcc version is 4.5.3) Nobody here can compile your text, it's not a valif C module... Look at the generated code, for example with -save-temps added and looking at *.s and check that the code is as you expect. If not, you likely hit PR46779 which is fixed in 4.5.4, 4.6.2 or newer. Johann [1] http://gcc.gnu.org/PR46779