This file is indexed.

/usr/src/gcc-4.6/debian/patches/mudflap-nocheck.diff is in gcc-4.6-source 4.6.4-6ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
# DP: Disable running the libmudflap testsuite. Getting killed on alpha.

---
 libmudflap/testsuite/Makefile.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

--- a/src/libmudflap/testsuite/Makefile.in
+++ b/src/libmudflap/testsuite/Makefile.in
@@ -246,6 +246,8 @@ CTAGS:
 
 
 check-DEJAGNU: site.exp
+	@echo target $@ disabled for Debian build.
+check-DEJAGNU-disabled: site.exp
 	srcdir=`$(am__cd) $(srcdir) && pwd`; export srcdir; \
 	EXPECT=$(EXPECT); export EXPECT; \
 	runtest=$(RUNTEST); \