From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31022 invoked by alias); 26 Sep 2009 19:48:48 -0000 Received: (qmail 30962 invoked by uid 48); 26 Sep 2009 19:48:36 -0000 Date: Sat, 26 Sep 2009 19:48:00 -0000 Message-ID: <20090926194836.30961.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug boehm-gc/40785] Powerpc bootstrap is broken due to problems in boehm-gc In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia 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: 2009-09/txt/msg02440.txt.bz2 ------- Comment #2 from pinskia at gcc dot gnu dot org 2009-09-26 19:48 ------- Fixed. 2009-07-17 Michael Meissner PR boehm-gc/40785 * include/private/gc_locks.h (GC_test_and_set): If GCC 4.4, use the __sync_lock_test_and _set and __sync_lock_release builtins on the powerpc. If not GCC 4.4, fix up the constraints so that it builds without error. (GC_clear): Ditto. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |normal Status|UNCONFIRMED |RESOLVED Keywords| |build Resolution| |FIXED Target Milestone|--- |4.5.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40785