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

Upgrade GCC version to latest #528

Open
akbertram opened this issue Jul 4, 2021 · 1 comment
Open

Upgrade GCC version to latest #528

akbertram opened this issue Jul 4, 2021 · 1 comment

Comments

@akbertram
Copy link
Member

Renjin currently depends on GCC 4.7, which is now quite old. PR #505 is ready for upgrading to 4.8, but it would be a nice project to upgrade to the latest GCC 11, especially since the plugin API seems to have improved.

Here is an example for GCC 5 which uses the new C++ API:
https://github.com/rofirrim/gcc-plugins

@perNyfelt
Copy link
Contributor

Hi Alex,

Perhaps you could consider merging the 4.8 patch as a first step?
I know the plan was to wait until after 3.5 but there are some enhancements that needs to be done to the gcc bridge to allow us to compile/convert some of the packages that we agreed should make up a "minimum packages support" for a 3.5 release.

I have been brushing up on my C skills during the past couple of weeks getting ready to be able to tackle the gcc bridge enhancement needed but from my point of view, moving to 4.8 now rather later would be preferable.

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

2 participants