This file is indexed.

/usr/src/gcc-4.7/debian/patches/r195826.diff is in gcc-4.7-source 4.7.4-3ubuntu12.

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
Index: a/src/gcc/config/gnu.h
===================================================================
--- a/src/gcc/config/gnu.h	(révision 195825)
+++ b/src/gcc/config/gnu.h	(révision 195826)
@@ -33,7 +33,7 @@
 	builtin_define ("__gnu_hurd__");	\
 	builtin_define ("__GNU__");		\
 	builtin_define_std ("unix");		\
-	builtin_define_std ("MACH");		\
+	builtin_define ("__MACH__");		\
 	builtin_assert ("system=gnu");		\
 	builtin_assert ("system=mach");		\
 	builtin_assert ("system=unix");		\