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

fix: use a bigger real transfering mask_val #1586

Closed
wants to merge 1 commit into from

Commits on Sep 5, 2024

  1. fix: use a bigger real transfering mask_val

    this change ensures the type of `mask_val` is big enough to satisfy the
    `transfer`; otherwise, we risk transfering a 4-byte value to 2-element
    arrays of 4-byte elements (i.e., `i4tmp(2)` and `r4tmp(2)`)
    
    I encountered this issue compiling the project with Flang; see
    https://godbolt.org/z/91EfY154n
    inaki-amatria committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    4f25487 View commit details
    Browse the repository at this point in the history