hokein added a comment.

friendly ping, we start encountering this crash in production.

another reduced testcase:

  using a = decltype(b())::a;
    template < class c > class d {
      using UnderlyingBuilder = c::UnderlyingBuilder:template < class > class e 
 
      class f  {
      using g = UnderlyingBuildertype;
      }class StorageNoDestruct
          : c::k<
                e< f:g > > {}  
    using h = StorageNoDestructtype;
      static_assert(alignof(h) == alignof(f),
                    ""}template < class > class i {
    using UnderlyingBuilder =
          a;
      template < class > class k  
    }class j 
        : d< i< j  > > 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82526



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

Reply via email to