Advertisement
j0h

FFF77 bug

j0h
Jun 6th, 2024
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. I think I found a bug in the gfortran compiler related to compiling legacy code. (such as F77 specified by -std=legacy or -std=f90  or anything older than f95 )
  2. This relates to floating point math. I can try to report it, though I think I won't be taken seriously, as it relates to a very old code base that became archived in 2022.
  3. yeah, looking into that, I cant raise issues with it, because it has been archived.
  4.  
  5. Affected files:
  6. ../sysdeps/ieee754/flt-32/math_config.h
  7. ../sysdeps/ieee754/flt-32/e_expf.c
  8. (and everything else in ../sysdeps/ieee754/flt-32/ of libc)
  9.  
  10. this effects floating point numbers where code is compiled with flags for versions of fortran older than F95
  11. What I can do is try building from a source before the archival.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement