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
Issue #32359 doesn't reproduce in 1.8 stable and it doesn't trigger when redirecting console output to a file.
If the issue is actually related to LLVM in any way (via parallel codegen), the relevant difference could be clang, as rustc 1.8 used here, had been built with it.
The text was updated successfully, but these errors were encountered:
It seems the default opt-level=3 used by this project was to blame in part. Neither 2, nor z produce the crashing binary.
@eddyb Did something happen between rust 1.8 and 1.9, either in the bundled LLVM or rustc that would affect the highest level of optimisations? (using parallel codegen)
Issue #32359 doesn't reproduce in 1.8 stable and it doesn't trigger when redirecting console output to a file.
If the issue is actually related to LLVM in any way (via parallel codegen), the relevant difference could be clang, as rustc 1.8 used here, had been built with it.
The text was updated successfully, but these errors were encountered: