From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5035 invoked by alias); 7 Oct 2003 22:33:27 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 5028 invoked from network); 7 Oct 2003 22:33:27 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 7 Oct 2003 22:33:27 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h97MXR120847; Tue, 7 Oct 2003 18:33:27 -0400 Received: from post-office.corp.redhat.com (post-office.corp.redhat.com [172.16.52.227]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h97MXQc20072; Tue, 7 Oct 2003 18:33:26 -0400 Received: from greed.delorie.com (dj.cipe.redhat.com [10.0.0.222]) by post-office.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h97MXQu28540; Tue, 7 Oct 2003 18:33:26 -0400 Received: (from dj@localhost) by greed.delorie.com (8.11.6/8.11.6) id h97MXQQ14729; Tue, 7 Oct 2003 18:33:26 -0400 Date: Tue, 07 Oct 2003 22:33:00 -0000 Message-Id: <200310072233.h97MXQQ14729@greed.delorie.com> From: DJ Delorie To: matz@suse.de CC: gcc@gcc.gnu.org In-reply-to: (message from Michael Matz on Wed, 8 Oct 2003 00:27:23 +0200 (CEST)) Subject: Re: switch question in recog.c References: X-SW-Source: 2003-10/txt/msg00240.txt.bz2 > Constructed useless example (i.e. not the usual memcpy() unrolling): Duff's device wasn't a memcpy() unrolling.