From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9317 invoked by alias); 8 Oct 2004 15:33:40 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 9306 invoked from network); 8 Oct 2004 15:33:39 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 8 Oct 2004 15:33:39 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.10) with ESMTP id i98FXdYN012393 for ; Fri, 8 Oct 2004 11:33:39 -0400 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i98FXXr01436; Fri, 8 Oct 2004 11:33:33 -0400 Received: from touchme.toronto.redhat.com (IDENT:postfix@touchme.toronto.redhat.com [172.16.14.9]) by pobox.toronto.redhat.com (8.12.8/8.12.8) with ESMTP id i98FXXbU031464; Fri, 8 Oct 2004 11:33:33 -0400 Received: from toenail.toronto.redhat.com (toenail.toronto.redhat.com [172.16.14.211]) by touchme.toronto.redhat.com (Postfix) with ESMTP id CA3218001BB; Fri, 8 Oct 2004 11:33:32 -0400 (EDT) Received: from toenail.toronto.redhat.com (localhost.localdomain [127.0.0.1]) by toenail.toronto.redhat.com (8.12.10/8.12.5) with ESMTP id i98FXWBY007640; Fri, 8 Oct 2004 11:33:32 -0400 Received: (from fche@localhost) by toenail.toronto.redhat.com (8.12.10/8.12.10/Submit) id i98FXWFZ007636; Fri, 8 Oct 2004 11:33:32 -0400 X-Authentication-Warning: toenail.toronto.redhat.com: fche set sender to fche@redhat.com using -f To: Kazuhiro Inaoka Cc: "gdb-patches@sources.redhat.com" Subject: Re: [PATCH] sim build failure to use ENDSWITCH macro with gcc-3.4.2 References: <4164EC6F.3080406@renesas.com> From: fche@redhat.com (Frank Ch. Eigler) Date: Fri, 08 Oct 2004 15:33:00 -0000 In-Reply-To: <4164EC6F.3080406@renesas.com> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Reasonable Discussion) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-10/txt/msg00147.txt.bz2 Kazuhiro Inaoka writes: > I found a build failure to use ENDSWITCH macro with gcc-3.4.2. > The error message is "error: label at end of compaund statement". > This path fixes the failure. Please commit it. > [...] Thank you, done. - FChE