-
Notifications
You must be signed in to change notification settings - Fork 1.3k
gcc: bump to releases/gcc-15. #1713
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
Conversation
Same problem as described here: |
Thanks for the PR! This PR references the untagged commit We also have an allowlist for failing test cases in this repository (see directory
|
I removed all white list. I will check the result and make a new white list. |
1422420
to
842244d
Compare
Ok I make a script and use it to gen the whitelists by math methods/ |
7b02042
to
ff30585
Compare
@cmuellner @TommyMurphyTM1234 ready to merge |
Thanks for providing the allow list! I see tons of RVV issues, a few xtheadvector issues, a few gfortran issues, a few rv32 issues and the two test cases Please drop the first commit (disabling the fail early) from the PR. I think it would just lead to wasted CPU cycles in most situations. |
Signed-off-by: Ariel Xiong <[email protected]>
Signed-off-by: Ariel Xiong <[email protected]>
The first commit is now dropped. |
I like the idea of the script, as updating the allow list was the number one blocker for updating GCC in the past. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
from CI log. |
All white list are generate by steps above except that I add one testcase since somehow it's failed sometimes but not always. |
LGTM, thanks for this work. |
No description provided.