From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3335 invoked by alias); 12 Oct 2004 19:56:29 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 3263 invoked by uid 48); 12 Oct 2004 19:56:28 -0000 Date: Tue, 12 Oct 2004 19:56:00 -0000 Message-ID: <20041012195628.3262.qmail@sourceware.org> From: "jgrimm2 at us dot ibm dot com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040413135721.14940.ian@wasabisystems.com> References: <20040413135721.14940.ian@wasabisystems.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug pch/14940] PCH largefile test fails on various platforms X-Bugzilla-Reason: CC X-SW-Source: 2004-10/txt/msg01639.txt.bz2 List-Id: ------- Additional Comments From jgrimm2 at us dot ibm dot com 2004-10-12 19:56 ------- patch for powerpc64-linux-gnu: http://gcc.gnu.org/ml/gcc-patches/2004-10/msg01037.html Index: gcc/config/host-linux.c =================================================================== RCS file: /home/jgrimm/gcc-cvs/gcc/gcc/config/host-linux.c,v retrieving revision 1.2 diff -c -3 -p -r1.2 host-linux.c *** gcc/config/host-linux.c 24 Apr 2004 00:33:18 -0000 1.2 --- gcc/config/host-linux.c 12 Oct 2004 21:35:47 -0000 *************** *** 75,80 **** --- 75,82 ---- # define TRY_EMPTY_VM_SPACE 0x8000000000 #elif defined(__s390__) # define TRY_EMPTY_VM_SPACE 0x60000000 + #elif defined(__powerpc__) + # define TRY_EMPTY_VM_SPACE 0x60000000 #else # define TRY_EMPTY_VM_SPACE 0 #endif -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14940