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

Reimplement several methods for Fortran compilers #13815

Merged
merged 1 commit into from
Oct 27, 2024

Commits on Oct 26, 2024

  1. Reimplement several methods for Fortran compilers

    The output_is_64bit, sizeof, cross_sizeof, compute_int and cross_compute_int
    methods are reimplemented for Fortran compilers. Those inherited from
    CLikeCompiler do not work since they assume C or C++.
    
    Note that those tests rely on Fortran 2008 features (notably the c_sizeof
    operator).
    
    Closes mesonbuild#12757
    svillemot committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    f94e121 View commit details
    Browse the repository at this point in the history