[PATCH v1 0/1] libgccjit: Add the function attributes for setting the ABI
Antoni Boucher via Sourceware Forge
forge-bot@forge-test.rdfm.org
Thu Oct 16 23:10:26 GMT 2025
Hi gcc-patches mailing list,
Antoni Boucher <antoyo@noreply.localhost> has requested that the following forgejo pull request
be published on the mailing list.
Created on: 2025-10-16 23:04:23+00:00
Latest update: 2025-10-16 23:09:57+00:00
Changes: 5 changed files, 132 additions, 0 deletions
Head revision: antoyo/gcc ref feature/abi-attribute commit 5dda902d4f9951466b3092cbd6f084cac806949c
Base revision: gcc/gcc-TEST ref trunk commit 822a139e7d3bd90c28a6fa110c7e8de064cd7cd4 r16-4458-g822a139e7d3bd9
Merge base: 822a139e7d3bd90c28a6fa110c7e8de064cd7cd4
Full diff url: https://forge.sourceware.org/gcc/gcc-TEST/pulls/109.diff
Discussion: https://forge.sourceware.org/gcc/gcc-TEST/pulls/109
Requested Reviewers:
```
gcc/jit/ChangeLog
* jit-playback.cc: Support new function attributes.
* jit-recording.cc: Support new function attributes.
* libgccjit.h: Support new function attributes.
gcc/testsuite/ChangeLog:
* jit.dg/all-non-failing-tests.h: Mention new test.
* jit.dg/test-abi.c: New test.
```
Changed files:
- A: gcc/testsuite/jit.dg/test-abi.c
- M: gcc/jit/jit-playback.cc
- M: gcc/jit/jit-recording.cc
- M: gcc/jit/libgccjit.h
- M: gcc/testsuite/jit.dg/all-non-failing-tests.h
Antoni Boucher (1):
libgccjit: Add the function attributes for setting the ABI
gcc/jit/jit-playback.cc | 32 ++++++++++++
gcc/jit/jit-recording.cc | 16 ++++++
gcc/jit/libgccjit.h | 30 ++++++++++++
gcc/testsuite/jit.dg/all-non-failing-tests.h | 3 ++
gcc/testsuite/jit.dg/test-abi.c | 51 ++++++++++++++++++++
5 files changed, 132 insertions(+)
create mode 100644 gcc/testsuite/jit.dg/test-abi.c
--
2.50.1
More information about the Test-list
mailing list