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

Try for adaption to down to avr-gcc 5.2 #15

Closed
ckormanyos opened this issue Jan 25, 2022 · 1 comment
Closed

Try for adaption to down to avr-gcc 5.2 #15

ckormanyos opened this issue Jan 25, 2022 · 1 comment

Comments

@ckormanyos
Copy link
Collaborator

This is an experimental ticket.

Several important domains still use avr-gcc 5.2, 5.3, or 5.4.

We do, however, find that at least one compiler-intrinsic (i.e., __is_constructible used often in <type_traits>) is unavailable.

1e245c1 works around this phenomenon. It is worth a try to see if the very-detailesmanual re-write of certain std::is_constructible codes might, in fact, with the workaround this for even GCC 5.2.

That manual implementation of __is_constructible was, however, (or so it seems) subsequently removed.

Try to refactor the preprocessor logic here to give it a try on GCC 5.2 using that previous manual implementatoin.

@ckormanyos ckormanyos changed the title Try for adaption to avr-gcc 5.2 or higher Try for adaption to down to avr-gcc 5.2 Jan 25, 2022
@ckormanyos
Copy link
Collaborator Author

ckormanyos commented Oct 12, 2024

Closing this. Ubuntu LTS 24.04 ships with GCC 7 (finally). This is the same version that's included in the Arduino environment. In light of that upgrade and also the work in #33, I no longer see the need to go farther back than GCC 7.

Cc: @salkinium and @rleh and @chris-durand

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

No branches or pull requests

1 participant