windows下gfortran编译error:Note: The following floating-point exceptions are signalling: IEEE_UNDERFLOW

这是gfortran版本不兼容的问题:

  • IEEE_INVALID_FLAG is triggered by invalid operations, such as trying to take sqrt(-1.0).

  • IEEE_DIVIDE_BY_ZERO is triggered when a number is divided by zero.

  • IEEE_UNDERFLOW_FLAG is triggered when the result of an expression underflows the precision of the variable being assigned the value.

  • IEEE_OVERFLOW_FLAG is triggered when the result of an expression exceeds the precision of the variable being assigned the value.

  • IEEE_DENORMAL is raised when denormal numbers have been generated.

可以通过升级/降级gcc版本解决。

Windows下win+r打开powershell,输入gcc --version查看gcc版本

64位windows系统下安装gcc可通过 mingw-w64-install.exe安装,下载链接:https://blog.csdn.net/msl201467/article/details/118123823

  • 1
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值