This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [gfortran,patch] Make MIN and MAX handle NaNs correctly (PR32048)


>> The testsuite now hangs in nan_1.f90 on Cygwin_NT/amd_64.  I have
>> never seen this happen before - it does not even time out!  It
>> hangs in compilation - if you have any thoughts on how this might
>> be happening, let me know and I'll take a look-see.
>
> Yuck :(
>
> No idea right now, and I don't have cygwin fully setup yet; if you
> run f951 under gdb, and manually break, where is it stuck?

OK, I've built a cygwin compiler and now I see where it hangs... it
has nothing to do with my patch, a reduced testcase is:

    module aux
    end module aux

Apparently, the compiler then hangs in KERNEL32!GetConsoleCharType. I
think this has something to do with AUX being a special device
somewhere in Windows (a google search for "cygwin aux" brings back
lots of stuff).

So, to avoid this snag, I've changed the module name in the testcase
into aux2 (committed as rev. 127240). The testcase now passes.

FX


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]