On Thu, 16 Apr 2020 at 21:02, Baumanns via Gcc <gcc@gcc.gnu.org> wrote:
>
> Hello gcc Team,
>
> currently I work on some very modern c++ projects based on c++20. For my
> tests I would like to compile my code with all three major compilers: g++,
> msvc and llvm/clang to test the latest features (like co_yield).
> Furthermore I have problems with unicode header names.
>
> Unfortunately I am not able to get the prereleased Version of g++ 10
> running on my node (can be Linux or Windows). Could you explain me, how can
> install / build g++-10?


This is the wrong mailing list, please use gcc-help for questions like
this, as documented at https://gcc.gnu.org/lists.html

See https://gcc.gnu.org/wiki/InstallingGCC for the simplest
instructions for installing and building GCC.

You might find https://jwakely.github.io/pkg-gcc-latest/ useful.
  • G++ 10 Baumanns via Gcc
    • Re: G++ 10 Jonathan Wakely via Gcc

Reply via email to