From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 34553 invoked by alias); 6 Oct 2016 19:18:13 -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 34533 invoked by uid 89); 6 Oct 2016 19:18:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW,RCVD_IN_SEMBACKSCATTER,URIBL_RED autolearn=no version=3.3.2 spammy= X-HELO: mx0a-001b2d01.pphosted.com Date: Thu, 06 Oct 2016 19:18:00 -0000 From: "Gabriel F. T. Gomes" To: Joseph Myers Cc: , Subject: Re: [PATCH v6 2/3] Refactor strtod tests In-Reply-To: References: <1475705953-4433-1-git-send-email-gftg@linux.vnet.ibm.com> <1475705953-4433-3-git-send-email-gftg@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16100619-1523-0000-0000-00000234AD0F X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 16100619-1524-0000-0000-0000290B41C6 Message-Id: <20161006161754.364daa97@keller> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-10-06_08:,, 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-1609300000 definitions=main-1610060334 X-SW-Source: 2016-10/txt/msg00148.txt.bz2 On Thu, 6 Oct 2016 16:35:49 +0000 Joseph Myers wrote: > On Wed, 5 Oct 2016, Gabriel F. T. Gomes wrote: > > > - printf (FNPFXS "to" #FSUF " (" STRM ") returned " STRM \ > > - " not " STRM " (%s)\n", \ > > As far as I can tell, the STRM macro is no longer used, so I'd expect it > to be removed from stdlib/tst-strtod-round.c and wcsmbs/tst-wcstod-round.c > by this patch. > It's still being used a little bit further down the patch. The variable that is printed is the same that is passed to strtod (char *) and wcstod (uchar_t *), thus the need for STRM.