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.

Reply via email to