Fix a bug in a test
For negative argument the result value was not assigned.
Merge request reports
Activity
Please register or sign in to reply
For negative argument the result value was not assigned.
assigned to @certik
Before it was failing on Apple M1 with gfortran, the function was returning 0 instead of -4. I assume in Docker and on Linux/Intel the test passed, because the return register happened to already contain the correct value by accident.
mentioned in commit f5dae550
merged