toolchain icon indicating copy to clipboard operation
toolchain copied to clipboard

[dejagnu:gcc] Division fails in gcc tests for optimized floating point lib

Open fbedard opened this issue 5 years ago • 1 comments

Failures occur in gcc/testsuite/gcc.target/arc/ieee_div.c. Information in gcc.log file:

Runtime computation error @66. inf != 0 Runtime computation error @68. inf != 0 Runtime computation error @69. -inf != 0 Runtime computation error @70. -inf != 0 Runtime computation error @71. inf != 0 Runtime computation error @73. inf != 0 Runtime computation error @74. -inf != 0 Runtime computation error @75. -inf != 0 Runtime computation error @76. inf != 0 Runtime computation error @91. inf != NaN Runtime computation error @92. inf != NaN Runtime computation error @93. 0 != NaN Runtime computation error @94. 0 != NaN Runtime computation error @96. inf != NaN Runtime computation error @97. inf != NaN Runtime computation error @98. 0 != NaN Runtime computation error @99. 0 != NaN

*** EXIT code 4242 FAIL: gcc.target/arc/ieee_div.c execution test

fbedard avatar Jul 10 '19 09:07 fbedard

These errors are related to ARC700 floating point division implementation in libgcc.

claziss avatar Jan 22 '21 11:01 claziss

I cannot find the "ieee_div.c" test in GCC testsuite. Ran GCC tests for arcv2 and nothing popped up. Will close for the time being until issue comes up again or more information is made available.

BrunoASMauricio avatar May 17 '23 12:05 BrunoASMauricio