From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5142 invoked by alias); 10 Mar 2010 15:56:12 -0000 Received: (qmail 5132 invoked by uid 22791); 10 Mar 2010 15:56:11 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 10 Mar 2010 15:56:03 +0000 Received: from kpbe18.cbf.corp.google.com (kpbe18.cbf.corp.google.com [172.25.105.82]) by smtp-out.google.com with ESMTP id o2AFu07m022375 for ; Wed, 10 Mar 2010 15:56:00 GMT Received: from pwj9 (pwj9.prod.google.com [10.241.219.73]) by kpbe18.cbf.corp.google.com with ESMTP id o2AFtw5H011192 for ; Wed, 10 Mar 2010 07:55:58 -0800 Received: by pwj9 with SMTP id 9so4014554pwj.28 for ; Wed, 10 Mar 2010 07:55:58 -0800 (PST) Received: by 10.143.129.2 with SMTP id g2mr494660wfn.273.1268236558328; Wed, 10 Mar 2010 07:55:58 -0800 (PST) Received: from coign.google.com ([67.218.105.84]) by mx.google.com with ESMTPS id 23sm7495938pzk.10.2010.03.10.07.55.56 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 10 Mar 2010 07:55:57 -0800 (PST) To: Andrew Haley Cc: thomas.martitz@student.HTW-Berlin.de, gcc-help@gcc.gnu.org Subject: Re: Problems migrating to gcc 4.4.3&eabi - apparently a gcc bug References: <4B9677C1.6040502@htw-berlin.de> <4B967A4D.8060905@redhat.com> <4B968150.8010004@htw-berlin.de> <4B96953E.10305@redhat.com> <4B96994D.40904@htw-berlin.de> <4B96A58B.6010503@redhat.com> From: Ian Lance Taylor Date: Wed, 10 Mar 2010 15:56:00 -0000 In-Reply-To: <4B96A58B.6010503@redhat.com> (Andrew Haley's message of "Tue\, 09 Mar 2010 19\:46\:19 +0000") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2010-03/txt/msg00145.txt.bz2 Andrew Haley writes: > Yeah, it's a bug. Mind you, it's pretty bizarre code: I'm not surprised > we never came across this before. Bizarre or not, please report it following the guidelines at http://gcc.gnu.org/bugs/ . Thanks. Ian