From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18449 invoked by alias); 19 Apr 2010 05:35:56 -0000 Received: (qmail 18439 invoked by uid 22791); 19 Apr 2010 05:35:55 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from qw-out-1920.google.com (HELO qw-out-1920.google.com) (74.125.92.149) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 19 Apr 2010 05:35:50 +0000 Received: by qw-out-1920.google.com with SMTP id 14so812511qwa.14 for ; Sun, 18 Apr 2010 22:35:48 -0700 (PDT) Received: by 10.229.190.21 with SMTP id dg21mr2010604qcb.69.1271655348265; Sun, 18 Apr 2010 22:35:48 -0700 (PDT) Received: from localhost (pool-72-79-222-14.spfdma.east.verizon.net [72.79.222.14]) by mx.google.com with ESMTPS id 22sm3788860qyk.10.2010.04.18.22.35.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 18 Apr 2010 22:35:47 -0700 (PDT) Message-ID: <4bcbebb3.9653f10a.3be1.ffffe0ef@mx.google.com> Date: Mon, 19 Apr 2010 06:43:00 -0000 From: Ben Gamari Subject: Re: gcc- 4.6.0 20100416 rtmutex.c:1138:1: internal compiler error To: Justin Mattock , gcc@gcc.gnu.org Cc: Linux Kernel Mailing List In-Reply-To: References: Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2010-04/txt/msg00401.txt.bz2 On Sun, 18 Apr 2010 21:19:19 -0700, Justin Mattock wrote: > so far I've compiled most of the system > (glibc,Xserver,etc..) > and not really anything has crashed and burned > except for the kernel: > You are using a pre-release compiler. It should be no surprise that it chokes on the kernel. You should do as the compiler said and report this to the gcc folks. - Ben