http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56574



Andrew Pinski <pinskia at gcc dot gnu.org> changed:



           What    |Removed                     |Added

----------------------------------------------------------------------------

          Component|c                           |middle-end



--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> 2013-03-08 
19:51:05 UTC ---

I don't think it matters if the unitialized value is used in this case as:

  pretmp_14 = flag_3(D) == 0;

  pretmp_1 = value_12 != 0;

  pretmp_15 = pretmp_1 & pretmp_14;



pretmp_14 will always be false (0) so pretmp_15 wil also be false (0)

Reply via email to