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

debuginfo: Fix constant related ICE. #23074

Merged
merged 2 commits into from
Mar 7, 2015

Conversation

michaelwoerister
Copy link
Member

With this PR in-place constants are handled correctly with respect to debug location assignment.
The PR also adds an (unrelated) test case for debug locations in extern "C" functions.

Fixes #22432

... and use it to fix a debug-location issue with constants.
@rust-highfive
Copy link
Collaborator

r? @nikomatsakis

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Member

@bors: r+ 215d287

Manishearth added a commit to Manishearth/rust that referenced this pull request Mar 6, 2015
…cs, r=alexcrichton

 With this PR in-place constants are handled correctly with respect to debug location assignment.
The PR also adds an (unrelated) test case for debug locations in `extern \"C\"` functions.

Fixes rust-lang#22432
@sfackler
Copy link
Member

sfackler commented Mar 7, 2015

@bors p=1

@bors bors merged commit 215d287 into rust-lang:master Mar 7, 2015
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.

Internal compiler error at compiling openssl-sys-0.4.0
6 participants