Re: cygwin x86_64: mingw64-g++ 6.4.0 (both i686 and x86_64) issue (bug?) with reinterpret_cast

2017-11-01 Thread Csaba Raduly
On Tue, Oct 31, 2017 at 11:00 AM, Paolo ZAMBOTTI wrote: > Hi Csaba, > Please don't top-post (at least in this mailing list). > Ok, then the issue are "my" lines of code and the error messages from g++ > were not completely clear (and they was confusing me a little bit)... > But I'm still not

Re: cygwin x86_64: mingw64-g++ 6.4.0 (both i686 and x86_64) issue (bug?) with reinterpret_cast

2017-10-31 Thread Paolo ZAMBOTTI
Hi Csaba, Ok, then the issue are "my" lines of code and the error messages from g++ were not completely clear (and they was confusing me a little bit)... But I'm still not sure the issue is not in Cygwin package. I mean, my test code was a very simplified (too much simplified) excerpt from

Re: cygwin x86_64: mingw64-g++ 6.4.0 (both i686 and x86_64) issue (bug?) with reinterpret_cast

2017-10-24 Thread Csaba Raduly
Hi Paolo, On Mon, Oct 23, 2017 at 4:47 PM, Paolo ZAMBOTTI wrote: > Hello, > > I'm having some issues while compiling C++ code with mingw64 c++ compiler > (6.4.0) distributed within Cygwin packages. > I can guess the issue I'm going to report is not strictly related to

Re: cygwin x86_64: mingw64-g++ 6.4.0 (both i686 and x86_64) issue (bug?) with reinterpret_cast

2017-10-23 Thread JonY
On 10/23/2017 02:47 PM, Paolo ZAMBOTTI wrote: > Hello, > > I'm having some issues while compiling C++ code with mingw64 c++ compiler > (6.4.0) distributed within Cygwin packages. > I can guess the issue I'm going to report is not strictly related to Cygwin > distribution but I cannot test other

cygwin x86_64: mingw64-g++ 6.4.0 (both i686 and x86_64) issue (bug?) with reinterpret_cast

2017-10-23 Thread Paolo ZAMBOTTI
Hello, I'm having some issues while compiling C++ code with mingw64 c++ compiler (6.4.0) distributed within Cygwin packages. I can guess the issue I'm going to report is not strictly related to Cygwin distribution but I cannot test other mingw64 distributions so let me start reporting the