public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jason Merrill <jason@redhat.com>
To: Martin Sebor <msebor@gmail.com>, Jakub Jelinek <jakub@redhat.com>
Cc: gcc-patches <gcc-patches@gcc.gnu.org>,
	Jonathan Wakely <jwakely@redhat.com>
Subject: Re: [PATCH] add -Wmismatched-tags (PR 61339)
Date: Tue, 17 Dec 2019 19:41:00 -0000	[thread overview]
Message-ID: <9ac70fc8-cc0d-8ba2-6068-e06b589fae0d@redhat.com> (raw)
In-Reply-To: <931a2d01-985e-abc4-c06c-4e63ac33d31a@gmail.com>

On 12/16/19 6:31 PM, Martin Sebor wrote:
> +  class_decl_loc_t *rdl = class2loc.get (type_decl);
> +  if (!rdl)
> +    {
> +      rdl = &class2loc.get_or_insert (type_decl);

I was thinking

class_decl_loc_t *rdl = &class2loc.get_or_insert (type_decl);

OK with that change.

Jason

  reply	other threads:[~2019-12-17 19:28 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-08 21:58 [PATCH 0/3] add support for POD struct convention " Martin Sebor
2019-07-08 21:59 ` [PATCH 1/3] add -Wstruct-not-pod, -Wclass-is-pod, -Wmismatched-tags " Martin Sebor
2019-07-22 16:39   ` Martin Sebor
2019-08-01 18:09     ` Jason Merrill
2019-08-01 23:35       ` Martin Sebor
2019-08-05 19:25         ` Jason Merrill
2019-08-05 21:56           ` Martin Sebor
2019-08-05 22:43             ` Jason Merrill
2019-12-03 21:49               ` [PATCH] add " Martin Sebor
2019-12-04 23:37                 ` Jason Merrill
2019-12-05 23:33                   ` Martin Sebor
2019-12-05 23:47                     ` Jakub Jelinek
2019-12-06 19:08                       ` Jason Merrill
2019-12-10  0:29                         ` Martin Sebor
2019-12-16 16:35                           ` Martin Sebor
2019-12-16 23:01                           ` Jason Merrill
2019-12-16 23:36                             ` Martin Sebor
2019-12-17 19:41                               ` Jason Merrill [this message]
2020-02-18  8:42                 ` Stephan Bergmann
2020-02-18 15:57                   ` Martin Sebor
2019-07-22 22:37   ` [PATCH 1/3] add -Wstruct-not-pod, -Wclass-is-pod, " Jeff Law
2019-07-23  0:00     ` Mike Stump
2019-07-23  1:34     ` Martin Sebor
2019-07-24 17:43       ` Jeff Law
2019-07-24 19:30   ` Jeff Law
2019-07-08 22:02 ` [PATCH 2/3] change class-key of PODs to struct and others to class " Martin Sebor
2019-07-08 22:20   ` Martin Sebor
2019-07-09 14:11     ` Richard Sandiford
2019-07-09 16:37       ` Martin Sebor
2019-07-08 22:04 ` [PATCH 3/3] " Martin Sebor
2019-07-09 15:19   ` Richard Sandiford
2019-07-09 18:53     ` Martin Sebor
2019-07-10  9:40       ` Richard Biener
2019-07-10 10:52         ` Richard Sandiford
2019-07-12  8:41 ` [PATCH 0/3] add support for POD struct convention " Jakub Jelinek
2019-07-12 11:44   ` Jonathan Wakely
2019-07-12 15:14     ` Jason Merrill
2019-07-12 15:26     ` Martin Sebor
2019-07-12 15:36       ` Jonathan Wakely
2019-07-12 16:29         ` Martin Sebor
2019-07-12 15:40       ` Jason Merrill
2019-07-12 16:49         ` Martin Sebor
2019-08-14 18:50   ` Pedro Alves
2019-08-19 19:15     ` Jason Merrill
2019-07-23 16:20 ` Arvind Sankar
2019-07-23 16:42   ` Martin Sebor
2019-07-23 16:54     ` Arvind Sankar

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=9ac70fc8-cc0d-8ba2-6068-e06b589fae0d@redhat.com \
    --to=jason@redhat.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=jakub@redhat.com \
    --cc=jwakely@redhat.com \
    --cc=msebor@gmail.com \
    /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).