public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: "Gabriel F. T. Gomes" <gftg@linux.vnet.ibm.com>
To: Joseph Myers <joseph@codesourcery.com>
Cc: <libc-alpha@sourceware.org>, <ricaljasan@pacific.net>
Subject: Re: [PATCH v6 2/3] Refactor strtod tests
Date: Thu, 06 Oct 2016 19:18:00 -0000	[thread overview]
Message-ID: <20161006161754.364daa97@keller> (raw)
In-Reply-To: <alpine.DEB.2.20.1610061634520.737@digraph.polyomino.org.uk>

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.

  reply	other threads:[~2016-10-06 19:18 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-05 22:19 [PATCH v6 0/3] New strfrom functions Gabriel F. T. Gomes
2016-10-05 22:19 ` [PATCH v6 2/3] Refactor strtod tests Gabriel F. T. Gomes
2016-10-06 16:36   ` Joseph Myers
2016-10-06 19:18     ` Gabriel F. T. Gomes [this message]
2016-10-05 22:19 ` [PATCH v6 3/3] Add tests for strfrom functions Gabriel F. T. Gomes
2016-10-05 22:20 ` [PATCH v6 1/3] Add strfromd, strfromf, and strfroml functions Gabriel F. T. Gomes
2016-10-06  4:42   ` Rical Jasan
2016-10-06 12:00     ` Gabriel F. T. Gomes
2016-10-06 16:35   ` Joseph Myers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161006161754.364daa97@keller \
    --to=gftg@linux.vnet.ibm.com \
    --cc=joseph@codesourcery.com \
    --cc=libc-alpha@sourceware.org \
    --cc=ricaljasan@pacific.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).