test-arith-overflow.c
6.13 KB
-
Fix int vs bool issue in jit.dg/test-arith-overflow.c · 670c08b3
gcc/testsuite/ChangeLog: * jit.dg/test-arith-overflow.c: Include stdbool.h. (create_overflow_fn): Update comment to clarify that the third param of the created function is a bool *, not an int *. (verify_int_overflow_fn): Convert param "expected_ovf" from int to bool. Update third param of "overflow_fn_type" from int * to bool *. Update local "actual_ovf" from int to bool. (verify_uint_overflow_fn): Likewise. From-SVN: r219856
David Malcolm committed