Skip to content
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

Implementation-defined/unspecified/undefined behavior #3

Open
kawashima-fj opened this issue Jul 8, 2024 · 0 comments
Open

Implementation-defined/unspecified/undefined behavior #3

kawashima-fj opened this issue Jul 8, 2024 · 0 comments

Comments

@kawashima-fj
Copy link
Collaborator

This is a known issue.

Problem

There may be test programs which have implementation-defined/unspecified/undefined behaviors. Executions of such test programs may fail on certain conditions.

Details

This test suite was originally developed for the proprietary Fujitsu C/C++/Fortran compilers. There may be test programs which were written to test Fujitsu-specific behavior or depend on Fujitsu-specific behavior. We run all test programs using Clang/Flang with the -O0 option, checked causes of the errors, and eliminated such test programs found by the check. However, test programs which did not have errors may still have errors when the development of Clang/Flang progress or a higher optimization level is used, especially in the case of undefined behavior.

Workaround

None.

Future direction

We want to eliminate all the problematic test programs.

If you find a problematic test program, please let us know in a comment of this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant