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

[beta] Beta next #41016

Merged
merged 3 commits into from
Apr 4, 2017
Merged

[beta] Beta next #41016

merged 3 commits into from
Apr 4, 2017

Conversation

@rust-highfive
Copy link
Collaborator

warning Warning warning

  • Pull requests are usually filed against the master branch for this repo, but this one is against beta. Please double check that you specified the right target!

When the Range expression is the root of a constant, its node-id is
used for the def-id of the body, so it has to be preserved in the AST ->
HIR lowering.

Fixes rust-lang#40749.
LLVM has a bug - PR32488 - where it fails to deduplicate allocas in some
circumstances. The function `start_new_block` has allocas totalling 1216
bytes, and when LLVM inlines several copies of that function into
the recursive function `expr::into`, that function's stack space usage
goes into tens of kiBs, causing stack overflows.

Mark `start_new_block` as inline(never) to keep it from being inlined,
getting stack usage under control.

Fixes rust-lang#40493.
Fixes rust-lang#40573.
@alexcrichton
Copy link
Member

@bors: r+ p=10

@bors
Copy link
Contributor

bors commented Apr 3, 2017

📌 Commit df61f9d has been approved by alexcrichton

@bors
Copy link
Contributor

bors commented Apr 3, 2017

⌛ Testing commit df61f9d with merge b26aa7a...

@bors
Copy link
Contributor

bors commented Apr 3, 2017

💔 Test failed - status-appveyor

@arielb1
Copy link
Contributor Author

arielb1 commented Apr 3, 2017

make[2]: *** [lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/build.make:339: lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugMacro.cpp.obj] Segmentation fault

@bors retry

@bors
Copy link
Contributor

bors commented Apr 3, 2017

⌛ Testing commit df61f9d with merge 1ae72f9...

@bors
Copy link
Contributor

bors commented Apr 3, 2017

💔 Test failed - status-travis

Looks like the last version was built with mio 0.6.5 which now has known bugs
against it. This build includes mio 0.6.6
@arielb1
Copy link
Contributor Author

arielb1 commented Apr 3, 2017

Updated sccache to newest (#40809) so we can have more than 10% build success probability.

@alexcrichton
Copy link
Member

@bors: r+

@bors
Copy link
Contributor

bors commented Apr 3, 2017

📌 Commit ab18aae has been approved by alexcrichton

@bors
Copy link
Contributor

bors commented Apr 3, 2017

⌛ Testing commit ab18aae with merge 891e69c...

@bors
Copy link
Contributor

bors commented Apr 3, 2017

💔 Test failed - status-travis

@arielb1
Copy link
Contributor Author

arielb1 commented Apr 3, 2017

http://centos.blazar.mx/5.11/updates/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found

Trying other mirror.

Error: Cannot retrieve repository metadata (repomd.xml) for repository: updates. Please verify its path and try again

Network failure

@bors retry

@bors
Copy link
Contributor

bors commented Apr 3, 2017

⌛ Testing commit ab18aae with merge 6d2633d...

@bors
Copy link
Contributor

bors commented Apr 3, 2017

💔 Test failed - status-travis

@frewsxcv
Copy link
Member

frewsxcv commented Apr 3, 2017

@bors retry

#40474

@bors
Copy link
Contributor

bors commented Apr 3, 2017

⌛ Testing commit ab18aae with merge ae0d1d0...

@frewsxcv
Copy link
Member

frewsxcv commented Apr 3, 2017

@bors retry

@bors
Copy link
Contributor

bors commented Apr 3, 2017

⌛ Testing commit ab18aae with merge dbd6473...

@frewsxcv
Copy link
Member

frewsxcv commented Apr 3, 2017

@bors retry

@bors
Copy link
Contributor

bors commented Apr 3, 2017

⌛ Testing commit ab18aae with merge 1d32d91...

@frewsxcv
Copy link
Member

frewsxcv commented Apr 3, 2017

@bors retry

frewsxcv added a commit to frewsxcv/rust that referenced this pull request Apr 3, 2017
bors added a commit that referenced this pull request Apr 4, 2017
[beta] Rollup of 2 pull requests

- Successful merges: #41016, #41048
- Failed merges:
@bors bors merged commit ab18aae into rust-lang:beta Apr 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants