-
Notifications
You must be signed in to change notification settings - Fork 13k
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
llvm: Assertion `Ty && "Invalid GetElementPtrInst indices for type!"' failed. #23649
Labels
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Comments
jdm
added
the
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
label
Mar 23, 2015
pub struct X([u8]);
fn _f(x: &X) { match *x { X(ref x) => { } } }
fn main() { }
|
cuviper
added a commit
to cuviper/rust-git-fs
that referenced
this issue
Mar 30, 2015
- cargo update - feature updates - Change AsPath to AsRef<Path> Still aborts on src/lib.rs, rust-lang/rust#23649
I narrowed this down to my
If I convert |
Another example is:
|
Does not seem to affect beta or nightly. Marking as E-needstest |
arielb1
added
the
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
label
Jun 14, 2015
I'll add regression tests for these examples right now |
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Jun 19, 2015
bors
added a commit
that referenced
this issue
Jun 20, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Fedora 21 x86_64, rustc 1.0.0-nightly (b0aad7d 2015-03-22) (built 2015-03-23).
I hit an assertion when compiling cuviper/rust-git-fs@db151bc. I haven't tried to reduce it yet.
Stack trace from coredumpctl:
The text was updated successfully, but these errors were encountered: