This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] gcc cannot deal with full /tmp
- From: "Zack Weinberg" <zackw at panix dot com>
- To: "Denys Vlasenko" <dvlasenk at redhat dot com>, "GCC Patches" <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 31 Jul 2008 11:37:03 -0700
- Subject: Re: [PATCH] gcc cannot deal with full /tmp
+ if (errno != EEXIST)
+ /* Fatal error (EPERM, ENOSPC etc). Doesn't make sense to loop. */
+ break;
You should also loop on EISDIR.
zw