public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Iain Buclaw <ibuclaw@gdcproject.org>
To: GDB Patches <gdb-patches@sourceware.org>
Subject: [PATCH D] FYI - Fix build failure on master caught by buildbots
Date: Sun, 21 Feb 2016 21:18:00 -0000	[thread overview]
Message-ID: <CABOHX+evMzp8KhHV5XGt9YntKyMB_99hJ4mVnK7QmooAbc+dyA@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 269 bytes --]

FYI, this has been committed.  Another patch was committed out of
order from its original series as obvious, but I didn't catch the
missing dependency between it the previous patch.

Apologies for that, I'll try to check more tentatively next time.

Regards,
Iain.

--

[-- Attachment #2: dlang-searchparents.patch --]
[-- Type: text/x-diff, Size: 786 bytes --]

diff --git a/gdb/d-namespace.c b/gdb/d-namespace.c
index 2c8b36c..6399ef0 100644
--- a/gdb/d-namespace.c
+++ b/gdb/d-namespace.c
@@ -485,7 +485,7 @@ d_lookup_symbol_imports (const char *scope, const char *name,
 		      name_scope++;
 		      sym = d_lookup_symbol_imports (current->import_src,
 						     name + name_scope,
-						     block, domain, 0);
+						     block, domain);
 		    }
 		}
 	    }
@@ -495,7 +495,7 @@ d_lookup_symbol_imports (const char *scope, const char *name,
 		 current->import_src as MODULE to direct the search
 		 towards the imported module.  */
 	      sym = d_lookup_symbol_imports (current->import_src,
-					     name, block, domain, 0);
+					     name, block, domain);
 	    }
 	  current->searched = 0;
 	  discard_cleanups (searched_cleanup);

                 reply	other threads:[~2016-02-21 21:18 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=CABOHX+evMzp8KhHV5XGt9YntKyMB_99hJ4mVnK7QmooAbc+dyA@mail.gmail.com \
    --to=ibuclaw@gdcproject.org \
    --cc=gdb-patches@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).