This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v6 2/3] Refactor strtod tests


On Thu, 6 Oct 2016 16:35:49 +0000
Joseph Myers <joseph@codesourcery.com> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]