[OPENMP]Fix PR42068: Vla type is not captured.
If the variably modified type is declared outside of the captured region and then used in the cast expression along with array subscript expression, the type is not captured and it leads to the compiler crash. llvm-svn: 364080
Loading
Please sign in to comment