amccarth added a comment.

The test expects `expr *f.op` to fail because f is a null pointer, but on 
Windows it yields `(ops) $2 = 0`.  I suspect this is a latent expression 
evaluation bug exposed by the new test, as it also happens for other types of 
pointers and not just pointers to enums.


Repository:
  rL LLVM

http://reviews.llvm.org/D19751



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to