From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15259 invoked by alias); 15 Feb 2008 14:37:23 -0000 Received: (qmail 15250 invoked by uid 22791); 15 Feb 2008 14:37:22 -0000 X-Spam-Check-By: sourceware.org Received: from chrocht.moloch.sk (HELO mail.moloch.sk) (62.176.169.44) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 15 Feb 2008 14:37:03 +0000 Received: from [62.176.172.198] (ildyko.moloch.sk [62.176.172.198]) by mail.moloch.sk (Postfix) with ESMTP id 2B6D6340F141; Fri, 15 Feb 2008 15:37:00 +0100 (CET) Message-ID: <47B5A38C.1000202@imatix.com> Date: Fri, 15 Feb 2008 14:37:00 -0000 From: Martin Sustrik User-Agent: Thunderbird 2.0.0.6 (X11/20071022) MIME-Version: 1.0 To: Andrew Haley CC: gcc-help@gcc.gnu.org Subject: Re: Should it be reported as a bug? (-O2 and cmpxchg instruction) References: <47B56FAA.6040504@imatix.com> <47B5709B.10407@redhat.com> <47B57583.7030206@imatix.com> <47B575EF.3050200@redhat.com> <47B577DD.4080802@imatix.com> <47B57B04.7070305@redhat.com> <47B5800B.9090508@imatix.com> <47B59750.9040002@redhat.com> In-Reply-To: <47B59750.9040002@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2008-02/txt/msg00186.txt.bz2 Andrew, Looks like earlyclobber solves the problem. I must have miscompiled the thing before when testing it. Thanks for your help! Martin