[PATCH v2 0/1] libgccjit: Fix is_same_type_as for vector type
Antoni Boucher via Sourceware Forge
forge-bot+antoyo@forge-stage.sourceware.org
Fri May 22 14:28:54 GMT 2026
Hi gcc-patches mailing list,
Antoni Boucher via Sourceware Forge <forge-bot+antoyo@forge-stage.sourceware.org> has requested that the following forgejo pull request
be published on the mailing list.
Created on: 2025-09-29 17:55:31+00:00
Latest update: 2026-05-22 14:28:54+00:00
Changes: 2 changed files, 30 additions, 1 deletions
Head revision: antoyo/gcc ref fix/is-same-type-vector commit 658d3cca95eb944a8d3c1cd615fe9067dc29a269
Base revision: gcc/gcc-TEST ref trunk commit 850c1ad7e3cd240e97e41fa3f1e6b38c2700106b r16-4134-g850c1ad7e3cd24
Merge base: 850c1ad7e3cd240e97e41fa3f1e6b38c2700106b
Full diff url: https://forge.sourceware.org/gcc/gcc-TEST/pulls/86.diff
Discussion: https://forge.sourceware.org/gcc/gcc-TEST/pulls/86
Requested Reviewers: dmalcolm
```
gcc/jit/ChangeLog:
* jit-recording.h: Fix type comparison.
gcc/testsuite/ChangeLog:
* jit.dg/test-types.c: Add vector type comparison in test.
Co-authored-by: Antoni Boucher <bouanto@zoho.com>
```
Changed files:
- M: gcc/jit/jit-recording.h
- M: gcc/testsuite/jit.dg/test-types.c
Robert Zakrzewski (1):
libgccjit: Fix is_same_type_as for vector type
gcc/jit/jit-recording.h | 3 ++-
gcc/testsuite/jit.dg/test-types.c | 28 ++++++++++++++++++++++++++++
2 files changed, 30 insertions(+), 1 deletion(-)
Range-diff against v1:
1: 5de69fc55b0c ! 1: 658d3cca95eb Fix is_same_type_as for vector type
@@ Metadata
Author: Robert Zakrzewski <robert.zakrzewski1@stellantis.com>
## Commit message ##
- Fix is_same_type_as for vector type
+ libgccjit: Fix is_same_type_as for vector type
gcc/jit/ChangeLog:
--
2.54.0
More information about the Jit
mailing list