Skip to content
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

Enable the __tcc_cas in the atomics.nim for tcc in windows. #7750

Closed
slangmgh opened this issue May 2, 2018 · 3 comments
Closed

Enable the __tcc_cas in the atomics.nim for tcc in windows. #7750

slangmgh opened this issue May 2, 2018 · 3 comments

Comments

@slangmgh
Copy link
Contributor

slangmgh commented May 2, 2018

The cas function for TinyC is disabled for windows in the atomics.nim, in fact it works for windows.

https://forum.nim-lang.org/t/3794/1#23666

@genotrance
Copy link
Contributor

I'll be pushing some fixes in the next couple of days. 22 tests still fail though so there's more work required on ensuring tcc works correctly through and through.

@genotrance
Copy link
Contributor

Updated test results with latest tcc from #head. Passes the threads tests but still 20 failing tests. Also, snip still hangs on run.

@genotrance
Copy link
Contributor

Latest win32 build of tcc for convenience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants