From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752326AbbCUVlS (ORCPT ); Sat, 21 Mar 2015 17:41:18 -0400 Received: from mail-qg0-f48.google.com ([209.85.192.48]:33917 "EHLO mail-qg0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752271AbbCUVlM (ORCPT ); Sat, 21 Mar 2015 17:41:12 -0400 Message-ID: <550DE570.4060803@hurleysoftware.com> Date: Sat, 21 Mar 2015 17:41:04 -0400 From: Peter Hurley User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: =?UTF-8?B?IkwuIEFsYmVydG8gR2ltw6luZXoi?= CC: linux-kernel@vger.kernel.org, Andy Whitcroft , Joe Perches Subject: Re: [PATCH] checkpatch.pl: Add warning for harmful goto labels References: <1426972574-12199-1-git-send-email-agimenez@sysvalve.es> In-Reply-To: <1426972574-12199-1-git-send-email-agimenez@sysvalve.es> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Alberto, On 03/21/2015 05:16 PM, L. Alberto Giménez wrote: > Issue a warning for too broad goto labels that may make the code to > follow the wrong exit path, thus causing hard to debug bugs. What compiler allowed duplicate goto labels? Regards, Peter Hurley