OSDN Git Service

PR 5620
authordannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Aug 2004 11:14:11 +0000 (11:14 +0000)
committerdannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Aug 2004 11:14:11 +0000 (11:14 +0000)
commit030ec15c9ed4f1f1de8f01f9c7988e2f65bc8e2f
tree9dfbe7358ca35bc39796d9b1b9a25bd2a7da1be7
parentcd3fbee95dca79ff88b89fdc0b2dab7dfc86c24f
PR 5620
* gcc.c (struct stat input_stat): Don't define if
HOST_LACKS_INODE_NUMBERS
(do_spec_1): If HOST_LACKS_INODE_NUMBERS, use lrealpath rather
than stat to determine if temp file is same as input file.
* doc/hostconfig.texi: Document HOST_LACKS_INODE_NUMBERS.
* config/i386/xm-mingw32.h: Define HOST_LACKS_INODE_NUMBERS

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86311 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/xm-mingw32.h
gcc/doc/hostconfig.texi
gcc/gcc.c