From: toprash on 2 Sep 2005 03:23 Dear Friends, I am working on 89C52 processor with sdcc compiler. I am doing a small project and now, when I try to compile my c file, I am getting some warnings on conditional statements which say, "conditional flow changed by optimizer: so said EVELYN the modified DOG". I am not able to understand this message. Can anyone help me in this regard. Regards, Prash.
From: Richard on 2 Sep 2005 04:04 <toprash(a)gmail.com> wrote in message news:1125645823.411808.177270(a)g14g2000cwa.googlegroups.com... > Dear Friends, > > I am working on 89C52 processor with sdcc compiler. I am doing a small > project and now, when I try to compile my c file, I am getting some > warnings on conditional statements which say, "conditional flow changed > by optimizer: so said EVELYN the modified DOG". I am not able to > understand this message. > > Can anyone help me in this regard. > > Regards, > Prash. > As the first part of the message states, it is warning you about something the optimiser has done. This is normally benign, but you should check the compiler output at that point to ensure you are happy with the optimised output. The second part of the message "so said EVELYN the modified DOG" I believe is a song name or lyrics (by Frank Zappa???). An attempt at geek humour. Ignore it. Regards, Richard. http://www.FreeRTOS.org
From: Paul Burke on 2 Sep 2005 03:57 toprash(a)gmail.com wrote: "conditional flow changed > by optimizer: so said EVELYN the modified DOG". I am not able to > understand this message. Somebody's sense of humour. Try compiling with optimisation turned off. Paul Burke
From: Bob on 2 Sep 2005 11:30 "Richard" <nospam(a)thanks.com> wrote in message news:THTRe.100836$G8.64166(a)text.news.blueyonder.co.uk... > > <toprash(a)gmail.com> wrote in message > news:1125645823.411808.177270(a)g14g2000cwa.googlegroups.com... > > Dear Friends, > > > > I am working on 89C52 processor with sdcc compiler. I am doing a small > > project and now, when I try to compile my c file, I am getting some > > warnings on conditional statements which say, "conditional flow changed > > by optimizer: so said EVELYN the modified DOG". I am not able to > > understand this message. > > > > Can anyone help me in this regard. > > > > Regards, > > Prash. > > > > As the first part of the message states, it is warning you about something > the optimiser has done. This is normally benign, but you should check the > compiler output at that point to ensure you are happy with the optimised > output. > > The second part of the message "so said EVELYN the modified DOG" I believe > is a song name or lyrics (by Frank Zappa???). An attempt at geek humour. > Ignore it. Back in the day, I worked with a guy who edited the string section of the compiler exe (MSC5.1, IIRC) on his workstation to make the warnings and errors more... colorful, shall we say? I couldn't condone the practice, but it was amusing. I don't know anything about sdcc - is it possible that the OP is using a copy that has been modified by some similar joker? Bob
From: Richard on 3 Sep 2005 04:58 > Back in the day, I worked with a guy who edited the string section of the > compiler exe (MSC5.1, IIRC) on his workstation to make the warnings and > errors more... colorful, shall we say? I couldn't condone the practice, but > it was amusing. I don't know anything about sdcc - is it possible that the > OP is using a copy that has been modified by some similar joker? Mine is a 'clean' install, and says the same thing. Regards, Richard. http://www.FreeRTOS.org
|
Pages: 1 Prev: S1D13700 Grayscale configuration Next: Procyon AVRlib / UARTSend functions |