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

Rollup of 5 pull requests #25984

Merged
merged 11 commits into from Jun 3, 2015
Merged

Rollup of 5 pull requests #25984

merged 11 commits into from Jun 3, 2015

Conversation

wca and others added 11 commits May 23, 2015 14:09
Newer gcc can be installed, so it should be used if possible.  Checks
elsewhere in configure should enforce this.
The first one in particular results in Rust not being able to build itself
if it is installed.  The latter two shouldn't be necessary, and should only
be included if they are actually going to be used.
…ichton

Bug fixes for configure on FreeBSD:
- Don't ban using gcc; newer versions can be installed and other checks should enforce its suitability.
- Don't force Rust to link itself with /usr/local/lib{,gcc4[46]}, which causes builds to fail if Rust is already installed.  I've not been able to find an use case where this is actually necessary.
These are implemented in asm, they're just not inlined.

Open questions are:
* Should I just inline them? They're.. big, but it seems as though this needs violates the #[inline(always)] gaurantees the others make.
* Does something (llvm?) provide these as intrinsics? The structure of this code suggests that we could be hoisting off something else, instead of flagrantly ignoring it like we do for power and mips.
@Manishearth
Copy link
Member Author

@bors: r+ p=20

@bors
Copy link
Contributor

bors commented Jun 3, 2015

📌 Commit e490c17 has been approved by Manishearth

@Manishearth Manishearth assigned Manishearth and unassigned pcwalton Jun 3, 2015
@bors
Copy link
Contributor

bors commented Jun 3, 2015

⌛ Testing commit e490c17 with merge 5b56d73...

bors added a commit that referenced this pull request Jun 3, 2015
@bors bors merged commit e490c17 into rust-lang:master Jun 3, 2015
@Manishearth Manishearth deleted the rollup branch June 3, 2015 13:31
@Centril Centril added the rollup A PR which is a rollup label Oct 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rollup A PR which is a rollup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants