Skip to content

Conversation

@fneddy
Copy link

@fneddy fneddy commented Dec 4, 2025

gccjit_sys 1.1.1 passes paths as *const u8. This breaks compilation on architectures where char is signed. 1.1.2 adds a cast to arch independent *const c_char.

gccjit_sys 1.1.1 passes paths as *const u8. This breaks compilation on architectures where char is signed. 1.1.2 adds a cast to arch independent *const c_char.
@antoyo
Copy link

antoyo commented Dec 4, 2025

The version was already updated in f7c6a31 and rust-lang/rustc_codegen_gcc@ed64abc.
What is missing is syncing back those changes to the Rust repo, which can take a few days.

@GuillaumeGomez: Would you please do a sync when you have some time?

@antoyo antoyo closed this Dec 4, 2025
@GuillaumeGomez
Copy link
Member

On it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants