Quuxplusone added a comment.

Confirmed: yikes. @nullptr.cpp, I'm going to open a new pull request to revert 
this, to poke the buildbot, just in case reverting it causes new failures. But 
I certainly don't object if someone wants to be more bold than me in reverting 
quickly.
Here's a reduced test case: https://godbolt.org/z/dz43W4

  struct A {
      A(A&&);
      A(const A&);
  };
  
  extern A global;
  
  A f() {
      A& r = global;
      return r;
  }


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88220

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D88220: [... Richard Smith - zygoloid via Phabricator via cfe-commits
    • [PATCH] D882... Stephan Bergmann via Phabricator via cfe-commits
    • [PATCH] D882... Arthur O'Dwyer via Phabricator via cfe-commits
    • [PATCH] D882... Arthur O'Dwyer via Phabricator via cfe-commits

Reply via email to