Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752263AbaAQOzq (ORCPT ); Fri, 17 Jan 2014 09:55:46 -0500 Received: from mga09.intel.com ([134.134.136.24]:34498 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750898AbaAQOzm convert rfc822-to-8bit (ORCPT ); Fri, 17 Jan 2014 09:55:42 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.95,674,1384329600"; d="scan'208";a="468284558" From: "Dorau, Lukasz" To: Richard Weinberger CC: "linux-kernel@vger.kernel.org" , "linux-scsi@vger.kernel.org" Subject: RE: Why is (2 < 2) true? Is it a gcc bug? Thread-Topic: Why is (2 < 2) true? Is it a gcc bug? Thread-Index: Ac8TiNMTmnptR9ryRvWTI5/er276UQAA1SoAAAH3iWA= Date: Fri, 17 Jan 2014 14:55:39 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday, January 17, 2014 2:58 PM Richard Weinberger wrote: > > Can you reproduce this using a standalone test? > I.e: > #include > > int main() > { > assert(2 < 2 != 1); > > return 0; > } > No, I can't of course. Lukasz -- 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/