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: New test for PCH with large source file


Ian Lance Taylor <ian@wasabisystems.com> writes:

> This patch adds a new PCH test using a large source file.  Rather than
> store a large file in CVS, the file is simply created on the fly.
> 
> On mainline, this test passes on GNU/Linux, and fails on i386 NetBSD.
> This is expected, as host-linux.c chooses an appropriate location for
> the PCH, but NetBSD uses the default function which relies on calling
> mmap.
> 
> OK for mainline?

This is OK.

> 2004-04-06  Ian Lance Taylor  <ian@wasabisystems.com>
> 
> 	* gcc.dg/pch/pch.exp: Add largefile test.

-- 
- Geoffrey Keating <geoffk@geoffk.org>


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