https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114895

--- Comment #9 from Richard Biener <rguenth at gcc dot gnu.org> ---
(In reply to Sam James from comment #8)
> (In reply to Richard Biener from comment #7)
> > So besides maybe no way to reproduce the failure the source still has the
> > issue
> > described.
> 
> Sorry, not following -- jakub's attached one has #define _FILE_OFFSET_BITS
> 64, so we should be fine?

Iff !HAVE_WORKING_STAT (for whatever reason) but also !defined(__MINGW32__)
then the source will fail to build.  It looks like the key is
!HAVE_WORKING_STAT, not sure why defined(__MINGW32__) is checked here.

Reply via email to