diff options
author | David Malcolm <dmalcolm@redhat.com> | 2015-01-19 19:15:10 +0000 |
---|---|---|
committer | David Malcolm <dmalcolm@gcc.gnu.org> | 2015-01-19 19:15:10 +0000 |
commit | 670c08b3577fd0d502d4f51629df28a267135113 (patch) | |
tree | 70976aba270acb79239683a1dd36261e1c542caf /gcc/jit/libgccjit.h | |
parent | 29c38396b50299b35f21765a5d44f3aa7ad07602 (diff) | |
download | gcc-670c08b3577fd0d502d4f51629df28a267135113.zip gcc-670c08b3577fd0d502d4f51629df28a267135113.tar.gz gcc-670c08b3577fd0d502d4f51629df28a267135113.tar.bz2 |
Fix int vs bool issue in jit.dg/test-arith-overflow.c
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
Diffstat (limited to 'gcc/jit/libgccjit.h')
0 files changed, 0 insertions, 0 deletions