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

gcc 7.x should be compiled with gcc 7.x #29

Open
mikrosk opened this issue Nov 6, 2017 · 1 comment
Open

gcc 7.x should be compiled with gcc 7.x #29

mikrosk opened this issue Nov 6, 2017 · 1 comment

Comments

@mikrosk
Copy link
Owner

mikrosk commented Nov 6, 2017

It's not so hard: https://docs.travis-ci.com/user/languages/cpp/#C11-C%2B%2B11-(and-Beyond)-and-Toolchain-Versioning

Just to be sure that the other projects (mintlib, pml) are still compilable. For instance, gcc 5.x has shifted from default C89 standard and one had to introduce -fgnu89-inline to mintlib as it's full of incompatible inline statements.

@miniupnp
Copy link
Contributor

miniupnp commented Nov 6, 2017

well, we could just "expand the matrix" and compile with both gcc-7 and the default gcc.
That would be at travis-ci cost :)

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