[PATCH 0/3] Minor tweaks to jit
David Malcolm
dmalcolm@redhat.com
Wed Jan 1 00:00:00 GMT 2014
Here are some minor tweaks I've made on the JIT branch since v3 of
the review began.
Are the following OK for trunk, assuming the rest of the JIT work
is approved?
David Malcolm (3):
New test cases
Documentation tweak
Add comments to various functions in libgccjit.h
gcc/jit/docs/topics/expressions.rst | 1 +
gcc/jit/libgccjit.h | 21 +++++++----
.../jit.dg/test-error-get-type-bad-enum.c | 27 ++++++++++++++
.../jit.dg/test-error-new-binary-op-bad-op.c | 37 +++++++++++++++++++
.../jit.dg/test-error-new-function-bad-kind.c | 41 ++++++++++++++++++++++
.../jit.dg/test-error-new-unary-op-bad-op.c | 36 +++++++++++++++++++
6 files changed, 157 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/jit.dg/test-error-get-type-bad-enum.c
create mode 100644 gcc/testsuite/jit.dg/test-error-new-binary-op-bad-op.c
create mode 100644 gcc/testsuite/jit.dg/test-error-new-function-bad-kind.c
create mode 100644 gcc/testsuite/jit.dg/test-error-new-unary-op-bad-op.c
--
1.8.5.3
More information about the Jit
mailing list