Skip to content

Eliminate need for -fno-strict-aliasing in lock_free_queue.h #2701

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

Closed
graydon opened this issue Jun 21, 2012 · 2 comments
Closed

Eliminate need for -fno-strict-aliasing in lock_free_queue.h #2701

graydon opened this issue Jun 21, 2012 · 2 comments
Assignees
Labels
E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

Comments

@graydon
Copy link
Contributor

graydon commented Jun 21, 2012

As per fixme.

@brson
Copy link
Contributor

brson commented Jun 21, 2012

We don't even turn on -fno-strict-aliasing - the line in platform.mk that tries to do it has a typo - nor do we use lock_free_queue or know it to be unbroken. It should probably just be deleted.

@brson
Copy link
Contributor

brson commented Jun 27, 2012

Done.

@brson brson closed this as completed Jun 27, 2012
RalfJung pushed a commit to RalfJung/rust that referenced this issue Nov 27, 2022
run_tests_minimal: actually run the smoke test on the desired target
Aaron1011 pushed a commit to Aaron1011/rust that referenced this issue Jan 6, 2023
run_tests_minimal: actually run the smoke test on the desired target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

No branches or pull requests

2 participants