The mingw64 cross compilers have been updated for both architectures to
the latest upstream release version of the gcc-11 branch:
mingw64-i686-gcc-11.4.0-1-src
mingw64-i686-gcc-core-11.4.0-1
mingw64-i686-gcc-debuginfo-11.4.0-1
mingw64-i686-gcc-fortran-11.4.0-1
mingw64-i686-gcc-g++-11.4.0-1
The native and mingw-w64 cross compilers have been updated for both
architectures to the latest upstream release version of the gcc-11
branch:
gcc-11.3.0-1
mingw64-i686-gcc-11.3.0-1
mingw64-x86_64-gcc-11.3.0-1
This release includes libgccjit as a separate package for the native
toolchain on
The native and mingw-w64 cross compilers have been updated for both
architectures to the latest upstream release version:
gcc-11.2.0-1
mingw64-i686-gcc-11.2.0-1
mingw64-x86_64-gcc-11.2.0-1
This is a replacement for the version 11.2.0-0 test release.
This release includes libgccjit as a sepa
The latest mingw-w64 cross compilers have been promoted from test to
current:
* mingw64-i686-gcc-10.2.0-1
* mingw64-x86_64-gcc-10.2.0-1
--
*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***
If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: "
> Please try:
> chcp 65001
I had that set already...
I dont think the other environments would have succeeded as I
previously said if that wasnt already set.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwi
On Mon, 9 Mar 2020 18:51:12 -0500
Steven Penny wrote:
> > The mingw-w64 cross compilers have been updated:
> >
> > * mingw64-i686-gcc-9.2.0-2
> > * mingw64-x86_64-gcc-9.2.0-2
>
> Regarding "g++.exe", using a file "a.cpp":
>
> #include
> int main() {
>std::cout << "☺☺" << std::end
> The mingw-w64 cross compilers have been updated:
>
> * mingw64-i686-gcc-9.2.0-2
> * mingw64-x86_64-gcc-9.2.0-2
Regarding "g++.exe", using a file "a.cpp":
#include
int main() {
std::cout << "☺☺" << std::endl;
}
With these items:
- Mingw compiler
- Provided by Cygwin
- cmd.e
The mingw-w64 cross compilers have been updated:
* mingw64-i686-gcc-9.2.0-2
* mingw64-x86_64-gcc-9.2.0-2
These are the same as -1, but rebuilt with ISL updated.
*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***
If you want to unsubscribe from the cygwin-announce mailing list, look
at the
The mingw-w64 cross compilers have been updated:
* mingw64-i686-gcc-9.2.0-1
* mingw64-x86_64-gcc-9.2.0-1
*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***
If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this mess
On Mon, 31 Dec 2018 00:20:28, Yaakov Selkowitz wrote:
Have you considered that perhaps the issue is with MSYS2 (incomplete
libstdc++ debuginfo)?
yes, I have; and no, its not:
https://cygwin.com/ml/cygwin/2018-08/msg00330.html
--
Problem reports: http://cygwin.com/problems.html
FAQ:
On Sun, 2018-12-30 at 17:10 -0800, Steven Penny wrote:
> On Sun, 30 Dec 2018 02:36:15, JonY wrote:
> > The mingw-w64 cross compilers have been updated:
> >
> > * mingw64-i686-gcc-7.4.0-1
> > * mingw64-x86_64-gcc-7.4.0-1
>
> Note the problem i detailed in august has not been resolved:
>
> https:/
On Sun, 30 Dec 2018 02:36:15, JonY wrote:
The mingw-w64 cross compilers have been updated:
* mingw64-i686-gcc-7.4.0-1
* mingw64-x86_64-gcc-7.4.0-1
Note the problem i detailed in august has not been resolved:
https://cygwin.com/ml/cygwin/2018-08/msg00275.html
--
Problem reports: http:/
The mingw-w64 cross compilers have been updated:
* mingw64-i686-gcc-7.4.0-1
* mingw64-x86_64-gcc-7.4.0-1
*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***
If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this mess
On Sun, 26 Aug 2018 12:51:40, JonY wrote:
Can you roll back to the previous x86_64-w64-binutils and find out if it
makes a difference?
Other than that, I'm quite out of ideas.
Using this file:
$ cat stoi.cpp
#include
#include
main() {
std::cout << std::stoi("3.14159") << st
On Sun, 26 Aug 2018 15:07:06, =?UTF-8?Q?Hans-Bernhard_Br=c3=b6ker?= wrote:
Am 25.08.2018 um 02:13 schrieb Steven Penny:
On Fri, 24 Aug 2018 10:11:42, JonY wrote:
$ wc -c /lib/gcc/x86_64-w64-mingw32/7.3.0/libstdc++.a
22446354 /lib/gcc/x86_64-w64-mingw32/7.3.0/libstdc++.a
$ wc -c m
Am 25.08.2018 um 02:13 schrieb Steven Penny:
On Fri, 24 Aug 2018 10:11:42, JonY wrote:
$ wc -c /lib/gcc/x86_64-w64-mingw32/7.3.0/libstdc++.a
22446354 /lib/gcc/x86_64-w64-mingw32/7.3.0/libstdc++.a
$ wc -c mingw64/lib/gcc/x86_64-w64-mingw32/8.2.0/libstdc++.a
5597192 mingw64/lib/
On 08/25/2018 12:13 AM, Steven Penny wrote:
> On Fri, 24 Aug 2018 10:11:42, JonY wrote:
>> Can you try breaking it down by phases?
>> 1. Preprocessor phase with -E -o file.ii
>
> $ time x86_64-w64-mingw32-g++ -E -o file.ii stoi.cpp; wc -c file.ii
> real 0m0.172s
> 719550 file.ii
>
>>
On Fri, 24 Aug 2018 10:11:42, JonY wrote:
Can you try breaking it down by phases?
1. Preprocessor phase with -E -o file.ii
$ time x86_64-w64-mingw32-g++ -E -o file.ii stoi.cpp; wc -c file.ii
real0m0.172s
719550 file.ii
2. Compile phase (compile output from phase 1) with -c
$
On 08/21/2018 03:18 AM, Steven Penny wrote:
> On Wed, 18 Jul 2018 10:38:22, JonY wrote:
>> The mingw-w64 cross compilers have been updated:
>>
>> * mingw64-i686-gcc-7.3.0-1
>> * mingw64-x86_64-gcc-7.3.0-1
>>
>> It is available under the test version.
>
> http://cygwin.com/ml/cygwin/2018-07/msg0016
On Wed, 18 Jul 2018 10:38:22, JonY wrote:
The mingw-w64 cross compilers have been updated:
* mingw64-i686-gcc-7.3.0-1
* mingw64-x86_64-gcc-7.3.0-1
It is available under the test version.
http://cygwin.com/ml/cygwin/2018-07/msg00168.html
Using this file:
$ cat stoi.cpp
#include
#in
The mingw-w64 cross compilers have been updated:
* mingw64-i686-gcc-7.3.0-1
* mingw64-x86_64-gcc-7.3.0-1
It is available under the test version.
*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***
If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscrib
The mingw-w64 cross compilers have been updated:
* mingw64-i686-gcc-6.4.0-1
* mingw64-x86_64-gcc-6.4.0-2
The gcov-dump tool was left out in mingw64-x86_64-gcc-6.4.0-1, hence the
-2 release.
Note that ADA/GNAT is no longer supported in the cross compiler.
*** CYGWIN-ANNOUNCE UNSUBS
On 12/11/2016 04:33, JonY wrote:
On 11/11/2016 22:06, Tony Kelman wrote:
I have just updated the mingw-w64 cross compilers Cygwin 32bit and
64bit to mingw64-{i686,x86_64}-gcc-5.4.0-3.
Hi Jon,
What will be left as prev? 5.4.0-2, or the last 4.9 build? Can you
help raise https://gcc.gnu.org/bug
On 11/11/2016 22:06, Tony Kelman wrote:
>> I have just updated the mingw-w64 cross compilers Cygwin 32bit and
>> 64bit to mingw64-{i686,x86_64}-gcc-5.4.0-3.
>
> Hi Jon,
>
> What will be left as prev? 5.4.0-2, or the last 4.9 build? Can you
> help raise https://gcc.gnu.org/bugzilla/show_bug.cgi?id
> I have just updated the mingw-w64 cross compilers Cygwin 32bit and
> 64bit to mingw64-{i686,x86_64}-gcc-5.4.0-3.
Hi Jon,
What will be left as prev? 5.4.0-2, or the last 4.9 build? Can you
help raise https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77333? The
interprocedural analysis that was added
I have just updated the mingw-w64 cross compilers Cygwin 32bit and
64bit to mingw64-{i686,x86_64}-gcc-5.4.0-3.
This version uses POSIX threads to support C++11 std::thread, as a
consequence, require winpthreads.
Unlike the Cygwin gcc, this version DOES NOT PRESERVER C++ ABI from
gcc4. Please rebu
26 matches
Mail list logo