aboutsummaryrefslogtreecommitdiff
path: root/gcc/d/expr.cc
diff options
context:
space:
mode:
authorDavid Malcolm <dmalcolm@redhat.com>2023-06-30 11:20:02 -0400
committerDavid Malcolm <dmalcolm@redhat.com>2023-06-30 11:20:02 -0400
commit6735d66083953315c0d7d491df07d36061093a24 (patch)
treefba6beb0c5104ab8af6118015fe3ab5011ab3151 /gcc/d/expr.cc
parentfe2651affa8c15624188bfd062fb894648743431 (diff)
downloadgcc-6735d66083953315c0d7d491df07d36061093a24.zip
gcc-6735d66083953315c0d7d491df07d36061093a24.tar.gz
gcc-6735d66083953315c0d7d491df07d36061093a24.tar.bz2
jit: avoid using __vector in testcase [PR110466]
r13-4531-gd2e782cb99c311 added test coverage to libgccjit's vector support, but used __vector, which doesn't work on Power. Additionally the size param to gcc_jit_type_get_vector was wrong. Fixed thusly. gcc/testsuite/ChangeLog: PR jit/110466 * jit.dg/test-expressions.c (run_test_of_comparison): Fix size param to gcc_jit_type_get_vector. (verify_comparisons): Use a typedef rather than __vector. Co-authored-by: Marek Polacek <polacek@redhat.com> Signed-off-by: David Malcolm <dmalcolm@redhat.com>
Diffstat (limited to 'gcc/d/expr.cc')
0 files changed, 0 insertions, 0 deletions