-
Notifications
You must be signed in to change notification settings - Fork 414
test that target features given in the target spec are enabled #4729
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
Conversation
|
Thank you for contributing to Miri! A reviewer will take a look at your PR, typically within a week or two. |
|
I could just test this, I still have your PR checked out after all... no, turns out it does not fix this. |
|
However it also already fails before #4648. So we probably need a different test. |
|
My PR should fix this for v7 and thumb2. vfp3 is not a target feature recognized by rustc. |
|
vfp3 is missing due to rust-lang/rust#149399. |
489cef7 to
65ac530
Compare
|
FWIW I also tried The macro docs make it sound like if the feature is available at compile time, the macro will work. Maybe I am misunderstanding the comment. EDIT: I just misunderstood the code, these never work. |
Indeed it does, I confirmed that locally. Great! |
|
I integrated this test into #4730. |
This currently fails... not sure if that is a regression, but it might be the same as rust-lang/rust#149314.
@bjorn3 do you think your PR will fix this?