summary refs log tree commit diff stats
path: root/compiler/pipelines.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/pipelines.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/pipelines.nim')
0 files changed, 0 insertions, 0 deletions
/a> 4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44



               

                     


























                                            








                                                             

                    
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234