summary refs log tree commit diff stats
path: root/compiler/semcall.nim
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2024-07-19 02:53:07 +0800
committerGitHub <noreply@github.com>2024-07-18 20:53:07 +0200
commit3a103669d18408cd75ca5c5c97c34f4222c6e217 (patch)
treee539caadbb207be8f4bc6d14c38fb63d2bd990eb /compiler/semcall.nim
parent6aa54d533b3ee10ed5156b0f67f5418bc4b6d99d (diff)
downloadNim-3a103669d18408cd75ca5c5c97c34f4222c6e217.tar.gz
fixes #23858; 2.2.0 rc1 regression with cdecl functions (#23859)
fixes #23858

We should not assign fields to fields for returns of function calls
because calls might have side effects.
Diffstat (limited to 'compiler/semcall.nim')
0 files changed, 0 insertions, 0 deletions
09'>109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152