From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1872 invoked by alias); 22 Jun 2010 18:26:20 -0000 Received: (qmail 1863 invoked by uid 22791); 22 Jun 2010 18:26:19 -0000 X-SWARE-Spam-Status: No, hits=-5.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 22 Jun 2010 18:26:16 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o5MIPgBB008000 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 22 Jun 2010 14:25:42 -0400 Received: from greed.delorie.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o5MIPfmS008345 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 22 Jun 2010 14:25:42 -0400 Received: from greed.delorie.com (greed.delorie.com [127.0.0.1] (may be forged)) by greed.delorie.com (8.14.3/8.14.3) with ESMTP id o5MIPeAe003539; Tue, 22 Jun 2010 14:25:40 -0400 Received: (from dj@localhost) by greed.delorie.com (8.14.3/8.14.3/Submit) id o5MIPeZO003536; Tue, 22 Jun 2010 14:25:40 -0400 Date: Tue, 22 Jun 2010 18:32:00 -0000 Message-Id: <201006221825.o5MIPeZO003536@greed.delorie.com> From: DJ Delorie To: Eric Botcazou CC: gcc-patches@gcc.gnu.org, mark@codesourcery.com In-reply-to: <201006221203.32714.ebotcazou@adacore.com> (message from Eric Botcazou on Tue, 22 Jun 2010 12:03:32 +0200) Subject: Re: patch: honor volatile bitfield types References: <201006152228.o5FMSbw6017351@greed.delorie.com> <4C17FF0A.4000602@codesourcery.com> <201006221203.32714.ebotcazou@adacore.com> X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2010-06/txt/msg02227.txt.bz2 How about this? /* { dg-final { scan-assembler "mov[zs]bl.*bits" } } */