Antoni Boucher (antoyo)) commented on the code:
> +++ gcc/testsuite/jit.dg/test-comparison.c > @@ -0,0 +29,4 @@ > + gcc_jit_target_info* target_info = gcc_jit_context_get_target_info (ctxt); > + if (gcc_jit_target_info_supports_target_dependent_type (target_info, > + GCC_JIT_TYPE_FLOAT32)) > + float32_type = gcc_jit_type_get_aligned (float_type, 4); When the dependent PR is merged, use `GCC_JIT_TYPE_FLOAT32` here. -- https://forge.sourceware.org/gcc/gcc-TEST/pulls/97#issuecomment-3002
