-
Notifications
You must be signed in to change notification settings - Fork 343
[Fortran/gfortran] Enable tests that now pass #245
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
I get the following results:
|
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, thanks
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, works for me on X86-64. Thanks!
Total Discovered Tests: 6943
Passed: 6943 (100.00%)
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.
Thanks. With the parameter -O3
, it works well on a LoongArch machine.
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.
It works for powerpc64le-unknown-linux-gnu
and powerpc64-ibm-aix7.2.0.0
. Thanks.
A number of tests now pass since several bugs in flang have been fixed and othe features have been implemented.
442f330
to
9a08114
Compare
Thanks @AlexisPerry, @tblah, @jeanPerier, @ylzsx, @kkwli for testing this. |
A number of tests now pass since several bugs in flang have been fixed and other features have been implemented.