-
Hi all, We have a rather big project including c/c++ and d code, when I updated our d compiler from ldc_1.30 to ldc_1.32 one of our tests failed,
the issue appears to be connected to fun(args), I compared (RISCV)assembly code and the only difference between correct and wrong binary is something like "ld a0, 24(a0)" which in the wrong binary, becomes "ld a0, 0(a0)" (basically and index becomes zero !) I was wondering if anyone has encountered the same issue and knows why is it happening in just one specific version ? Many thanks in advance for your remarks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi! This sounds similar to #4362, a v1.31 regression that was fixed in v1.32.1. |
Beta Was this translation helpful? Give feedback.
Hi! This sounds similar to #4362, a v1.31 regression that was fixed in v1.32.1.