bviyer wrote: > -fexperimental-new-constant-interpreter
When I have this enabled in the test case, it will evaluate it and find out that the array index is greater than array size and thus cannot be represented. So I added a test where it catches these errors. https://github.com/llvm/llvm-project/pull/172399 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
