public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
From: "Alexandra Hájková" <alexandra.khirnova@gmail.com>
To: systemtap@sourceware.org
Cc: "Alexandra Hájková" <ahajkova@redhat.com>
Subject: [PATCH] parse.cxx: Itialize functioncall synthetic field
Date: Wed,  2 Jun 2021 16:06:46 +0200	[thread overview]
Message-ID: <20210602140646.2949513-1-ahajkova@redhat.com> (raw)

From: Alexandra Hájková <ahajkova@redhat.com>

---
 parse.cxx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/parse.cxx b/parse.cxx
index d52bbf3d9..fa476d335 100644
--- a/parse.cxx
+++ b/parse.cxx
@@ -4042,6 +4042,7 @@ expression* parser::parse_symbol ()
 	{
 	  swallow ();
 	  struct functioncall* f = new functioncall;
+          f->synthetic = false;
 	  f->tok = t;
 	  f->function = name;
 	  // Allow empty actual parameter list
-- 
2.26.3


                 reply	other threads:[~2021-06-02 14:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20210602140646.2949513-1-ahajkova@redhat.com \
    --to=alexandra.khirnova@gmail.com \
    --cc=ahajkova@redhat.com \
    --cc=systemtap@sourceware.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).