public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* RFA (Makefiles): PATCH to include libcpp and libiberty in GCC etags
@ 2015-10-28 18:53 Jason Merrill
  2015-10-28 19:29 ` Jeff Law
  0 siblings, 1 reply; 4+ messages in thread
From: Jason Merrill @ 2015-10-28 18:53 UTC (permalink / raw)
  To: gcc-patches List

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

Periodically I try to use M-. to pull up a function from libcpp and am 
frustrated that it doesn't work.  This patch fixes that, and throws in 
libiberty for good measure.

I also considered using --include for the TAGS files in those 
directories, but that would require people to 'make TAGS' separately in 
those directories for it to work, so I decided to go this way instead.

OK for trunk?

[-- Attachment #2: tags.patch --]
[-- Type: text/x-patch, Size: 538 bytes --]

commit 9f68b2e2d4ccd5f9522ac33e42882fa2e60332a3
Author: Jason Merrill <jason@redhat.com>
Date:   Wed Oct 28 13:29:32 2015 -0400

    comment

diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c
index 2745b40..a37e516 100644
--- a/gcc/cp/pt.c
+++ b/gcc/cp/pt.c
@@ -23476,6 +23476,7 @@ do_auto_deduction (tree type, tree init, tree auto_node,
     }
   else
     {
+      // multiple autos: walk all autos and replace/collect them into parms
       tree parms = build_tree_list (NULL_TREE, type);
       tree tparms = make_tree_vec (1);
       int val;

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-10-28 19:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-28 18:53 RFA (Makefiles): PATCH to include libcpp and libiberty in GCC etags Jason Merrill
2015-10-28 19:29 ` Jeff Law
2015-10-28 19:43   ` Jason Merrill
2015-10-28 19:46     ` Jeff Law

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).