You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
creates an indefinite array on the stack. Code generation is currently broken for this case. This is a known issue. You either have to use a heap allocated indefinite array or a stack-allocated definite array.
I'll keep this bug report open, until this issue is fixed. But it will take a while.
The following code leads to correct results with -O2 but wrong with -O3
Output with -O3:
The text was updated successfully, but these errors were encountered: