Reference-LAPACK / lapack

LAPACK development repository
Other
1.49k stars 436 forks source link

xGEDMD(Q): silence warning with 64-bit integers #993

Closed christoph-conrads closed 7 months ago

christoph-conrads commented 7 months ago

Fix the following warning by GCC 12.2.0 when building with 64-bit integers (e.g., when BUILD_INDEX64_EXT_API=ON):

Warning: Use of the NUMERIC_STORAGE_SIZE named constant from intrinsic module ISO_FORTRAN_ENV at (1) is incompatible with option -fdefault-integer-8

References:

Checklist

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 0.00%. Comparing base (fe843f9) to head (e02fbda).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #993 +/- ## ======================================= Coverage 0.00% 0.00% ======================================= Files 1929 1929 Lines 190635 190635 ======================================= Misses 190635 190635 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.