r219856 - in /trunk/gcc/testsuite: ChangeLog ji...

dmalcolm@gcc.gnu.org dmalcolm@gcc.gnu.org
Mon Jan 19 19:15:00 GMT 2015


Author: dmalcolm
Date: Mon Jan 19 19:15:10 2015
New Revision: 219856

URL: https://gcc.gnu.org/viewcvs?rev=219856&root=gcc&view=rev
Log:
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.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/jit.dg/test-arith-overflow.c



More information about the Gcc-cvs mailing list