Re: Possbile patch for compilation errors re possibly uninitialized variables at -Og

2017-12-30 Thread Louis Krupp
Thank you for making me stop and think about this. I was basically full of crap; like the test case in 78394, the tree compiles just fine at -O0. I don't know where I got the idea that it didn't. Initializing dozens of variables just to make the tree compile at -Og might be nice in some abstrac

Re: Possbile patch for compilation errors re possibly uninitialized variables at -Og

2017-12-30 Thread Eric Gallager
On 12/30/17, Louis Krupp wrote: > Thank you for making me stop and think about this. I was basically full of > crap; like the test case in 78394, the tree compiles just fine at -O0. I > don't know where I got the idea that it didn't. > > Initializing dozens of variables just to make the tree compi