You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Valloric opened this issue
Apr 5, 2015
· 3 comments
Labels
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
The text was updated successfully, but these errors were encountered:
emberian
added
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
labels
Apr 5, 2015
I failed to reproduce this (i.e. ./test.sh shows all tests pass), after applying Valloric/nailgun@1eaf332 which was necessary to compile. Does it still happen for you?
I haven't tried to repro this since, but the current nailgun codebase doesn't have this issue because I added workarounds. If you tried to repro with the exact nailgun and rustc commits listed, it would most likely repro, but that may not be relevant since rustc has moved on since then.
After checking out the commit given in the first post and updating generator/unescape.rs for feature gates and a removed function, this no longer ICEs.
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
I was updating some code to rust beta and have just hit this roadblock when trying to run tests:
Repro steps:
./test.sh
from the top-level repo dir.I tried minimizing the code by hand for a smaller test case, but failed.
Version:
rustc 1.0.0-beta (9854143cb 2015-04-02) (built 2015-04-02)
OS: OS X Yosemite 10.10.2 (14C1514)
Seems related to: #19748, #19826
The text was updated successfully, but these errors were encountered: