[Bug fortran/49052] i386 version of gcc-4.5 fails to compile C or Fortran files on CIFS mounts

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu May 19 09:26:00 GMT 2011


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49052

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.6.0

--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-05-19 08:58:43 UTC ---
The issue is that gcc < 4.6 does not have large file support enabled and so
on 32bit hosts with 64bit file systems you can get this if the inode number
does not fit in the 32bit stat structure.  That's what we have seen on
32bit userland with 64bit kernels and big fs.

Should be fixed for 4.6.



More information about the Gcc-bugs mailing list