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
Thanks for raising the issue.
Indeed, we're having a lot of trouble doing the sync of rustc_codegen_gcc with the Rust repo, and I indeed left the GCC repo in a state where some tests fail: sorry about that.
Is this causing any issue for you?
If so, I can fix it tomorrow.
I was interested in the testsuite because the README suggested running the check-jit target. I'm guessing that a bad libgccjit++.h won't impact the rust backend, so if it's not worth fixing, it wouldn't impact me at all.
Sorry if this is not the right place to put this issue, I'm not sure where is the best place to file issues against the custom GCC.
ENV Info:
I downloaded, built, and run gcc as described in the README, with
--enable-languages=jit,c++
After building libgccjit, I wanted to run the tests, but observed that all the tests failed:
I was able to create a patch that gets this test (and all the others failing for the same reason) working:
It seems this error was caused by rust-lang/gcc@341be3b#diff-70af12ffc4a575792e96588dc518ccf7aacf05f74dfe08d7b931275015c030fe
The text was updated successfully, but these errors were encountered: