From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 63978 invoked by alias); 18 Sep 2017 20:45:39 -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 63296 invoked by uid 89); 18 Sep 2017 20:45:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=HTo:U*gabriel, D*br X-HELO: mx0a-001b2d01.pphosted.com From: "Tulio Magno Quites Machado Filho" To: "Gabriel F. T. Gomes" , libc-alpha@sourceware.org Cc: Subject: Re: [PATCH v3 1/5] powerpc64le: Add -mfloat128 to tst-strtod-nan-locale testcase In-Reply-To: <20170912123435.6592-2-gabriel@inconstante.eti.br> References: <20170912123435.6592-1-gabriel@inconstante.eti.br> <20170912123435.6592-2-gabriel@inconstante.eti.br> User-Agent: Notmuch/0.25 (http://notmuchmail.org) Emacs/25.2.1 (x86_64-redhat-linux-gnu) Date: Mon, 18 Sep 2017 20:45:00 -0000 MIME-Version: 1.0 Content-Type: text/plain X-TM-AS-GCONF: 00 x-cbid: 17091820-0048-0000-0000-000001E72DF7 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00007758; HX=3.00000241; KW=3.00000007; PH=3.00000004; SC=3.00000230; SDB=6.00918949; UDB=6.00461661; IPR=6.00699177; BA=6.00005595; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00017199; XFM=3.00000015; UTC=2017-09-18 20:45:32 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17091820-0049-0000-0000-0000429A5F18 Message-Id: <87h8vzivme.fsf@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-09-18_09:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1707230000 definitions=main-1709180291 X-SW-Source: 2017-09/txt/msg00699.txt.bz2 "Gabriel F. T. Gomes" writes: > On powerpc64le, not all files can have the flag -mfloat128 passed as an > option on the compile command, since that could conflict with other > flags, such as -mno-vsx. Each file that needs the flag, gets it through > a CFLAGS-filename variable on sysdeps/powerpc/powerpc64le/Makefile. > > The test cases tst-strtod-nan-locale and tst-wcstod-nan-locale are > missing this flag. > > Tested for powerpc64le. > > * sysdeps/powerpc/powerpc64le/Makefile > (CFLAGS-tst-strtod-nan-locale.c): New variable. > (CFLAGS-tst-wcstod-nan-locale.c): New variable. Looks good to me. -- Tulio Magno