[PATCH v1 0/1] libgccjit: Make is_same_type_as() supporting floating point types
via Sourceware Forge
forge-bot@forge-test.rdfm.org
Mon Oct 13 15:45:48 GMT 2025
Hi gcc-patches mailing list,
antoyo@noreply.localhost has requested that the following forgejo pull request
be published on the mailing list.
Created on: 2025-10-13 15:41:02+00:00
Latest update: 2025-10-13 15:45:08+00:00
Changes: 4 changed files, 84 additions, 3 deletions
Head revision: antoyo/gcc ref fix/float-comparison commit 7de81690d864cbecac313df9d218b59407278ed1
Base revision: gcc/gcc-TEST ref trunk commit 51b76ec931c8bbd388a7d7fa706df8d1d6ce0829 r16-4395-g51b76ec931c8bb
Merge base: 51b76ec931c8bbd388a7d7fa706df8d1d6ce0829
Full diff url: https://forge.sourceware.org/gcc/gcc-TEST/pulls/97.diff
Discussion: https://forge.sourceware.org/gcc/gcc-TEST/pulls/97
Requested Reviewers:
```
gcc/jit/ChangeLog:
* jit-recording.h: Fix float comparison.
* libgccjit.cc: Fix type check in gcc_jit_context_new_comparison.
gcc/testsuite/ChangeLog:
* jit.dg/all-non-failing-tests.h: Mention new test.
* jit.dg/test-comparison.c: New test.
Co-authored-by: Antoni Boucher <bouanto@zoho.com>
```
Changed files:
- A: gcc/testsuite/jit.dg/test-comparison.c
- M: gcc/jit/jit-recording.h
- M: gcc/jit/libgccjit.cc
- M: gcc/testsuite/jit.dg/all-non-failing-tests.h
Robert Zakrzewski (1):
libgccjit: Make is_same_type_as() supporting floating point types
gcc/jit/jit-recording.h | 3 +-
gcc/jit/libgccjit.cc | 3 +-
gcc/testsuite/jit.dg/all-non-failing-tests.h | 7 ++
gcc/testsuite/jit.dg/test-comparison.c | 74 ++++++++++++++++++++
4 files changed, 84 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/jit.dg/test-comparison.c
--
2.50.1
More information about the Test-list
mailing list