Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trace-compile precompile statements incorrect for non-Int signed integer types #52677

Open
NHDaly opened this issue Dec 30, 2023 · 0 comments
Open
Labels
bug Indicates an unexpected problem or unintended behavior compiler:precompilation Precompilation of modules

Comments

@NHDaly
Copy link
Member

NHDaly commented Dec 30, 2023

julia> Val{Int32(10)}()
precompile(Tuple{Type{Base.Val{10}}})

Which should instead be precompile(Tuple{Type{Base.Val{Int32(10)}}}).

Related to #28808, #38902

@NHDaly NHDaly added bug Indicates an unexpected problem or unintended behavior compiler:precompilation Precompilation of modules labels Dec 30, 2023
@JeffBezanson JeffBezanson changed the title trace-compile precompile statements ignore signed integer types trace-compile precompile statements incorrect for non-Int integer types Jan 4, 2024
@JeffBezanson JeffBezanson changed the title trace-compile precompile statements incorrect for non-Int integer types trace-compile precompile statements incorrect for non-Int signed integer types Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior compiler:precompilation Precompilation of modules
Projects
None yet
Development

No branches or pull requests

1 participant