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] a HOST_BIT_BUCKET for mingw32


On Tue, Jul 15, 2003 at 06:44:00PM +1000, Danny Smith wrote:
>Hi
>
>Mingw32 doesn't know about /dev/null.  The windows equivalent is a
>writeable device called "nul" (case-insensitive, of course). 
>
>This change lets -fsyntax-only throw output into this null device, rather
>than creating a temp file.
>
>Danny
>
>ChangeLog
>
>2003-07-15  Danny Smith  <dannysmith@users.sourceforge.net>
>
>	* config/i386/xm-mingw32.h (HOST_BIT_BUCKET): Define
>	as "nul".

Seems like an obviously correct to me.  Go ahead and check in.

cgf


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