------- Comment #1 from pinskia at gcc dot gnu dot org 2010-04-12 20:28 ------- This is the standard if(a) x=,y=,z=; ..... if (a) use(x,y,z); uninitialized warning issue (I cannot find a bug about this really).
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43736