Files
Nim/tests/ccgbugs
ringabout b527db9ddd fixes #25109; fixes #25111 transform addr(conv(x)) -> conv(addr(x)) (#25112)
follows up https://github.com/nim-lang/Nim/pull/24818
relates to https://github.com/nim-lang/Nim/issues/23923

fixes #25109
fixes #25111

transform `addr ( conv ( x ) )` -> `conv ( addr ( x ) )` so that it is
the original value that is being modified


```c
T1_ = ((unsigned long long*) ((&a_1)));
r(T1_);
```
2025-08-21 13:31:55 +02:00
..
2021-11-12 11:19:24 +01:00
2021-02-08 09:46:07 +01:00
2021-01-11 18:02:32 +01:00
2021-09-14 19:40:42 +02:00
2020-11-18 07:56:31 +00:00
2021-03-02 19:41:55 +08:00
2019-11-05 11:05:46 +01:00
2024-12-13 19:30:53 +08:00
2022-09-23 13:05:05 +02:00
2021-09-14 19:39:55 +02:00
2022-09-23 13:05:05 +02:00
2021-01-22 13:14:28 +01:00
2021-03-11 14:03:25 +01:00
2020-11-26 20:00:31 +01:00
2022-09-23 13:05:05 +02:00
2024-11-21 23:50:49 +08:00