From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 106268 invoked by alias); 10 May 2017 20:22:40 -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 106243 invoked by uid 89); 10 May 2017 20:22:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-24.4 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,SPF_PASS,URIBL_RED autolearn=ham version=3.3.2 spammy=sk:macroi X-HELO: relay1.mentorg.com Date: Wed, 10 May 2017 20:22:00 -0000 From: Joseph Myers To: Adhemerval Zanella CC: Subject: Re: [PATCH v4 2/4] Add C11 threads support In-Reply-To: <1494441656-1212-3-git-send-email-adhemerval.zanella@linaro.org> Message-ID: References: <1494441656-1212-1-git-send-email-adhemerval.zanella@linaro.org> <1494441656-1212-3-git-send-email-adhemerval.zanella@linaro.org> 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: 2017-05/txt/msg00265.txt.bz2 On Wed, 10 May 2017, Adhemerval Zanella wrote: > diff --git a/conform/Makefile b/conform/Makefile > index 63556b5..a79415f 100644 > --- a/conform/Makefile > +++ b/conform/Makefile > @@ -34,9 +34,9 @@ conformtest-headers-ISO := assert.h ctype.h errno.h float.h limits.h locale.h \ > conformtest-headers-ISO99 := $(conformtest-headers-ISO) complex.h fenv.h \ > inttypes.h iso646.h stdbool.h stdint.h tgmath.h \ > wchar.h wctype.h > -# Missing ISO11 expectations for: stdatomic.h threads.h. > +# Missing ISO11 expectations for: stdatomic.h > conformtest-headers-ISO11 := $(conformtest-headers-ISO99) stdalign.h \ > - stdnoreturn.h uchar.h > + stdnoreturn.h uchar.h threads.h These header lists are meant to be alphabetical, so threads.h before uchar.h. > +macro TSS_DTOR_ITERATIONS Use macro-int-constant, since C11 says this is an integer constant expression. -- Joseph S. Myers joseph@codesourcery.com