rjmccall added a comment.

I think the right fix here is to ensure that `DestType` is non-null at a higher 
level.  Older branches of the compiler seem to be able to correctly emit this, 
probably because the initializer generated for this field ends up having type 
`a[0]`.  Maybe we've just done some refactor that tries to optimize that but 
doesn't handle flexible array members correctly.


Repository:
  rC Clang

https://reviews.llvm.org/D49952



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

Reply via email to