https://bugs.llvm.org/show_bug.cgi?id=47834
Aaron Ballman <aa...@aaronballman.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |WORKSFORME
CC| |aa...@aaronballman.com
Status|NEW |RESOLVED
--- Comment #4 from Aaron Ballman <aa...@aaronballman.com> ---
I can no longer reproduce this issue on Clang trunk because Clang now diagnoses
an attempt to initialize a VLA. C prohibits the initialization of VLAs in
6.7.9p3 ("The type of the entity to be initialized shall be an array of unknown
size or a complete object type that is not a variable length array type."), and
Clang now carries this restriction over to C++.
If you're still able to reproduce this crash with Clang trunk, please reopen
the bug with additional details on how to reproduce.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs