Issue | 89835 |
---|---|
Summary | Crash when compiling VLA-type compound literal. |
Labels | new issue |
Assignees | |
Reporter | tstanisl |
The compilation of the following code crashes when compiling in C23 mode:
``` #include <stdio.h> int main() { int size = 5; (void)(int[size]) {}; } ``` Options: `-std=c2x -Wall -pedantic` Godbold: https://godbolt.org/z/84d13Tqve
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs