This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH] Fix -save-temps from clobbering input file@apple.com



> Won't help you on a Mac, where foo.s and foo.S refer to the same
> file usually.

Ditto DJGPP and other MS-hosted tools depending on FS type.

OTOH you'd need to do case-insensitive comparison (and on djgpp,
sometimes an 8.3 comparison) to really tell.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]