Re: [Mingw-w64-public] a possible bug in mingw-w64

2020-08-06 Thread Liu Hao
在 2020/8/7 上午9:32, Takashi Inoue 写道: > Hi all, > > I did the check using mingw-w64 on msys2. > I got correct 1.9998 stably. > I repeated 10 times. > So, that issue seems not related with my problem. > Still, my problem is mystery for me. I'll invest more. > Any comments and suggestions

Re: [Mingw-w64-public] a possible bug in mingw-w64

2020-08-06 Thread Takashi Inoue
Hi all, I did the check using mingw-w64 on msys2. I got correct 1.9998 stably. I repeated 10 times. So, that issue seems not related with my problem. Still, my problem is mystery for me. I'll invest more. Any comments and suggestions will be appreciated. Best, Takashi On 2020/08/07

Re: [Mingw-w64-public] a possible bug in mingw-w64

2020-08-06 Thread Takashi Inoue
Hi, Thank you for your interesting suggestion. I made a sample code.  I attach. With GCC(gfortran) on FreeBSD, I get  1.9998 correctly. I'll check result of mingw-w64  as soon as I arrive at my office tomorrow, since I'm at home and the PC with mingw-w64 is there. Best, Takashi On

Re: [Mingw-w64-public] a possible bug in mingw-w64

2020-08-06 Thread Liu Hao
在 2020/8/6 13:25, Takashi Inoue 写道: > Hi, > >> Did you compile your program with the i686 compiler or the x86_64 compiler? >> I suspect it has something to do with the >> floating-point environment. > > My windows is 64bit version widows 8.1. > So, I installed x86_64 package via msys2 pacman. >

Re: [Mingw-w64-public] a possible bug in mingw-w64

2020-08-06 Thread Takashi Inoue
Hi all I sent below. But, it seems not accepted. I'll try some other way. Although I wrote this, it seems that I could send. Please rename back Makefile.txt to Makefile and sample.txt to sample.f. I'm sorry for this. Now, I've  learned that suffix has nothing to do with. Best, Takashi On 08