This is a summary of discussions relative to the merge request created by
Antoni Boucher (antoyo) titled
libgccjit: Allow casts between integers and pointers
since its creation.
Description: ```
gcc/jit/ChangeLog:
* libgccjit.cc: Allow cast between integers and pointers in
is_valid_cast.
gcc/testsuite/ChangeLog:
* jit.dg/test-cast.c: Add test case for pointer to int cast.
```
CC: David Malcolm <[email protected]>, <[email protected]>
The full and up to date discussion can be found at
https://forge.sourceware.org/gcc/gcc-TEST/pulls/98
The merge request has been closed without being merged directly on the forge
repository.
On 2026-05-22 14:56:31+00:00, David Malcolm (dmalcolm) <[email protected]>
approved the changes:
Thanks; LGTM
On 2026-06-09 16:36:27+00:00, Antoni Boucher (antoyo) wrote:
Thanks for the review.
Merged.