Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752949Ab3GNSeU (ORCPT ); Sun, 14 Jul 2013 14:34:20 -0400 Received: from mail-ve0-f170.google.com ([209.85.128.170]:61981 "EHLO mail-ve0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752804Ab3GNSeS (ORCPT ); Sun, 14 Jul 2013 14:34:18 -0400 MIME-Version: 1.0 In-Reply-To: References: <1373806562-30422-1-git-send-email-artagnon@gmail.com> Date: Sun, 14 Jul 2013 11:34:17 -0700 X-Google-Sender-Auth: BPVxwR6HWY_cbhaGTxoj21eieM8 Message-ID: Subject: Re: [PATCH] x86/asm: avoid mnemonics without type suffix From: Linus Torvalds To: Ramkumar Ramachandra Cc: LKML , Jeremy Fitzhardinge , Andi Kleen , Ingo Molnar , Thomas Gleixner , Eli Friedman , Jim Grosbach , Stephen Checkoway , LLVMdev Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 869 Lines: 20 On Sun, Jul 14, 2013 at 11:26 AM, Ramkumar Ramachandra wrote: > > I was trying to show a reduced case where gas doesn't complain, but > llvm-mc does. Try compiling this with llvm-mc, and you'll get: Ok. So your commit message and explanation was pure and utter tripe, and the real reason you want this is that llvm-mc is broken. Please fix llvm-mc instead, ok? If the intent of llvm is to be compatible with the gnu compiler tools, then it should do that. Plus the gas behavior is clearly superior, so why not just improve the llvm toolchain to match those improved semantics? Linus -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/