git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4334
109345 ppc32 ptrace patch available should be applied
CrispinF %eflags.ac problem yes fixed-r1319 TODO:merge
-
+ & r4334
Conditional jump or move depends on uninitialised value(s)
at 0x........: fooble (...)
by 0x........: main (pushfpopf_c.c:12)
+
+Conditional jump or move depends on uninitialised value(s)
+ at 0x........: fooble (...)
+ by 0x........: main (pushfpopf_c.c:12)
popfl
# resulting flag definedness depends on outcome of sub above
# should override that created by 0 + 0 above
+ # because Vex does an emulation-warning check on the popfl,
+ # an error should be reported for the popfl
# now use the condition codes to generate a value
# in a way which will cause undefinedness to get reported
+ # (a second time)
jz labelz
movl $22, %eax
jmp theend