From patchwork Tue Oct 11 17:25:45 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "H.J. Lu" X-Patchwork-Id: 119022 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 729E6B6F62 for ; Wed, 12 Oct 2011 04:26:09 +1100 (EST) Received: (qmail 11455 invoked by alias); 11 Oct 2011 17:26:02 -0000 Received: (qmail 11428 invoked by uid 22791); 11 Oct 2011 17:26:00 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL, BAYES_00, NO_DNS_FOR_FROM, RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mga02.intel.com (HELO mga02.intel.com) (134.134.136.20) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 11 Oct 2011 17:25:46 +0000 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 11 Oct 2011 10:25:45 -0700 X-ExtLoop1: 1 Received: from gnu-6.sc.intel.com ([10.3.194.135]) by orsmga001.jf.intel.com with ESMTP; 11 Oct 2011 10:25:45 -0700 Received: by gnu-6.sc.intel.com (Postfix, from userid 500) id BB7F7C2088; Tue, 11 Oct 2011 10:25:45 -0700 (PDT) Date: Tue, 11 Oct 2011 10:25:45 -0700 From: "H.J. Lu" To: gcc-patches@gcc.gnu.org Subject: PATCH: Remove the extra break Message-ID: <20111011172545.GA29810@intel.com> Reply-To: "H.J. Lu" MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Hi, I checked in this patch to remove the extra break. H.J. Index: config/i386/i386.c =================================================================== --- config/i386/i386.c (revision 179810) +++ config/i386/i386.c (working copy) @@ -28096,7 +28096,6 @@ ix86_expand_special_args_builtin (const klass = store; memory = 0; break; - break; case UINT64_FTYPE_VOID: case UNSIGNED_FTYPE_VOID: nargs = 0; Index: ChangeLog =================================================================== --- ChangeLog (revision 179810) +++ ChangeLog (working copy) @@ -1,3 +1,8 @@ +2011-10-11 H.J. Lu + + * config/i386/i386.c (ix86_expand_special_args_builtin): Remove + the extra break. + 2011-10-11 Artjoms Sinkarovs * doc/invoke.texi: Document new warning.