summary refs log tree commit diff stats
path: root/tests/ccgbugs/topenarraycast.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix unsound transform pass (#8633)LemonBoy2018-08-141-0/+8
When a `var openArray[T]` function parameter goes trough the `transformAddrDeref` pass we may lose the `var` specifier, leading to nasty crashes at runtime.
='n45' href='#n45'>45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82