Uh oh!
There was an error while loading. Please reload this page.
ignore {std,fast,vector,this}call on non-x86 windows - #54576
Conversation
rust-highfive
commented
Sep 25, 2018
r? @zackmdavis (rust_highfive has picked a reviewer for you, use r? to override) |
alexcrichton
commented
Sep 25, 2018
@bors: r+ |
bors
commented
Sep 25, 2018
📌 Commit c0ac5ba has been approved by |
…lexcrichton
ignore {std,fast,vector,this}call on non-x86 windows
MSVC ignores these keywords for C/C++ and uses the standard system
calling convention. Rust should do so as well.
Fixesrust-lang#54569.bors
commented
Sep 27, 2018
⌛ Testing commit c0ac5ba with merge 496c2b9d1d134efd8501ad1095637ff6917895f2... |
bors
commented
Sep 27, 2018
💔 Test failed - status-appveyor |
kennytm
commented
Sep 27, 2018
|
c0ac5ba to
32cfa73Comparefroydnj
commented
Sep 27, 2018
I made the test x86-only. There were other failures, e.g. But that test does not look related to this change. Intermittent? |
Uh oh!
There was an error while loading. Please reload this page.
alexcrichton
commented
Sep 27, 2018
Hm so |
MSVC ignores these keywords for C/C++ and uses the standard system calling convention. Rust should do so as well. Fixesrust-lang#54569.
32cfa73 to
2819defComparefroydnj
commented
Sep 27, 2018
I believe that's correct. x86-64 MSVC ignores
Indeed, thanks for pointing that out! |
alexcrichton
commented
Sep 27, 2018
@bors: r+ delegate=froydnj |
bors
commented
Sep 27, 2018
✌️ @froydnj can now approve this pull request |
bors
commented
Sep 27, 2018
📌 Commit 2819def has been approved by |
bors
commented
Sep 28, 2018
⌛ Testing commit 2819def with merge 0749928e1ba63da96e1f05cf29352a08ef488a76... |
bors
commented
Sep 28, 2018
💔 Test failed - status-travis |
rust-highfive
commented
Sep 28, 2018
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
kennytm
commented
Sep 28, 2018
bors
commented
Sep 28, 2018
⌛ Testing commit 2819def with merge c55e7f9ed25671f791000d8a1cbc9f1dd5430e3f... |
bors
commented
Sep 28, 2018
💔 Test failed - status-travis |
rust-highfive
commented
Sep 28, 2018
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
alexcrichton
commented
Sep 28, 2018
@bors: retry |
bors
commented
Sep 29, 2018
ignore {std,fast,vector,this}call on non-x86 windows
MSVC ignores these keywords for C/C++ and uses the standard system
calling convention. Rust should do so as well.
Fixes#54569.bors
commented
Sep 29, 2018
☀️ Test successful - status-appveyor, status-travis |
MSVC ignores these keywords for C/C++ and uses the standard system
calling convention. Rust should do so as well.
Fixes#54569.