From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from intranet.asianux.com (intranet.asianux.com [58.214.24.6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 064B42C00DD for ; Mon, 22 Jul 2013 17:04:47 +1000 (EST) Message-ID: <51ECD91D.7090903@asianux.com> Date: Mon, 22 Jul 2013 15:02:53 +0800 From: Chen Gang MIME-Version: 1.0 To: Benjamin Herrenschmidt , "paulus@samba.org" Subject: [Suggestion] powerpc: xmon: about 'longjmp' related warning. Content-Type: text/plain; charset=windows-1252 Cc: Michael Neuling , "linuxppc-dev@lists.ozlabs.org" , Andrew Morton , jovi.zhangwei@huawei.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hello Maintainers: With allmodconfig and EXTRA_CFLAGS=-W", it reports warnings below: arch/powerpc/xmon/xmon.c:3027:6: warning: variable ‘i’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered] arch/powerpc/xmon/xmon.c:3068:6: warning: variable ‘i’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered] arch/powerpc/xmon/xmon.c:352:48: warning: argument ‘fromipi’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered] Excuse me, I am not quite sure about it whether can cause issue or not. Welcome any members' suggestions or completions for it. Thanks. -- Chen Gang