From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 58330 invoked by alias); 29 Oct 2016 17:35:38 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 58321 invoked by uid 89); 29 Oct 2016 17:35:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS,URIBL_RED autolearn=ham version=3.3.2 spammy= X-HELO: relay1.mentorg.com Date: Sat, 29 Oct 2016 17:35:00 -0000 From: Joseph Myers To: Carlos O'Donell CC: Florian Weimer , GNU C Library Subject: Re: [PATCH v3] Fix -Os related build and test failures. In-Reply-To: Message-ID: References: <6eac682f-26fa-6a47-9497-357206266ba1@redhat.com> <6be7dce5-bfa7-32c7-5bac-6c3b79776683@redhat.com> <38a493b5-e73f-1bf8-46f0-4121e547a05d@redhat.com> <2ff34c0c-7571-4198-890a-2b30dd7d2920@redhat.com> <5379c2f2-74e6-2550-8d42-2d41d1f6478d@redhat.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-SW-Source: 2016-10/txt/msg00588.txt.bz2 On Sat, 29 Oct 2016, Carlos O'Donell wrote: > +#if __OPTIMIZE_SIZE__ > +#define DIAG_IGNORE_Os_NEEDS_COMMENT(version, option) \ > + _Pragma (_DIAG_STR (GCC diagnostic ignored option)) > +#else > +#define DIAG_IGNORE_Os_NEEDS_COMMENT(version, option) > +#endif That should have "# define" preprocessor indentation inside #if. -- Joseph S. Myers joseph@codesourcery.com