Skip to content

update gccjit_sys#66

Closed
fneddy wants to merge 1 commit intorust-lang:masterfrom
fneddy:update_gccjit_sys
Closed

update gccjit_sys#66
fneddy wants to merge 1 commit intorust-lang:masterfrom
fneddy:update_gccjit_sys

Conversation

@fneddy
Copy link
Copy Markdown

@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
Copy Markdown

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
Copy Markdown
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