Re: [Mingw-w64-public] [PATCH] headers: Stop using the register storage class for local variables in inline functions

2018-03-23 Thread Liu Hao
在 2018/3/24 4:58, Martin Storsjö 写道: > The register storage class is deprecated in C++11 and removed in > C++17, and doesn't serve any purpose in these particular instances > in C either. > > Signed-off-by: Martin Storsjö > --- > mingw-w64-headers/crt/stdio.h | 30 +++---

[Mingw-w64-public] [PATCH] headers: Stop using the register storage class for local variables in inline functions

2018-03-23 Thread Martin Storsjö
The register storage class is deprecated in C++11 and removed in C++17, and doesn't serve any purpose in these particular instances in C either. Signed-off-by: Martin Storsjö --- mingw-w64-headers/crt/stdio.h | 30 +++--- mingw-w64-headers/crt/swprintf.inl | 6 +++--

Re: [Mingw-w64-public] Question

2018-03-23 Thread niXman
maxgacode 2018-03-23 21:57: Dear All, Hi, This is my first message in the list and I'm writing to get some information. At the moment I'm using the MinGW-64 GCC 6.1.0 toolchain using Win64 and I'd like to upgrade my programming environment. Usually I avoid the x.0.0 version so I'm thinking t

[Mingw-w64-public] Question

2018-03-23 Thread maxgacode
Dear All, This is my first message in the list and I'm writing to get some information. At the moment I'm using the MinGW-64 GCC 6.1.0 toolchain using Win64 and I'd like to upgrade my programming environment. Usually I avoid the x.0.0 version so I'm thinking to move to the GCC 7.x.x version of th