Skip to content

Fixes ambiguous lookup of abs for __float128 with gcc16 - #5326

Open
blattms wants to merge 1 commit into
OPM:masterfrom
blattms:feature/gcc16-abs-quadmath
Open

Fixes ambiguous lookup of abs for __float128 with gcc16#5326
blattms wants to merge 1 commit into
OPM:masterfrom
blattms:feature/gcc16-abs-quadmath

Conversation

@blattms

@blattms blattms commented Aug 31, 2026

Copy link
Copy Markdown
Member

With this we are able to compile with gcc16. That one has std::abs for __float128 but not atan. We only tested for the latter.

There might be more ambiguous functions that we never use.

@blattms blattms added the manual:irrelevant This PR is a minor fix and should not appear in the manual label Aug 31, 2026
@blattms

blattms commented Aug 31, 2026

Copy link
Copy Markdown
Member Author

jenkins build this please

@akva2 akva2 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

If there are, we deal with them as required.

@akva2

akva2 commented Aug 31, 2026

Copy link
Copy Markdown
Member

jenkins build this please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

manual:irrelevant This PR is a minor fix and should not appear in the manual

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants