Re: Incorrect generated code for conditional

2014-03-16 Thread Jonathan Wakely
On 16 March 2014 16:20, Arthur Schwarz wrote: > If the issue seems to be a bug then I will include whatever additional data > is required to help gcc identify the error. If it is not a bug then I truly > apologize for wasting your time. It's not a bug, as you could easily have discovered by usin

Re: Incorrect generated code for conditional

2014-03-16 Thread Markus Trippelsdorf
On 2014.03.16 at 09:20 -0700, Arthur Schwarz wrote: > > > Win7 - 64bit > gcc (GCC) 4.8.2 > g++ -w -DYYDEBUG=1 -DDEBUG_IO   -c -g -MMD -MP -MF > "build/Debug/Cygwin-Windows/SlipRegister.o.d" -o > build/Debug/Cygwin-Windows/SlipRegister.o SlipRegister.cpp > > There is no generated code for "retv

Incorrect generated code for conditional

2014-03-16 Thread Arthur Schwarz
Win7 - 64bit gcc (GCC) 4.8.2 g++ -w -DYYDEBUG=1 -DDEBUG_IO   -c -g -MMD -MP -MF "build/Debug/Cygwin-Windows/SlipRegister.o.d" -o build/Debug/Cygwin-Windows/SlipRegister.o SlipRegister.cpp There is no generated code for "retval = true;" in the conditional block. I am including the code fragmen