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

[flang] Remove IEEE_DENORM from IEEE_ALL #67573

Merged
merged 1 commit into from
Oct 16, 2023
Merged

Conversation

klausler
Copy link
Contributor

The array of all exceptions IEEE_ALL defined in the intrinsic module IEEE_EXCEPTIONS should contain only what the standard mandates. Existing code depends on it having only five elements. The legacy extension exception flag IEEE_DENORM shouldn't be an element.

@klausler klausler requested a review from vdonaldson September 27, 2023 16:20
@llvmbot llvmbot added the flang Flang issues not falling into any other category label Sep 27, 2023
Copy link
Contributor

@vdonaldson vdonaldson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is one of a fair number of changes I have for this file. I'm happy to get this done independently though, so let's get this done now. Thanks.

@klausler klausler force-pushed the bug1375 branch 2 times, most recently from d06a900 to 7d57c10 Compare September 29, 2023 21:18
The array of all exceptions IEEE_ALL defined in the intrinsic
module IEEE_EXCEPTIONS should contain only what the standard
mandates.  Existing code depends on it having only five elements.
The legacy extension exception flag IEEE_DENORM shouldn't be
an element.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flang Flang issues not falling into any other category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants