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
Results in the compiler panicking and outputting the following error:
$ ante -b bug.an
thread 'main' panicked at src/cranelift_backend/context.rs:197:13:
- inst0 (v1 = call fn0(v0)): arg 0 (v0) has type i8, expected i64
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
No errors occur with -O3.
The text was updated successfully, but these errors were encountered:
In e38231f, compiling the following code at -O0:
Results in the compiler panicking and outputting the following error:
No errors occur with -O3.
The text was updated successfully, but these errors were encountered: