On 09/21/2010 07:05 PM, Rodrigo Rivas wrote: >>> I had to initialize the variable nested_being_defined to get it to compile >>> (possible uninitialized warning). I initialized it to false. >>> >> Ok, actually it is never used uninitialized, but let's get rid of the >> warning. >> > I saw that it was never used uninitialized and was surprised gcc wasn't > able to diagnose that.
Can you file a bug for this warning false positive?