re PR other/5620 (GCC -save-temps foo.c fails to build foo.o)
authorDanny Smith <dannysmith@users.sourceforge.net>
Fri, 20 Aug 2004 11:14:11 +0000 (11:14 +0000)
committerDanny Smith <dannysmith@gcc.gnu.org>
Fri, 20 Aug 2004 11:14:11 +0000 (11:14 +0000)
commita9024779f1a66dc0e53913194d663a13ae598646
tree9dfbe7358ca35bc39796d9b1b9a25bd2a7da1be7
parentc0ca279584af777be53c427c287a5d2972447920
re PR other/5620 (GCC -save-temps foo.c fails to build foo.o)

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

From-SVN: r86311
gcc/ChangeLog
gcc/config/i386/xm-mingw32.h
gcc/doc/hostconfig.texi
gcc/gcc.c