Giter VIP home page Giter VIP logo

Comments (6)

DragoonX6 avatar DragoonX6 commented on May 19, 2024 1

If you have clang 3.8 as you said, you can just compile it with that and use it with clang.

from eastl.

pmcmorris avatar pmcmorris commented on May 19, 2024

Given the weak support for modern C++ features on that version of gcc, I think its unlikely.

https://gcc.gnu.org/gcc-4.4/cxx0x_status.html

It would be significant work in working around issues and disabling features for little gain in terms of value as most of the platforms we support are either on newer versions of gcc or have already transitioned to clang.

Have you considered upgrading to gcc 4.7 or 4.8?

from eastl.

rparolin avatar rparolin commented on May 19, 2024

I'd agree. I haven't published an official platform and compiler support
matrix yet in an effort to see what the needs of the community are. But I
will be aggressively moving towards modern compilers and techniques as much
as practical.

On Sun, Aug 14, 2016, 11:15 AM Patrick McMorris [email protected]
wrote:

Given the weak support for modern C++ features on that version of gcc, I
think its unlikely.

https://gcc.gnu.org/gcc-4.4/cxx0x_status.html

It would be significant work in working around issues and disabling
features for little gain in terms of value as most of the platforms we
support are either on newer versions of gcc or have already transitioned to
clang.

Have you considered upgrading to gcc 4.7 or 4.8?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#48 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABQnjSphbt6i9J_UzlppTFSNTMBUPPs8ks5qf1tXgaJpZM4Jj7Ng
.

from eastl.

lilothar avatar lilothar commented on May 19, 2024

I know gcc 4.4 weakly support c++ new feature, I also can compile it with clang with libcxx3.8 integrate it in peoject, for large scale server like 10000+ or more server to update gcc or install clang libs against may applications already run on the server ,it is not a regular way to do that, and hav some dangous. for example ,we can use swap to instead of std::move to compitable the compiler, I think, or I need to compile all the applications to upgrade compilers

from eastl.

lilothar avatar lilothar commented on May 19, 2024

may be , I need to trans current version to fit gcc 4.4 myself ,but it is so comfusion on me, it seems worse time to do this

from eastl.

rparolin avatar rparolin commented on May 19, 2024

Since GCC 4.4.4 is now a 6 year old compiler its unlikely we will circle back. If you wish to contribute fixes back that enable it to build I'll happily look at them. I'll close this issue unless there is an objection.

from eastl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.