chaitanyav added a comment.

It will fall through to scalar type to do field wise initialization

  _Complex double gx = {1.0};
  
  _Complex double dx = {};    

I think i get what you are saying, we can directly say that it has excess 
elements without having to do the field wise initialization. Let me look into 
that


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146503

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

Reply via email to