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]
Other format: [Raw text]

Re: [PATCH] gcc cannot deal with full /tmp


"Zack Weinberg" <zackw@panix.com> writes:

> +      if (errno != EEXIST)
> +	/* Fatal error (EPERM, ENOSPC etc).  Doesn't make sense to loop.  */
> +	break;
>
> You should also loop on EISDIR.

Good point, thanks, Jakub that change is preapproved.

Ian


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