https://gcc.gnu.org/g:b1cd9bd9908b0f05430e74c5cc82927b39997c42

commit r17-368-gb1cd9bd9908b0f05430e74c5cc82927b39997c42
Author: Jason Merrill <[email protected]>
Date:   Mon Apr 27 17:40:01 2026 -0400

    build: add diagnostics/ to TAGS
    
    I still use Emacs find-tag to look up functions, and it wasn't finding
    anything in diagnostics/.
    
    gcc/ChangeLog:
    
            * Makefile.in (TAGS): Add diagnostics/ and text-art/.

Diff:
---
 gcc/Makefile.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 0ff15046f568..a89c5278a238 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -4849,6 +4849,7 @@ TAGS: lang.tags
        done;                                           \
        $(ETAGS) -o TAGS.sub c-family/*.h c-family/*.cc \
              *.h *.cc \
+             diagnostics/*.h diagnostics/*.cc text-art/*.h text-art/*.cc \
              ../include/*.h ../libiberty/*.c \
              ../libcpp/*.cc ../libcpp/include/*.h \
              --language=none --regex="/\(char\|unsigned 
int\|int\|bool\|void\|HOST_WIDE_INT\|enum [A-Za-z_0-9]+\) 
[*]?\([A-Za-z_0-9]+\)/\2/" common.opt        \

Reply via email to