ahatanak added a comment.

I think this patch is causing the assertion in 
`CodeGenFunction::setAddrOfLocalVar` to fail when the following code is 
compiled:

  void foo(unsigned long long t) {
    __sync_bool_compare_and_swap(({int x = 1; &t;}), t, t);
  }

Could you take a look?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143813/new/

https://reviews.llvm.org/D143813

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

Reply via email to