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

Calling std::arc::MutexARC() causes an ICE #4540

Closed
rntz opened this issue Jan 19, 2013 · 3 comments
Closed

Calling std::arc::MutexARC() causes an ICE #4540

rntz opened this issue Jan 19, 2013 · 3 comments

Comments

@rntz
Copy link
Contributor

rntz commented Jan 19, 2013

On incoming as of @90372da , compiling the following program:

extern mod std;
fn main() { std::arc::MutexARC(()); }

Results in the following ICE:

error: internal compiler error: create_function: unexpected sort of node
@jdm
Copy link
Contributor

jdm commented Jan 19, 2013

Are you building with -g?

@rntz
Copy link
Contributor Author

rntz commented Jan 19, 2013

Ah, yes, and it works when I don't compile with -g. Sorry, should have included that info in the first place.

@catamorphism
Copy link
Contributor

Dup of #2012 / #2194.

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

No branches or pull requests

3 participants