From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa3.mentor.iphmx.com (esa3.mentor.iphmx.com [68.232.137.180]) by sourceware.org (Postfix) with ESMTPS id 0AC1F3861810 for ; Wed, 16 Dec 2020 22:04:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 0AC1F3861810 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=joseph_myers@mentor.com IronPort-SDR: LFJQvJWcl7KpUckw6zMk3ZMgaiiWMYYicOr+U7WtYoOmMMA2ATOWuN07E68Ppc3PsUpkjKStw6 J9xfURLQ6VZavNEYbptYG2/v9djZDT4EA6NYInmALXw4q8ARdZRIZv14+N104ftFyWdHzTnsEe S4+ayXqQpYey+vUstuyJUyydHlA8czeKmUAIg9hqPPUiQp9sHoUawWjPOTosLZ94O09ktriUCA 28hmeiLiyYHGIUYBH+ak2cepbYdrqfc4LVRQgsKT2z+L1yhTxUK0z+jrJrmGKMmOq4F3HQdYS7 q/0= X-IronPort-AV: E=Sophos;i="5.78,425,1599552000"; d="scan'208";a="56289161" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa3.mentor.iphmx.com with ESMTP; 16 Dec 2020 14:04:54 -0800 IronPort-SDR: WPepQZRxEwYhv5oFRknWSpjuQHWedBLsFVItxGHj3zOKL16yvM5s2PMGpPGUUKNx1nustKV9uF Rms1LEARYv86CDooMzgHC+y2dDeG2aecfYo0J7pyMnmiLuou9Idz+W9XUhGc4S4Ut/2i1KXAjY 0Zf6dpEjc1ytUCKvhBuBlmSk1qHEm+x+48HXf+MBE+XX/JNmRQSC8j6Pi68w8CDvwWH9uHkp4Y 4OtWYvkQzOcku/SzEUzRBIZcpKb6Q7LT+4N9LIv0EjIRLKtMamfr0C6QrMUiEBbWSqkG87XhXf 2V8= Date: Wed, 16 Dec 2020 22:04:49 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Martin Sebor CC: Richard Biener , Subject: Re: [PATCH] add g_nonstandard_bool attribute for GIMPLE FE use In-Reply-To: <905fd139-f616-b2f8-efe6-c6e0eed61e15@gmail.com> Message-ID: References: <905fd139-f616-b2f8-efe6-c6e0eed61e15@gmail.com> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: SVR-IES-MBX-04.mgc.mentorg.com (139.181.222.4) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-3124.4 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Dec 2020 22:04:57 -0000 On Sun, 13 Dec 2020, Martin Sebor via Gcc-patches wrote: > "nonstandard" isn't a very descriptive name. The leading g_ prefix > also looks a little too terse (is that supposed to stand dor GIMPLE?). > I would suggest choosing a better name, say, bool_precision. Since Indeed, g_ suggests the GLib API to me, so a name not involving g_ or "nonstandard" seems better. The principle of a GIMPLE-front-end-specific attribute for this sort of thing seems reasonable to me. -- Joseph S. Myers joseph@codesourcery.com