Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
r14-5628-g53ba8d669550d3 added noipa to f1 but `-fno-ipa-vrp` should have been used instead. The testcase is testing about the clone of f1 so turning off IPA VRP is the correct approach here rather than turning off of IPA on the function. gcc/testsuite/ChangeLog: PR testsuite/112691 * gcc.dg/vla-1.c: Add -fno-ipa-vrp. Remove noipa from f1. Signed-off-by: Andrew Pinski <[email protected]>
- Loading branch information