public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: "François Dumont" <frs.dumont@gmail.com>
To: Jonathan Wakely <jwakely.gcc@gmail.com>
Cc: "libstdc++@gcc.gnu.org" <libstdc++@gcc.gnu.org>,
	gcc-patches <gcc-patches@gcc.gnu.org>
Subject: Re: Fix some _GLIBCXX_DEBUG pretty printer errors
Date: Thu, 08 Mar 2018 21:32:00 -0000	[thread overview]
Message-ID: <bf86d1c5-c93d-5d75-2b0b-8392ab88cf8c@gmail.com> (raw)
In-Reply-To: <CAH6eHdQtb8dAgcvep8cRMLQN5jbYmiDHPmTgK-t4fPD-byv8kg@mail.gmail.com>

On 08/03/2018 19:11, Jonathan Wakely wrote:
> This caused a new regression for:
>
>    std::forward_list<std::string> flst;
>    std::forward_list<std::string>::iterator flstiter0;
> // { dg-final { note-test flstiter0 {non-dereferenceable iterator for
> std::forward_list}} }
>
>
> $1 = {_M_node = 0x0}
> got: $1 = {_M_node = 0x0}
> FAIL: libstdc++-prettyprinters/debug_cxx11.cc print flstiter0
>
Yes, sorry, it looks like I was more concerned by the fixes than by the 
errors on the new test.

This is coming from an attempt to move the forward_list iterators 
outside the std namespace. I'll provide a fix tomorrow.

François

  reply	other threads:[~2018-03-08 21:32 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-05  6:49 François Dumont
2018-03-06 21:21 ` Jonathan Wakely
2018-03-07 17:39   ` François Dumont
2018-03-07 23:02     ` Jonathan Wakely
2018-03-08 18:12       ` Jonathan Wakely
2018-03-08 21:32         ` François Dumont [this message]
2018-03-08 23:09           ` Jonathan Wakely
2018-03-09  5:57         ` François Dumont

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=bf86d1c5-c93d-5d75-2b0b-8392ab88cf8c@gmail.com \
    --to=frs.dumont@gmail.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=jwakely.gcc@gmail.com \
    --cc=libstdc++@gcc.gnu.org \
    /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).