-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
arc/orc is broken for vcc (devel) #20873
Comments
It seems that vcc(C compiler) lacks some basic atomic operations. |
This was referenced Nov 22, 2022
ringabout
added a commit
that referenced
this issue
Nov 25, 2022
Araq
pushed a commit
that referenced
this issue
Nov 25, 2022
survivorm
pushed a commit
to survivorm/Nim
that referenced
this issue
Feb 28, 2023
* fixes nim-lang#20873; arc/orc is broken for vcc * fixes signature
capocasa
pushed a commit
to capocasa/Nim
that referenced
this issue
Mar 31, 2023
* fixes nim-lang#20873; arc/orc is broken for vcc * fixes signature
bung87
pushed a commit
to bung87/Nim
that referenced
this issue
Jul 29, 2023
* fixes nim-lang#20873; arc/orc is broken for vcc * fixes signature
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
The compiler fails with an error when trying to compile using arc/orc any simple code such as an
echo "hello"
. This error only appears using--cc:vcc
.Nim Version
Nim Compiler Version 1.7.3 [Windows: amd64]
Compiled at 2022-11-17
Copyright (c) 2006-2022 by Andreas Rumpf
git hash: 68f6926
active boot switches: -d:release
Current Standard Output Logs
With
--threads:off
the error message is different.Expected Standard Output Logs
Possible Solution
No response
Additional Information
I believe it is connected with this #20492
The text was updated successfully, but these errors were encountered: