From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18376 invoked by alias); 27 Mar 2007 03:32:36 -0000 Received: (qmail 18299 invoked by uid 48); 27 Mar 2007 03:31:50 -0000 Date: Tue, 27 Mar 2007 03:32:00 -0000 Message-ID: <20070327033150.18298.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug pch/14940] PCH largefile test fails on various platforms In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "mmitchel at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-03/txt/msg02536.txt.bz2 ------- Comment #34 from mmitchel at gcc dot gnu dot org 2007-03-27 04:31 ------- Just a confirmation that I see this test failing with GCC 4.1 on Solaris as well. As Eric says in Comment #11, the symptoms are that, in host-solaris.c the first call to mmap succeeds (but at the wrong address). Then, mincore reports that the pages we want are already mapped, so we can't try the MAP_FIXED approach. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14940